Finding no episodes in torrent should not throw an exception
- Dominant language
- TypeScript
- Stars
- 1.7k
- Forks
- 89
- PR merge metrics
- No merged PRs in 30d
Description
Very nice project !
Do you accept contributions ?
Why throwing an exception [here](https://github.com/iam4x/bobarr/blob/master/packages/api/src/modules/jobs/processors/organize.processor.ts#L333-L340) ?
IMHO if no episodes were found after the filter pass, all episodes should be marked as missing. Otherwise the season is stucked in `Searching` state.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at packages/api/src/modules/jobs/processors/organize.processor.ts around lines 333-340, where the exception is thrown after filtering. Trace the no-episodes path and verify that all episodes are marked as missing so the season does not remain in Searching state; existing project tests should confirm the behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100