mojang-api
mojang-api copied to clipboard
Error 404
Is error 404 intentional when calling from java for no-premium players?
If by "no-premium players" you mean people who have not purchased Minecraft, then they don't exist in the Mojang database -- hence the 404 (not found) error.
If by "no-premium players" you mean people who have not purchased Minecraft, then they don't exist in the Mojang database -- hence the 404 (not found) error.
When you open it in the browser you see: { "code": 404, "error": "Not Found", "reason": "No user with the name 'user' was found" }
If by "no-premium players" you mean people who have not purchased Minecraft, then they don't exist in the Mojang database -- hence the 404 (not found) error.
Also it shows 404 for premium players...
https://github.com/Electroid/mojang-api/issues/28
Fixed in https://github.com/Electroid/mojang-api/commit/991e1e9850220cf2124a2d7a7375b52385507ea3