diff --git a/99 Daily/2026-04-30.md b/99 Daily/2026-04-30.md index a676237..7b4fc07 100644 --- a/99 Daily/2026-04-30.md +++ b/99 Daily/2026-04-30.md @@ -344,3 +344,9 @@ tags: [daily] - 16:54 | `video-accessibility` - **Asked:** Debugged 403 Forbidden error on production queue stats API endpoint | Fixed query enabled condition in useJob.ts, expanded EARLY_STATUSES, and corrected status logic in Downloads.tsx | useJob.ts, Downloads.tsx - **Done:** — +- 16:55 | `aimpress` + - **Asked:** Set up magnet link support for qBittorrent with download-only mode and unlimited speed. + - **Done:** Configured qBittorrent magnet links, disabled uploads, created Nginx config for DNS and NPM proxy, and connected Jellyseerr with Jellyfin/Radarr/Sonarr. +- 16:56 | `video-accessibility` + - **Asked:** Developer received 403 Forbidden error when fetching production queue stats from the API. + - **Done:** Identified that MongoDB schema validator on jobs collection was missing `processing_failed` status in enum, blocking the write operation.