dogsheep / dogsheep/twitter-to-sqlite
Use raise_for_status() everywhere
Open
bug
- Dominant language
- Python
- Stars
- 416
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
I keep seeing errors which I think are caused by authentication or rate limit problems but which appear to be unexpected JSON responses - presumably because they are actually an error message.
Recent example: https://github.com/simonw/jsk-fellows-on-twitter/runs/598892575
Using `response.raise_for_status()` everywhere will make these errors less confusing.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.