UMass-Rescue / UMass-Rescue/RescueBox
Rescuebox harden error handling
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 6
- Forks
- 15
- Avg merge
- 14h 42m
- Merged PRs (30d)
- 7
Description
goal : user gets clear message due to problems with inputs
inspite of pydantic validations for directories , its possible contents of the folder is invalid , like no image files for deepfake or invalid mount_name for ufdr-plugin
need to adopt more checks like audio plugins use of FileFilterDirectory for all plugins
how about a error handler processor , either code or plugin that takes an error and gives the user a better experience and automate fix ? retry / adjust cpu/mem resource / install pre-reqs
Contributor guide
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 by tracing the existing Pydantic directory validations and the audio plugins' use of FileFilterDirectory, then compare the deepfake and ufdr-plugin input cases described here. Clarify whether the goal is broader input checks, a shared error handler, or automated recovery; done should mean invalid inputs produce clear user-facing messages and the agreed recovery behavior is covered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100