-
Notifications
You must be signed in to change notification settings - Fork 17
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
Username issue #72
Comments
Really strange, will look at the debug logs to see what's going on. |
Mojang actually responded with a {
"lastModified": 1680538842634,
"url": "https://api.mojang.com/users/profiles/minecraft/Bellflower_",
"response": {"status":204, "statusText":"No Content"}
} When I check now though, it's changed. So this should be fixed once I'm able to decrease the cache timings. |
Can you give me a @ once its fixed please so I can let my users know :) many thanks. |
Any ETA on this its been 2 weeks. |
Iv another occurrence of this issue happening. https://api.ashcon.app/mojang/v2/user/SykamoreTree (errors out) |
Same here (still a year?) with name
|
So iv a users name were trying to pull via your API and its finding her and NOT finding her its super weird so need some advice.
Here there finding them via UUID
https://api.ashcon.app/mojang/v2/user/82a73a21-37cb-4292-8d24-9a6739d422ef
BUT
if we search them via name its not finding them AT ALL.
https://api.ashcon.app/mojang/v2/user/Bellflower_
What do you recommend, as were only allowing USERNAMES to be found at the current time, Don't really want to allow UUID's to be entered into the box (Plus usernames are easy for our users and straight forward, Which is our WHOLE model).
The text was updated successfully, but these errors were encountered: