Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error running jenkins build #15

Closed
untuned opened this issue Mar 9, 2019 · 1 comment
Closed

error running jenkins build #15

untuned opened this issue Mar 9, 2019 · 1 comment
Labels

Comments

@untuned
Copy link

untuned commented Mar 9, 2019

com.github.steveice10.mc.auth.exception.request.ServiceUnavailableException: Could not make request to 'https://authserver.mojang.com/authenticate'.
        at com.github.steveice10.mc.auth.util.HTTP.makeRequest(HTTP.java:64)
        at com.github.steveice10.mc.auth.service.AuthenticationService.loginWithPassword(AuthenticationService.java:280)
        at com.github.steveice10.mc.auth.service.AuthenticationService.login(AuthenticationService.java:217)
        at com.github.steveice10.mc.protocol.MinecraftProtocol.<init>(MinecraftProtocol.java:108)
        at com.github.steveice10.mc.protocol.MinecraftProtocol.<init>(MinecraftProtocol.java:94)
        at com.github.steveice10.mc.protocol.MinecraftProtocol.<init>(MinecraftProtocol.java:90)
        at net.daporkchop.toobeetooteebot.TooBeeTooTeeBot.start(TooBeeTooTeeBot.java:188)
        at net.daporkchop.toobeetooteebot.TooBeeTooTeeBot.main(TooBeeTooTeeBot.java:95)
Caused by: com.google.gson.JsonSyntaxException: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 12 path $
        at com.google.gson.Gson.assertFullConsumption(Gson.java:864)
        at com.google.gson.Gson.fromJson(Gson.java:854)
        at com.google.gson.Gson.fromJson(Gson.java:802)
        at com.google.gson.Gson.fromJson(Gson.java:774)
        at com.github.steveice10.mc.auth.util.HTTP.makeRequest(HTTP.java:62)
        ... 7 more
Caused by: com.google.gson.stream.MalformedJsonException: Use JsonReader.setLenient(true) to accept malformed JSON at line 1 column 12 path $
        at com.google.gson.stream.JsonReader.syntaxError(JsonReader.java:1568)
        at com.google.gson.stream.JsonReader.checkLenient(JsonReader.java:1409)
        at com.google.gson.stream.JsonReader.doPeek(JsonReader.java:542)
        at com.google.gson.stream.JsonReader.peek(JsonReader.java:425)
        at com.google.gson.Gson.assertFullConsumption(Gson.java:860)
        ... 11 more
@DaMatrix
Copy link
Member

that's caused either by mojang's authservers being down, or an issue with your internet connection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants