Skip to content

Erroring on auth #638

@insomniacorp

Description

@insomniacorp

Is there an existing issue for this?

  • I have searched the existing issues

Describe your issue

[16:01:39 ERROR] [InstanceManager-f251128c-a276-4c15-93e0-5b083efd0405]: Error in async executor java.util.concurrent.CompletionException: net.raphimc.minecraftauth.responsehandler.exception.MinecraftRequestException: status: 404 Not Found, error: NOT_FOUND, error message: Not Found
at com.soulfiremc.server.account.MSJavaCredentialsAuthService.lambda$refresh$1(MSJavaCredentialsAuthService.java:77) ~[SoulFireDedicated-1.17.1.jar#runtime:1.17.1]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(Unknown Source) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(Unknown Source) ~[?:?]
at java.base/java.util.concurrent.ForkJoinTask.doExec(Unknown Source) ~[?:?]
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source) ~[?:?]
at java.base/java.util.concurrent.ForkJoinPool.scan(Unknown Source) ~[?:?]
at java.base/java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:?]
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:?]
Caused by: net.raphimc.minecraftauth.responsehandler.exception.MinecraftRequestException: status: 404 Not Found, error: NOT_FOUND, error message: Not Found
at net.raphimc.minecraftauth.responsehandler.MinecraftResponseHandler.handleJsonError(MinecraftResponseHandler.java:32) ~[MinecraftAuth-4.1.2-SNAPSHOT.jar#runtime:?]
at net.raphimc.minecraftauth.responsehandler.JsonHttpResponseHandler.handle(JsonHttpResponseHandler.java:45) ~[MinecraftAuth-4.1.2-SNAPSHOT.jar#runtime:?]
at net.raphimc.minecraftauth.responsehandler.JsonHttpResponseHandler.handle(JsonHttpResponseHandler.java:30) ~[MinecraftAuth-4.1.2-SNAPSHOT.jar#runtime:?]
at net.lenni0451.commons.httpclient.HttpClient.execute(HttpClient.java:215) ~[httpclient-1.6.1.jar#runtime:?]
at net.raphimc.minecraftauth.step.java.StepMCProfile.execute(StepMCProfile.java:47) ~[MinecraftAuth-4.1.2-SNAPSHOT.jar#runtime:?]
at net.raphimc.minecraftauth.step.java.StepMCProfile.execute(StepMCProfile.java:33) ~[MinecraftAuth-4.1.2-SNAPSHOT.jar#runtime:?]
at net.raphimc.minecraftauth.step.AbstractStep.refresh(AbstractStep.java:69) ~[MinecraftAuth-4.1.2-SNAPSHOT.jar#runtime:?]
at net.raphimc.minecraftauth.step.SameInputBiMergeStep.refresh(SameInputBiMergeStep.java:47) ~[MinecraftAuth-4.1.2-SNAPSHOT.jar#runtime:?]
at net.raphimc.minecraftauth.step.SameInputBiMergeStep.refresh(SameInputBiMergeStep.java:27) ~[MinecraftAuth-4.1.2-SNAPSHOT.jar#runtime:?]
at net.raphimc.minecraftauth.step.AbstractStep.refresh(AbstractStep.java:61) ~[MinecraftAuth-4.1.2-SNAPSHOT.jar#runtime:?]
at com.soulfiremc.server.account.MSJavaCredentialsAuthService.lambda$refresh$1(MSJavaCredentialsAuthService.java:73) ~[SoulFireDedicated-1.17.1.jar#runtime:1.17.1]
... 7 more

How can we reproduce what you got?

Just run java accs with proxies

SoulFire/Error Logs

No response

SoulFire Version

1.7.1

Java Version

openjdk version "1.8.0_422"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions