TeamNewPipe / TeamNewPipe/web-api
App blocks if SENTRY_URL is not given
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 36
- Forks
- 12
- Avg merge
- 12h 29m
- Merged PRs (30d)
- 6
Description
Steps to reproduce -
- turn off network
- start app (
python api.py) - curl http://localhost:3000/data.json
- app is now blocked, cannot serve any clients even if network is turned on.
This seems like a raven issue
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in api.py and reproduce the issue with the network disabled, then request http://localhost:3000/data.json. Trace the raven/SENTRY_URL handling that blocks the service and verify that the app continues serving clients while offline and after connectivity returns.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, backend, observability
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100