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

Don't swallow errors #80

Open
dogmatic69 opened this issue Jan 22, 2022 · 0 comments
Open

Don't swallow errors #80

dogmatic69 opened this issue Jan 22, 2022 · 0 comments

Comments

@dogmatic69
Copy link

Just spent a good few hours debugging an issue in a request which was reported as:

Error when contacting https://....

but was actually some AsyncIO error due to blocking calls within a async loop.

This should only catch underlying HTTP errors

except Exception as error:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant