Hi folks,
I’m having an issue where sometimes Sonarr is not downloading shows in the calendar. It doesn’t happen all the time, but when it does it will typically occur for the entire night’s worth of downloads.
I can force it be doing either a manual or automatic search.
I’m using Sonarr in conjunction with Sabnzbd and nzbs.org.
Do you have Sonarr running 24/7?
Sonarr does not perform searches automatically. It only constantly processes the RSS information. If the server is not running 24/7 the item might not be available anymore on the RSS feed.
If it’s running 24/7, enable debug logging, so you can check if the releases where found during an RSS analysis, and why the file wasn’t downloaded.
Under “System” --> “Logs” --> “Table”, do you see the “RssSyncService” and “DownloadDecisionMaker” running every 15 minutes?
Under “System”–> “Logs”–> “Files”, are the logs including debug messages.
In those files, there should be corresponding entires "date time|Info|RssSyncService|Starting RSS Sync"
This should be followed by debug messages showing the consulted trackers, and the amount of RSS items that were found.
And then updated my kernel and now all seems to be in order. I am indeed seeing both the RssSyncService and DownloadDecisionMaker running as scheduled.
I guess mono was just crashing frequently and throwing a wrench into the works. . . .