Discord4Fabric icon indicating copy to clipboard operation
Discord4Fabric copied to clipboard

Minecraft avatar images not loading

Open DracoHero opened this issue 1 year ago • 8 comments

Suddenly the avatar images stopped loading, I use webhook by the way I noticed that the website that uses the avatar icons is down, or so it seems

Captura de pantalla 2023-11-21 144122

DracoHero avatar Nov 21 '23 17:11 DracoHero

SAME ISSUEE

NotFlow69 avatar Nov 25 '23 15:11 NotFlow69

You can change the avatar image service to another in the config

Reimnop avatar Nov 25 '23 15:11 Reimnop

You can change the avatar image service to another in the config

tysm for the quick response, when is 1.20.2 version of the mod coming out?

NotFlow69 avatar Nov 25 '23 15:11 NotFlow69

Now.

Reimnop avatar Nov 25 '23 16:11 Reimnop

You can change the avatar image service to another in the config

That's fine, but... I don't know many avatar image services websites, I would have to investigate and need help on that

DracoHero avatar Nov 25 '23 16:11 DracoHero

You can try Visage

Reimnop avatar Nov 25 '23 16:11 Reimnop

I don't know how I'm going to implement that, I need help, how can I talk to you? Do you have Discord?

DracoHero avatar Nov 25 '23 20:11 DracoHero

You can change the following variable in config/discord4fabric.json:

from:

 "avatar_url": "https://crafatar.com/avatars/%s?overlay"

to:

"avatar_url": "https://mc-heads.net/avatar/%s"

then use the command /discord4fabric reload on the minecraft server.

That fixed it for me. Crafatar no longer supports username lookup, evidently. It would work if it used player UUID instead of username, but i do not know what %foo% variable to use to get UUID into the url.

agmccar avatar Mar 12 '24 16:03 agmccar