-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
/get_user?u=username_old acts the same as /get_user?u=username #280
Comments
Fixed. |
This still seems to be an issue, https://osu.ppy.sh/api/get_user?k=KEY&u=JakisRandom_old still redirects to Jakisrandom instead of JakisRandom_old |
This is actually intended – we don't index _old users or expose them in any way. The idea is they will contact us if they want to seriously play again and we'll fix their usernames. |
That's disappointing if it means that these users are intended to be inaccessible via the api. They are already accessible with a direct link (https://osu.ppy.sh/users/JakisRandom_old), so I don't see the point in excluding them from the api. |
We will consider removing the direct links and placing their accounts in a more archived state. Thanks for the feedback! |
A larger distinction between normal and |
https://osu.ppy.sh/api/get_user?k=KEY&u=legendre_old and https://osu.ppy.sh/api/get_user?k=KEY&u=legendre both redirect to https://osu.ppy.sh/users/9868921 (legendre), even though a user by the name of legendre_old exists - https://osu.ppy.sh/users/709891. Querying for legendre_old should give legendre_old's profile.
Interestingly, https://osu.ppy.sh/api/get_user?k=KEY&u=legendre_ (adding an underscore) gives the profile of legendre_old.
The text was updated successfully, but these errors were encountered: