Rahph 1 Posted June 2, 2020 Share Posted June 2, 2020 When a discord account with an animated profile picture is connected, I see a "missing picture" icon (using google chrome 83 on linux, if that matters) Picture of what I mean Quote Link to post Share on other sites
Lizzian 46 Posted July 7, 2020 Share Posted July 7, 2020 I'm actually surprised that the avatar import feature works at all. The login system for Discord expects the field in a given response to be a direct URL to the avatar, but in Discord's case it's just the hash for it and would require more steps to build the full URL. For reference, Discord's API (when you log in via it) gives the forums the following, which is not helpful unless there's a way to construct the full URL (which isn't possible from what I can tell) "avatar": "8342729096ea3675442027381ff50dfe" The Twitter integration is actually built in so I suspect that one works. Ultimately this isn't something I can easily fix, sorry Quote Link to post Share on other sites