Skip to content

It has happened. #1

@hypothermic

Description

@hypothermic
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:

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions