CustomSkinLoader

CustomSkinLoader

1M Downloads

[优化]Mojang Usernames -> UUIDs 接口返回异常

Yukino0812 opened this issue · 4 comments

commented

今天突然皮肤加载不出来了,群友的正版皮肤还被皮肤站覆盖掉。
一查发现是mojang的Usernames to UUIDs API返回了这个:

{
    "error": "BadRequestException",
    "errorMessage": "Bad Request"
}

但是另外一个API Username to UUID是能正常返回的。

个人修改了代码,在批量查询接口MojangAPILoader#loadGameProfile()返回为空时,使用单个查询的接口,自测在1.15.2的fabric跑了一下可以加载皮肤了。
想问一下mod后续对这方面会进行优化吗?

commented

如果可以的话,发个 PR 吧

commented

这个问题已经被 mojang 修复了

commented

Mojang已修复问题