Sonarr Couldn't Import Episode

Sonarr version (exact version): 2.0.0.4949
Mono version (if Sonarr is not running on Windows): 5.2.0.215
OS: Ubuntu 16.04

Hi all,

Sonarr was post processing fine. Now it’s not and it’s driving me up the wall, I have changed ownership of files/folders and am lost for an explanation of why Sonarr now can’t move files. It really is driving me nuts, I have tried various implementations of (user):media ownership. Most if not all directories are 775 to give group access to everything.

I would very much appreciate any help. I have given as much info below as I can.

Thanks

I am running sonarr and sabnzbd in docker containers. Here are my sonarr mounts:

"Mounts": [
            {
                "Type": "bind",
                "Source": "/home/config/sonarr",
                "Destination": "/config",
                "Mode": "",
                "RW": true,
                "Propagation": "rprivate"
            },
            {
                "Type": "bind",
                "Source": "/home/downloads",
                "Destination": "/downloads",
                "Mode": "",
                "RW": true,
                "Propagation": "rprivate"
            },
            {
                "Type": "bind",
                "Source": "/etc/localtime",
                "Destination": "/etc/localtime",
                "Mode": "ro",
                "RW": false,
                "Propagation": "rprivate"
            },
            {
                "Type": "bind",
                "Source": "/home/union/tv",
                "Destination": "/tv",
                "Mode": "",
                "RW": true,
                "Propagation": "rprivate"

Here is my root folder @ /home:

drwxrwxr-x 21 mylar  media   4096 Aug 19 16:42 config
drwxr-xr-x 18 darryl darryl  4096 Sep 17 13:54 darryl
drwxrwxr-x  6 root   media  20480 Sep 18 00:21 downloads
drwxrwxr-x  5 root   media   4096 Sep 17 23:33 local
drwxr-xr-x  1 root   root       0 Sep 10 22:01 mount
drwxrwxr-x  1 root   media   4096 Sep 17 23:33 union

My downloads folder:

drwxrwxr-x  6 root media 20480 Sep 18 00:21 .
drwxr-xr-x  8 root root   4096 Sep 18 00:54 ..
drwxrwxr-x  3 root media 36864 Sep 18 00:36 incomplete
drwxrwxr-x  4 root media  4096 Sep 18 00:36 movies
drwxrwxr-x  2 root media  4096 Sep 17 21:43 music
drwxrwxr-x 15 root media  4096 Sep 18 00:18 tv

A sample download:

drwxrwxr-x  2 root media  4096 Sep 17 23:31 Vikings.S02E02.EXTENDED.BDRip.x264-DEMAND English

The union folder that is mount to Sonarr as /tv:

drwxrwxr-x 1 root media 4096 Sep 17 23:33 .
drwxr-xr-x 8 root root  4096 Sep 18 00:54 ..
drwxrwxr-x 1 root media 4096 Sep 17 23:00 movies
drwxrwxr-x 1 root media 4096 Sep 17 20:18 music
drwxrwxr-x 1 root media 4096 Sep 17 23:33 tv

My users:

uid=998(sonarr) gid=997(sonarr) groups=997(sonarr),1001(media)
uid=1000(darryl) gid=1000(darryl) groups=1000(darryl),27(sudo),999(docker),1001(media)
uid=997(sabnzbd) gid=996(sabnzbd) groups=996(sabnzbd),1001(media)

We’re going to need to see the ((debug logs)) that weren’t included.

(Make sure debug logging is enabled in settings and post the full log to hastebin/pastebin/dropbox/google drive or something similar, do not post them directly here)

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