Automatic Import Not Working After Moving SABnzbd to Remote Host

Sonarr Version: 2.0.0.5277 - develop
SABnzbd Version: 2.3.5 [76c7a6c] (Docker)
OS: Windows 10 x64
Debug logs: None related to issue

Hey Guys -

I’m a long time Sonarr user whose used it since the NZBDrone days and LOVE it! I’m in the middle of migrating a few hosted apps to Docker and having an issue I couldn’t find an answer for so wanted to post.

Until a few days ago, Sonarr and SABnzbd were installed on the same Windows 10 system and worked great. I then installed SABnzbd into Docker on a remote host (dedicated system running Atomic (Fedora 28)) and since then, Sonarr will not automatically import downloaded shows. Shows are successfully added to SABnzbd from Sonarr and once they are downloaded into Docker, I have a SyncBackPro profile move the content from the container to the system which Sonarr is installed upon and into the same folder SABnzbd used when installed locally. To note, manual importing from this location is successful every time so know it isn’t a permissions thing. Below are a few notes about how things are currently configured:

SABnzbd

  • Category:
    • Name" tvshows
    • Folder: /downloads/TVShow
      Sonarr
  • SABnzbd
    • Enable: Yes
    • Host: 192.168.0.21 (IP of Docker host)
    • Port: 8080
    • Category: tvshows
  • Remote Path Mappings:
    • Host: 192.168.0.21
    • Remote Path: /downloads/TVShow
    • Local Path: D:- Downloads -\TVShow
      SyncBackPro Profile
  • Schedule: Check every 1 minute for content in source folder and when found move it to destination folder
  • Source Folder: /downloads/TVShow (via SFTP)
  • Destination Folder: D:- Downloads -\TVShow\
  • Filter: Exclude anything that starts with UNPACK

To note, if anyone knows of a better solution to get the files over and/or a good method to mount Windows shares within Docker containers, please let me know. I’ve spent tons of time trying to get it to work consistently, but have not been successful as the few methods I’ve found like wanghaibo/docker-volume-netshare do not work with Atomic.

Any suggestions? Thank You!

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