A few issues with the linux version (Synology)

Hello. I’ve been running NzbDrone on windows since the very first release, but now that there is a Synology package and autoupdate works on linux, I decided to move it onto my Syno server. I let it run unconfigured for a while to ensure everything was stable, and today I configured it with my settings and show (and disabled the windows version).

I’ve run into a couple of problems that I could use help with.

  1. Since configuring it, I am seeing the following error notification pop-up in the Web UI, approximately every 30 seconds:
    “app.js: 24552 - Uncaught Error: Invalid arguments”

  2. Looking in the logs, it appears that the Drone Factory renamer is attempting to process sabnzbd directories with “UNPACK” in the path. This is the error I see:

An error has occurred while importing folder: /volume1/video/unsorted/nzbdrone/_UNPACK_Fargo S01E08 The Heap 1080p Web-Dl Dd5.1 h264-BS: Access to the path “/volume1/video/unsorted/nzbdrone/_UNPACK_Fargo S01E08 The Heap 1080p Web-Dl Dd5.1 h264-BS/36f443a0cef9767f9520523ea04da0aa” is denied.

Any thoughts what I could have done wrong? Same shows, same settings on the same version in Windows work fine…

Log on to your shell with your root user and chown /volume1/video/unsorted/nzbdrone to the user called nzbdrone. You cannot do this from DSM since the nzbdrone user is hidden in there.

Thank you! With further research on the UNPACK issue, I see the API-based importing is in the develop branch rather than master, so I’ve switched to that to see if I can make that work. Thanks again for the help.

…and now its in master. :slight_smile: “Completed Download Handling” for the win.