Often https://api.mojang.com/users/profiles/minecraft/ returns read time out, today I had more than 200 situations like that.
Linked issues
is duplicated by 2
relates to 2
Comments 10
Is this link from the description supposed to give a message like this
"{"error":"Not Found","errorMessage":"The server has not found anything matching the request URI"}"
when opened? Are there also any other messages appearing besides this one, and the other you mentioned in a prevoius comment?
Please see https://wiki.vg/Mojang_API for the new API methods. https://api.mojang.com/users/profiles/minecraft/ appears to be functioning now as well.
To @Greymagic27, please review [MC-267771] Unable to /whitelist add : "That player does not exist" - Jira (mojang.com) again. `/whitelist add` command uses POST https://api.mojang.com/profiles/minecraft via mojang.authlib (You break your own library, it's not just custom libraries people write) on all versions below 1.21.1. While you may say that you only support snapshots + 1.21.4, by removing an old endpoint you break all dedicated servers, which used whitelist as well. You can't simply update a server to a new auth library jar.
It also returns 500 http response code.