Sonarr looking in remote path rather than local path for finished downloads

Sonarr version (exact version): 4.0.9.2244
Mono version (if Sonarr is not running on Windows): 4.0.9.2244-ls254 by [linuxserver.io]
OS: Linux/Debian
Debug logs: SonarrDownloadIssue.txt · GitHub
Description of issue: Sonarr, despite having a locally mapped location for downloads, insists only looking at the remote location.

My setup is basically this…
Running OMV 7 on a miniPC, all apps run as services in docker compose (i.e. Sonarr, Radarr, Overseerr, Plex, Syncthing, Swag, etc…).

My set up sends the request from sonarr to ruTorrent running on my seedbox. Once download is complete, autotools moves the file to a “/completed/tv-sonarr” folder on the seedbox. Then syncthing grabs it from the seedbox and puts a local copy in a drive on my server (/sync). Typically once the file is copied in full, Sonarr used to grab it from “/sync” and do it’s magic to name it and move it to the series/season folder.

I know I mapped my drives correctly because I have the exact same setup running in Radar without issues (except the seedbox folder is “/completed/radarr”). for some reason I just can not figure out, Sonarr is only looking in the remote folder on the seedbox and returning an error saying the files aren’t there (log says invalid path). Any ideas? Looked through radarr’s log and it shows the exact same directory mappings and works just fine.

EDIT: I should point out that syncthing properly grabbed the files… they’re sitting in the local “/sync” folder, just waiting to be imported, the issue is just that isn’t where Sonarr appears to be looking.

EDIT 2: I’ve also verified all the directories and info in the compose file stack, I restarted Sonarr through the WebUI, I stopped and restarted the service in OMV, but nothing made a difference.



Screenshot 2024-09-16 212108