Error (Ubuntu) (Docker) - Import failed, path does not exist or is not accessible by Sonarr

Exact Error
"|Error|DownloadedEpisodesImportService|Import failed, path does not exist or is not accessible by Sonarr: /downloads/TV/Chicago.Med.S03E03.720p.HDTV.x264-KILLERS-postbot/"

I am running Sonarr in a docker container. I am also running SABnzbd in a docker container. Here are both container config files.

Sonarr Docker
docker create
–name sonarr9
-p 8989:8989
-e PUID=0 -e PGID=0
-v /etc/localtime:/etc/localtime:ro
-v /home/daniel/Docker/sonarr:/config
-v /mnt/gdrive/Media:/tv
-v /home/daniel/Transfer/TV/TV:/downloads
linuxserver/sonarr

SAB Docker
docker create --name=sab8
-v /home/daniel/Docker/SAB2:/config
-v /home/daniel/Transfer/TV:/downloads
-v /home/daniel/Downloads/Temp:/incomplete-downloads
-e PGID=0 -e PUID=0
-p 8080:8080 -p 9090:9090
linuxserver/sabnzbd

I have “chmod -R 777” the Transfer folder and both containers can see it but Sonarr cant modify or move it seems.

In the sonarr docker it says -v /home/daniel/Transfer/TV/TV:/downloads (notice "TV* is repeated) and in the SAB docker -v /home/daniel/Transfer/TV:/downloads

Hey,

I put that there as SAB adds another directory to sort files. I have removed the directory and change the link and all is working well.

Thanks again.

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