Search found 8 matches

by surfshady
May 10th, 2024, 4:22 pm
Forum: General Help
Topic: Fatal Error
Replies: 7
Views: 234

Re: Fatal Error

I did have logging set at the info level and cop[ied what was provided.

It does appear that fixing the permissions on the root folder (recursively) has resolved the issue. Thank you for the pointers.
by surfshady
May 10th, 2024, 9:40 am
Forum: General Help
Topic: Fatal Error
Replies: 7
Views: 234

Re: Fatal Error

Maybe a permission issue? I chased the temfile.mstemp issue down and changed the permissions for the root of the download folder. no error on restart so far will keep monitoring
by surfshady
May 10th, 2024, 9:31 am
Forum: General Help
Topic: Fatal Error
Replies: 7
Views: 234

Re: Fatal Error

I do not. in fact, as I looked again both folders incomplete and complete are on the local machine the container is run on and shared via docker desktop resources setting under file sharing. Same 2 errors after a restart: ERROR 25 minutes ago Fatal error in Downloader Traceback (most recent call las...
by surfshady
May 10th, 2024, 7:43 am
Forum: General Help
Topic: Fatal Error
Replies: 7
Views: 234

Re: Fatal Error

I have a few times now. The download directory is on a SMB share on Unraid - I checked the windows compatibility option as I thought that might be an issue since this container was migrated recently from Umbrel to Ubuntu-Docker Desktop direct. Worked fine until today. Anything else to check? It recu...
by surfshady
May 10th, 2024, 4:37 am
Forum: General Help
Topic: Fatal Error
Replies: 7
Views: 234

Fatal Error

Traceback (most recent call last): File "/app/sabnzbd/sabnzbd/downloader.py", line 693, in process_nw_worker self.process_nw(read_fds[nw_queue.get()]) File "/app/sabnzbd/sabnzbd/downloader.py", line 794, in process_nw self.decode(article, nw.data_view[: nw.data_position]) File &q...
by surfshady
November 28th, 2023, 12:56 pm
Forum: Bug Reports
Topic: Radarr and SABNZD on Umbrel - Radarr reports download directory does not exist
Replies: 2
Views: 3900

Re: Radarr and SABNZD on Umbrel - Radarr reports download directory does not exist

Fixed. 1. I edited the docker-compose.yml replacing this line: - ${UMBREL_ROOT}/data/storage/downloads:/config/Downloads WITH - ${UMBREL_ROOT}/data/storage/downloads:/downloads 2. I edited the sabnzbd.ini file replacing these lines: download_dir = Downloads/incomplete complete_dir = Downloads/comple...
by surfshady
November 27th, 2023, 7:03 pm
Forum: Bug Reports
Topic: Radarr and SABNZD on Umbrel - Radarr reports download directory does not exist
Replies: 2
Views: 3900

Re: Radarr and SABNZD on Umbrel - Radarr reports download directory does not exist

Here is the exact error from the Radarr log file: 2023-11-27 23:49:03.9|Error|DownloadedMovieImportService|Import failed, path does not exist or is not accessible by Radarr: /config/Downloads/complete/Joker.2019.1080p.Remux.AVC.Atmos.TrueHD.7.1-playBD. Ensure the path exists and the user running Rad...
by surfshady
November 27th, 2023, 6:49 pm
Forum: Bug Reports
Topic: Radarr and SABNZD on Umbrel - Radarr reports download directory does not exist
Replies: 2
Views: 3900

Radarr and SABNZD on Umbrel - Radarr reports download directory does not exist

Here from Radarr: You are using docker; download client SABnzbd places downloads in /config/Downloads/complete but this directory does not appear to exist inside the container. Review your remote path mappings and container volume settings. All the SERvarr apps on Umbrel use this volume mapping in t...