Sonarr version (exact version): 0.2.0.1217 Mono version (if Sonarr is not running on Windows): 5.16.0.179 (tarball Thu Oct 4 10:29:10 UTC 2018) OS: Unraid Debug logs: Description of issue:
Hi all,
I’ve read almost every post on this forum concerning this issue and tried several solutions, but no luck.
Here’s my setup:
Unraid
/mnt/user/Media/Series/
Container Path: /tv
/mnt/disks/x.x.x.x_Media/Complete/Series/ (obviously I have my real ip address here for my file server on ubuntu)
Container Path: /downloads
puid: 99
pgid: 100
I have created a user called sonarr on my ubuntu and gave them owner rights to the Series folder and assigned uid 99 and pgid 100 to it.
Unfortunately I still get the error “Import failed, path does not exist or is not accessible by Sonarr”.
That’s not a Sonarr version number, or at least not one from the last 5 years.
((Debug logs)) are important, please upload them somewhere and link them here as requested.
Given docker is involved in some way? maybe? It’s either permissions or paths don’t align between containers, which you can either correct or use a Remote Path Mapping.
just to double check, you gave it rights to the downloads folder as well?
the docker container is configured to use that puid and pgid?
the other question is what paths does your download client use? eg your sonarr container can only see /tv and /downloads so if the download client is using a different path then sonarr wont be able to see it unless you either mount it as part of the container or map it via sonarr
It doesn’t look like you have a volume mounted for /media/Media/Complete/Series/ so Sonarr can’t find it. You’ll need to mount one and unless Sonarr sees it exactly as reported by SAB it’ll need a Remote Path Mapping to translate the path SAB reports to one Sonarr can use to access it.
Just so I understand correctly, I need to create a mapping to the complete/series folder in my unraid so it can get picked up by sonarr? At the moment I only have one to the /complete folder. I can see the series when I put in the mappings to the mounted drive in sonarr.
You need Sonarr to have a volume mounted pointing to that folder, if you already have one pointed to the /complete folder (which I may have missed before) then you don’t need another, you just need to add a Remote Path Mapping to map the remote path to the local path (the container’s path).
btw, you dont actually have a /tv path its /Downloads/tv according to that screenshot (Host Path 3) so you might want to fix that - the description says /tv but thats just a description
Ok, read the document, tried everything but no luck. Still getting this error. The weird thing is that I installed Handbrake in between my sabnzbd and sonarr and it was able to pick up my downloads without a problem.
Also when I process them manually everything works perfectly.
A lot of the recommendations made here, don’t apply to me as my Sabnzbd instance is installed on a different machine and not in a docker.