твоя ошибка в этом классе https://github.com/SkinsRestorer/SkinsRestorer/blob/e1efd6b248bc726351711c2878f109b0e920a700/shared/src/main/java/net/skinsrestorer/shared/connections/MojangAPIImpl.java#L110
там выше видно что оно пытается подключится к разным серверам для получения uuid
Здесь всего 3 адреса получения uuid
UUID_ECLIPSE = "https://eclipse.skinsrestorer.net/mojang/uuid/%playerName%"
UUID_MOJANG = "https://api.mojang.com/users/profiles/minecraft/%playerName%"
UUID_MINETOOLS = "https://api.minetools.eu/uuid/%playerName%"
при UUID_ECLIPSE
Status: 500
Description: Internal Server Error
при UUID_MOJANG
403 Forbidden
Microsoft-Azure-Application-Gateway/v2
при UUID_MINETOOLS
{
"cache": {
"HIT": true,
"cache_time": 86400,
"cache_time_left": 54435,
"cached_at": 1749639879.8367465,
"cached_until": 1749726279.8367465
},
"id": null,
"name": "Grsmine",
"status": "ERR"
}
вот новый https://api.minecraftservices.com/minecraft/profile/lookup/name/%playerName% (понятие не имею почему skinrestorer не обновился)