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

fix: catch avatar not found error #248

Merged
merged 2 commits into from
Mar 2, 2023

Conversation

spaenleh
Copy link
Member

@spaenleh spaenleh commented Mar 1, 2023

This PR attempts to silently accept when getting an avatar fails with a 404.

There are a number of times when not being able to get an avatar is actually not an issue. Also a lot of users do not have avatars.

Other errors are re-thrown in order to be bubble them up as before.

closes #246

@spaenleh spaenleh added bug 🪲 Something isn't working improvement Not a feature but a QoL improvement in DX labels Mar 1, 2023
@spaenleh spaenleh requested review from pyphilia and codeofmochi March 1, 2023 20:48
@spaenleh spaenleh self-assigned this Mar 1, 2023
@spaenleh spaenleh linked an issue Mar 1, 2023 that may be closed by this pull request
@spaenleh spaenleh merged commit d7d8e97 into main Mar 2, 2023
@spaenleh spaenleh deleted the 246-fix-catch-avatar-not-found-error branch March 2, 2023 14:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working improvement Not a feature but a QoL improvement in DX
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix catch Avatar not found error
2 participants