mojang-api icon indicating copy to clipboard operation
mojang-api copied to clipboard

Recently changed usernames return 404

Open justinrest opened this issue 3 years ago • 1 comments

Problem: Title

Example: superdawg

https://api.ashcon.app/mojang/v2/user/superdawg -> 404

{
    "code": 404,
    "error": "Not Found",
    "reason": "No user with the name 'superdawg' was found"
}

https://api.ashcon.app/mojang/v2/user/superdawg -> 200

{
    "id": "8881480f8143408c9ac00a4b773abcd7",
    "name": "SUPERDAWG"
}

justinrest avatar Apr 06 '23 20:04 justinrest

#66 Seems to be the same issue, any updates on fixing this?

justinrest avatar Apr 06 '23 20:04 justinrest