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

Mojang UUID API #128

Open
WWOL opened this issue Jun 22, 2015 · 6 comments
Open

Mojang UUID API #128

WWOL opened this issue Jun 22, 2015 · 6 comments

Comments

@WWOL
Copy link

WWOL commented Jun 22, 2015

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?

@WWOL
Copy link
Author

WWOL commented Jun 23, 2015

Nutmegan posted this error report.
The line is ToolBox.java:596 with the call to next() with no input returned from the input stream.

@jamierocks
Copy link
Member

sk89q/SquirrelID is good for this.

@darkdiplomat
Copy link
Member

I'm guessing Mojang changed something in their API's
It may be a more viable option to implement SquirrelID rather than engineering things in house (considering how little time the team seems to have anymore to try and maintain things...)

@jamierocks
Copy link
Member

Perhaps you should expand your dev team?

@Nutmegan
Copy link

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?

@Sammi4
Copy link

Sammi4 commented Jul 8, 2015

Nutmegan, now the Canary website is closed, can you give me a link to this data collection plugin,
if it might solve my problem converting username to UUID. e-mail [email protected]

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

No branches or pull requests

6 participants