Sonarr version (exact version):
2.0.0.5085 Mono version (if Sonarr is not running on Windows):
4.2.3 OS:
Ubuntu 16.04 Debug logs: (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)
Description of issue:
I am running sonarr on a vps right now, nzbget running on same vps while the folders that sonarr is saving/moving to are located on a remote server.
After rebooting sonarr, the check for finished download task runs fine, i can start a download and i can see it finishing and moving the file to the correct location on the remote server.
However, after a while, sometimes a few minutes sometimes a little longer, the Check for finished download task will stop running, it says next execution is “now” but it never actually executes, and thus no new downloads ever gets processed or moved to the correct folder.
It would seem so, but it really isnt, when i posted these logs, it was 6 minutes since it last ran(according to the UI)
I was monitoring the folder for south park which it was grabbing, and it wasnt moving the completed files.
Currently i have resorted to a cronjob that kills mono every 4 minutes, the restart of sonarr solves the problem, but this obviously isnt a great solution.
If you notice, the first couple of episodes download fine, reports are sent to nzbget and sonarr successfully runs “SonarrPostConversion - INFO - Tagging”, files are moved to the folder and afterwards being converted with the script.
However, if you notice at the timestamp in the debug log at 14:07:21.6 this is the last time a file is sucessfully moved from the completed download folder, to its designated folder.
You will notice that all log entries of the script running afterwards, is just a loop of SonarrPostConversion - INFO - queued
At the same time, tasks stop running at their defined interval
If i switch from nzbget to sabnzbd all works just fine.