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

nickname support #248

Closed
SimonMeskens opened this issue Feb 20, 2018 · 1 comment
Closed

nickname support #248

SimonMeskens opened this issue Feb 20, 2018 · 1 comment

Comments

@SimonMeskens
Copy link

Is there a reason why you guys aren't supporting nicknames anymore? There's a very simple Mojang API for getting the UUID from nickname at https://api.mojang.com/users/profiles/minecraft/Notch

@jomo
Copy link
Contributor

jomo commented Feb 20, 2018

Yes. As noted on the website, Mojang has disabled the skin API for usernames. In fact, Mojang had already deprecated usernames before Crafatar was started and we always had a warning on the website that usernames may break and be disabled at any time.

We looked into using the API endpoint you mentioned, but unfortunately it is strictly rate limited, which in practice means we can't support it. See #106 for the details and discussion.

Spinning up a bunch of proxies to circumvent the rate limiting is out of the scope of this project.


If you want to use usernames, just do the conversion to UUIDs on your side and send UUIDs to Crafatar.

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

2 participants