We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
me.kbrewster.exceptions.APIException: This should'nt happen at me.kbrewster.mojangapi.MojangAPI.getProfile(MojangAPI.java:63) at nl.hypothermic.launcher.AuthHolder.authenticate(AuthHolder.java:297) ...
Here's a snippet of my code, the exception gets thrown when calling getProfile() in the second line:
getProfile()
AuthenticatedUser user = MojangAPI.authenticate(username, password, clientToken, true); Profile profile = MojangAPI.getProfile(UUID.fromString(MojangAPI.addDashes(user.getUser().getId())));
Any idea what's going wrong?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Here's a snippet of my code, the exception gets thrown when calling
getProfile()
in the second line:Any idea what's going wrong?
The text was updated successfully, but these errors were encountered: