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

Erroring on auth #638

Open
1 task done
BreadWithHat opened this issue Jan 19, 2025 · 2 comments
Open
1 task done

Erroring on auth #638

BreadWithHat opened this issue Jan 19, 2025 · 2 comments
Labels
type: 🐛 bug Something isn't working

Comments

@BreadWithHat
Copy link

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"

@BreadWithHat BreadWithHat added the type: 🐛 bug Something isn't working label Jan 19, 2025
@AlexProgrammerDE
Copy link
Owner

What username is the account you're trying to log into?

@BreadWithHat
Copy link
Author

MEA547 i think

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: 🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants