Proper file paths for Sonarr & SABNZBD setup

Sonarr version: 2.0.0.5085
Mono version: 5.0
OS: Docker on UNRaid 6.3.5
Debug logs: See belo
Description of issue:

Hello everyone, I am having a ton of trouble getting SABNZBD working correctly with sonarr. Everything downloads properly and Sonarr can see the file is downloaded however it cannot move the file. I am getting errors such as.

Import failed, path does not exist or is not accessible by Sonarr: /downloads/completed/TV/Chicago.PD.S02E07.1080p.BluRay.x264-SHORTBREHD

My Sonarr mapping is as follows:

/mnt/   -> /mnt/
/config -> /mnt/user/appdata/binhex-sonarr
/data   -> /mnt/user/downloads/
/media  -> /mnt/user/TV Shows/

My SABNZBD mapping is as follows:

/downloads            -> /mnt/user/downloads/
/incomplete-downloads -> /mnt/user/Downloads/incomplete/
/config               -> /mnt/user/appdata/sabnzbd

Inside of SABNZBD i have the following folders setup:

Temporary DOnwload folder: Downloads/incomplete
Completed download folder: /downloads/completed

note that on the Completed folder is is an absolute folder. If I don’t do an absolute folder the transfer error in Sonarr looks as follows:

Import failed, path does not exist or is not accessible by Sonarr: /config/Downloads/completed/TV/Chicago.PD.S02E07.1080p.BluRay.x264-SHORTBREHD

I know this has to be something with how I have my folder paths setup and I am hoping someone here can help.

Thanks in advance.

1 Like

So I solved mey own issue with some help form elsewhere, if anyone runs into something like this again, make sure your container paths match as well.

/data -> mnt/user/downloads

isnt the same as

/downloads -> mnt/user/downloads

1 Like

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