皮肤加载优先级有问题
SekiBetu opened this issue · 4 comments
[2018-11-04 12:05:24 XIBIE INFO] Loading XIBIE's profile.
[2018-11-04 12:05:24 XIBIE INFO] 1/4 Try to load profile from 'Mojang'.
[2018-11-04 12:05:24 XIBIE INFO] Try to read 'https://api.mojang.com/users/profiles/minecraft/XIBIE'
[2018-11-04 12:05:25 XIBIE INFO] Successfully read (Response Code: 200 , Content Length: 56)
[2018-11-04 12:05:25 XIBIE INFO] Try to read 'https://sessionserver.mojang.com/session/minecraft/profile/b09851ca5c9d45d08f6610958d2f6d3a'
[2018-11-04 12:05:26 XIBIE INFO] Successfully read (Response Code: 200 , Content Length: 250)
[2018-11-04 12:05:26 XIBIE INFO] Profile not found.(XIBIE doesn't have skin/cape.)
[2018-11-04 12:05:26 XIBIE INFO] 2/4 Try to load profile from 'BlessingSkin'.
[2018-11-04 12:05:26 XIBIE INFO] Try to read 'https://skin.prinzeugen.net/csl/XIBIE.json'
[2018-11-04 12:05:26 XIBIE INFO] Successfully read (Response Code: 200 , Content Length: 45)
[2018-11-04 12:05:26 XIBIE INFO] Both skin and cape not found.
[2018-11-04 12:05:26 XIBIE INFO] 3/4 Try to load profile from 'SkinMe'.
[2018-11-04 12:05:26 XIBIE INFO] Try to read 'http://www.skinme.cc/uniskin/XIBIE.json'
[2018-11-04 12:05:26 XIBIE INFO] Successfully read (Response Code: 200 , Content Length: -1)
[2018-11-04 12:05:26 XIBIE INFO] XIBIE's profile loaded.
[2018-11-04 12:05:26 XIBIE INFO] (SkinUrl: http://www.skinme.cc/uniskin/textures/skinme_skin_760514 , Model: default , CapeUrl: http://www.skinme.cc/uniskin/textures/skinme_cloak_99520)
[2018-11-04 12:07:11 XIBIE INFO] Loading XIBIE's profile.
[2018-11-04 12:07:11 XIBIE INFO] Cached profile will be used.
[2018-11-04 12:07:11 XIBIE INFO] (SkinUrl: http://www.skinme.cc/uniskin/textures/skinme_skin_760514 , Model: default , CapeUrl: http://www.skinme.cc/uniskin/textures/skinme_cloak_99520)
原因找到了,加载那个blessingskin失败,不知道为什么skinme加载的皮肤不是我的(果然skinme这个网站已经死了,我用正版挤掉也没用,盗版覆盖正版皮肤)
{
"version": "13.10",
"enable": true,
"enableCache": true,
"enableSkull": true,
"enableTransparentSkin": false,
"loadlist": [
{
"name": "Mojang",
"type": "MojangAPI"
},
{
"name": "BlessingSkin",
"type": "CustomSkinAPI",
"root": "https://skin.prinzeugen.net/csl/"
},
{
"name": "SkinMe",
"type": "UniSkinAPI",
"root": "http://www.skinme.cc/uniskin/"
},
{
"name": "McSkin",
"type": "CustomSkinAPI",
"root": "http://www.mcskin.cc/"
}
]
}