Mojang's API for retrieving players from UUIDs isn't working consistantly.
Summary says it all, the API is occasionally not giving the information, therefore causing issues with my programs that use this info. If you don't believe me, click this a couple times: https://sessionserver.mojang.com/session/minecraft/profile/43ebc0fde66a43f2a8e0d300d7e4edb6
Eventually you will receive something along the lines of this: http://puu.sh/a5IvV/21d4cd85f3.png
What I expected to happen was...:
The fetcher to actually return valid Player Information
What actually happened was...:
It didn't
Steps to Reproduce:
1. Read Above
Created Issue:
Mojang's API for retrieving players from UUIDs isn't working consistantly.
Summary says it all, the API is occasionally not giving the information, therefore causing issues with my programs that use this info. If you don't believe me, click this a couple times: https://sessionserver.mojang.com/session/minecraft/profile/43ebc0fde66a43f2a8e0d300d7e4edb6
Eventually you will receive something along the lines of this: http://puu.sh/a5IvV/21d4cd85f3.pngWhat I expected to happen was...:
The fetcher to actually return valid Player InformationWhat actually happened was...:
It didn'tSteps to Reproduce:
1. Read AboveEnvironment
Everything
Please do not mark unreleased versions (anything starting with "Future Version") as affected. You don't have access to them yet.
Confirmed. I suspect it is rate-limited, but it should at least return something.
Is this still a concern in the current Minecraft version? If so, please update the affected versions in order to best aid Mojang ensuring bugs are still valid in the latest releases/pre-releases. If this has been done, we can reopen the issue.
Keep in mind that the "Resolved"-Status on this ticket just means "Answered", and that we are waiting for further information on whether this issue still exists or not. We will reopen it as soon as the requested information has been delivered.
Definitely seems fixed. At least there is an error supplied when the rate is limited (one request per 30 seconds).