Sonarr version (exact version): latest preview Mono version (if Sonarr is not running on Windows): latest OS: Raspbian Debug logs: N/A Description of issue:
When we ask for exact version we want the exact version, latest is not an exact version.
We’re going to need to see ((debug logs)) as we don’t know exactly what is the issue. Not importing (I assume “downloading” is really importing) doesn’t tell us what the issue is.
Given your volumes for the container you’re going to have issues with hardlinks, because you’re mounting downloads and TV shows to different volumes. To correct that you’d want to mount `/media/downloads:/downloads and doing the exact same for qbit/SAB would mean you can skip the remote path mapping.
Currently the multiple pages of information is hard to follow.
Please edit your latest post (they’ve been merged) and remove the confusion and trim down the length. Also post your logs elsewhere and link them here.
19-12-3 22:06:08.6|Error|DownloadedEpisodesImportService|Import failed, path does not exist or is not accessible by Sonarr: /downloads/The.Mandalorian.S01E01.WEBRip.x264-ION10. Ensure the path exists and the user running Sonarr has the correct permissions to access this file/folder
SAB and QBit both have: -v /media/downloads/:/downloads/ \
Setting Sonarr to the exact same will avoid the need for an awkward remote path mapping and as long as there aren’t permissions issues it should just work.
To be honest you’d be better off mounting /media/Downloads/:/media in all your containers.
Then all have the same /media mount, and all applications involved will inherently “know” where files are, because e.g. sab will tell sonarr "there’s a file in /media/SABnzbd/blabla/file.mkv" and sonarr will look at it’s own /media mount and see the file in that exact same spot.
THE biggest advantage: since it’s a single mount, sonarr will be able to instantly move the files, rather than copy+delete which can be slowwww. That’s actually due to docker, which sees every mount as a separate drive, so the OS will do a slow copy+delete operation instead of a move.
Thank you. done! @ [Thirrian] Sonarr is seeing the files now and they’re importing/downloading fine. however, torrents aren’t being deleted after the import.
I’ve done as you said but having a problem, I setup plex… have a folder for “tvshows” and “movies” and I’m back to square one, sonarr cannot import the files. same as radarr.
the log file:
19-12-17 22:09:37.9|Info|OwinHostController| http://*:8989/
19-12-17 22:09:40.8|Info|SonarrBootstrapper|Starting Web Server
19-12-17 22:10:42.2|Info|Auth|Auth-Unauthorized ip 192.168.0.76 url 'http://192.168.0.43:8989'
19-12-17 22:11:08.4|Info|NzbSearchService|Searching 3 indexers for [The Mandalorian : S01E01]
19-12-17 22:11:11.7|Info|DownloadDecisionMaker|Processing 57 releases
19-12-17 22:11:18.6|Info|DownloadService|Report sent to qBittorrent. The.Mandalorian.S01E01.WEBRip.x264-ION10
19-12-17 22:12:21.7|Error|DownloadedEpisodesImportService|Import failed, path does not exist or is not accessible by Sonarr: /tvshows/The.Mandalorian.S01E01.WEBRip.x264-ION10. Ensure the path exists and the user running Sonarr has the correct permissions to access this file/folder
19-12-17 22:13:26.2|Error|DownloadedEpisodesImportService|Import failed, path does not exist or is not accessible by Sonarr: /tvshows/The.Mandalorian.S01E01.WEBRip.x264-ION10. Ensure the path exists and the user running Sonarr has the correct permissions to access this file/folder
19-12-17 22:14:56.5|Error|DownloadedEpisodesImportService|Import failed, path does not exist or is not accessible by Sonarr: /tvshows/The.Mandalorian.S01E01.WEBRip.x264-ION10. Ensure the path exists and the user running Sonarr has the correct permissions to access this file/folder
19-12-17 22:16:26.8|Error|DownloadedEpisodesImportService|Import failed, path does not exist or is not accessible by Sonarr: /tvshows/The.Mandalorian.S01E01.WEBRip.x264-ION10. Ensure the path exists and the user running Sonarr has the correct permissions to access this file/folder
19-12-17 22:17:57.0|Error|DownloadedEpisodesImportService|Import failed, path does not exist or is not accessible by Sonarr: /tvshows/The.Mandalorian.S01E01.WEBRip.x264-ION10. Ensure the path exists and the user running Sonarr has the correct permissions to access this file/folder
IF I just use /media/downloads it’s fine. but I need “movies” and “tvshows” for plex. ugh!!!