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

Username issue #72

Open
Cynocles opened this issue Apr 2, 2023 · 6 comments
Open

Username issue #72

Cynocles opened this issue Apr 2, 2023 · 6 comments

Comments

@Cynocles
Copy link

Cynocles commented Apr 2, 2023

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).

@Electroid
Copy link
Owner

Really strange, will look at the debug logs to see what's going on.

@Electroid
Copy link
Owner

Mojang actually responded with a 204 on their username.

{
 "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.

@Cynocles
Copy link
Author

Cynocles commented Apr 4, 2023

Mojang actually responded with a 204 on their username.

{
 "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.

@Cynocles
Copy link
Author

Mojang actually responded with a 204 on their username.

{
 "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.

Any ETA on this its been 2 weeks.

@Cynocles
Copy link
Author

Iv another occurrence of this issue happening.

https://api.ashcon.app/mojang/v2/user/SykamoreTree (errors out)
https://api.ashcon.app/mojang/v2/user/f23eff13-b598-48e2-8ee7-e0cfc660c2b0

@FlameFire26
Copy link

Same here (still a year?) with name flamefirezf, uuid 53b13666-4cd9-4344-a6e6-7576183f081f

  • Could it be the reason that the different methods we got MC? for example, shopping in microsoft store or use a gift code. Because it seems all my friends have no problem by shopping in the store, only I was using a gift code meet this.
  • By the way, Mojang's official API has no problem in converting both sides.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants