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

User profile picture broken when using Steam #973

Open
daniMilio opened this issue Dec 4, 2024 · 0 comments
Open

User profile picture broken when using Steam #973

daniMilio opened this issue Dec 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@daniMilio
Copy link
Contributor

If the profile picture selected is the one from ones steam account, the profile picture is broken in Admin page and the Users tab, where the users are listed.

The cause of this is the fact that in the picture object, there is a reference to the steam profile picture, but appended with ".webp". Steam does not provide a webp alternative of the profile picture.

The solution would be then to either download/cache the steam profile picture and then convert a local copy of it in webp-format or remove the webp reference when its a steam profile photo.

@Apfelwurm Apfelwurm added the bug Something isn't working label Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants