Import problem docker

Sonarr version (exact version): 3.0.3.727
Mono version (if Sonarr is not running on Windows): 5.20.1.34
OS: Open media vault
Debug logs:
Description of issue:
Hi ,im running sonarr v3 on openmediavault in docker and having a problem with importing.

It gives me this error: 20-3-13 21:07:10.6|Error|DownloadedEpisodesImportService|Import failed, path does not exist or is not accessible by Sonarr: /downloads/usenet/completed/tv/South.Park.S23E10.720p.HDTV.x264-AVS-Obfuscated. Ensure the path exists and the user running Sonarr has the correct permissions to access this file/folder

I know it is a known problem but i dont know a solution. I think my volumes are good , here are the volumes for sonarr: https://imgur.com/aLkIGKi and for my download clients : https://imgur.com/Y9EpkM0 and https://imgur.com/ZykLmX7 . It is driving me crazy,i need help?

Your volume mappings aren’t going to work.

Your download client will report /downloads/xyz and Sonarr will try to access that, but it only knows about torrents and usenet under /downloads.

At the bare minimum, what I’d do is mount /downloads to each container which is mapped to .../data/downloads then each download client uses the correct subfolder.

If you want hardlinks to work then you should instead map the .../data folder on the host to /data (assuming that’s not im-use already) in each container then have Sonarr use /data/tv as the root folder for series and download clients use the appropriate /data/downloads/x folder for their downloads.

I understand what are you saying,that my volume mappings are wrong…but i did not understand how should i organize it,can you explain it bit more…everything is under /data map both /tv and /downloads

It is working fine if only put one volume for /downloads ie. /downloads/nzbget…but how can i organize it to have two download clients?

https://www.reddit.com/r/usenet/wiki/docker goes into pretty good detail on docker and download clients.

Instead of two clients in different containers both using /downloads that point to different paths on the host you want them to use the same path on the host and any subfolders are accounted for in the container, not the mapping.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.