-
Notifications
You must be signed in to change notification settings - Fork 22
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
Mojang UUID API #128
Comments
Nutmegan posted this error report. |
sk89q/SquirrelID is good for this. |
I'm guessing Mojang changed something in their API's |
Perhaps you should expand your dev team? |
I installed your data collection plugin, but it seems the problem has suddenly evaporated? I tested yesterday and again today. I can't recreate the issue. So perhaps the problem was on Mojang's side and they did something? |
Nutmegan, now the Canary website is closed, can you give me a link to this data collection plugin, |
Per here it appears UUID translation is not working.
From what I can gather "https://api.mojang.com/profiles/page/1" is returning 204 No Content even on valid requests and this empty body is causing NPE when tring to extract the UUID (will be confirmed if someone posts a stack trace in the forum post).
I have gotten a responce from POST to https://api.mojang.com/profiles/minecraft with a body of ["WWOL"] which returns [{"id":"e5cd015d2d894c9b8d1f3cd5144e8ed2","name":"WWOL","legacy":true}]
Is this a problem for anyone else (there where a few people on the forums)? Does this need to change?
The text was updated successfully, but these errors were encountered: