OpenCloning / OpenCloning/OpenCloning_backend

Better error handling for external requests

Open
#253 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.