OpenCloning / OpenCloning/OpenCloning_backend
Better error handling for external requests
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 8
- Forks
- 11
- Avg merge
- 14m
- Merged PRs (30d)
- 5
Description
- Sometimes it raises HTTPError, which it should not, since the library used for the requests is httpx
- Sometimes it raises httpexception from fastapi, which it should not because this module should be usable without fastapi
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
No files, tests, or entry points are identified. Start by locating the module that makes external requests and reviewing how httpx and FastAPI exceptions are currently handled. Done means the module no longer raises HTTPError or FastAPI-specific exceptions and remains usable without FastAPI.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- fastapi, python
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100