Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Noticing Avatar Icon Inconsistencies (Version 0.5.0) #244

Open
joshuaseaver opened this issue Sep 29, 2021 · 3 comments
Open

Noticing Avatar Icon Inconsistencies (Version 0.5.0) #244

joshuaseaver opened this issue Sep 29, 2021 · 3 comments
Labels
bug Something isn't working Connect Panel Issue related to the connect panel

Comments

@joshuaseaver
Copy link
Collaborator

In Discord:
I see colored circles with initials for everyone, and only see my own avatar picture in the team participant (But before I swear I'd seen Seth's too)
In Teams:
I see colored circles with no initials for anyone except for Christina, and my own avatar picture in the team participant list.

@joshuaseaver joshuaseaver added bug Something isn't working Connect Panel Issue related to the connect panel labels Sep 29, 2021
@DarcyMagdaHannen
Copy link
Collaborator

This is what I see in Teams on my screen
image

@DarcyMagdaHannen
Copy link
Collaborator

On discord, all but Joshua's avatar is colored circle with initials
image

@Olliebrown
Copy link
Member

I've made this better, but it still continues to be a challenge. I tried to add some logic so that no matter what, if an image fails to load it will fall back to showing initials. I need to confirm that fix is working.

The core problem stems from file access permissions. We are trying to grab these images directly from the teams and discord servers by just copying the URL they use on the web page. For whatever reason, this URL is sometimes blocked and returns a 401 (not permitted) even though the web page can clearly load it. It also seems to be necessary for the user to leave the page and come back in order for their displayed image to update the first time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Connect Panel Issue related to the connect panel
Projects
None yet
Development

No branches or pull requests

3 participants