Excessive API requsts, ignores rss sync settings for indexers

I have the rss sync for the indexers set to 15, default i think. I use Dognzb.cr and OZnzb. Dog has an API request limit of 5000. I am hitting that easy. Seems the rss sync/search is occurring multiple times per minute. I have saved the change from 15 to 60 to 15, restarted, nothing seems to work. Almost as if it is ignoring the setting. Like if I add a new series, it tries to get missing episodes multiple times per minute instead of 15. On the Tasks tab, I see 2 rss sync, one for an hour and another for 15 mins. The last execution says a month ago and never changes and therefor next execution is always now. I am using the latest version. Tried uninstalling and reinstalling.

Which OS is Sonarr running on?
Which version of Sonarr?
Which version of mono?
Are there any errors when starting Sonarr?
Please post a few minutes of trace logs to hastebin.com.

Search and RSS are totally separate, if you tell Sonarr to search for missing episodes when a series is added it will search for each missing episode (though it will attempt to group them by season to reduce the number of queries).

That would cause it to execute the task every 30 seconds, but how it got into that state is concerning, but without debug logs from a month ago (which would have been long overwritten if they were enabled). Sounds like the DB is partial corrupt. The solution to this problem is to open up NzbDrone.db in a sqlite editor and executing this command: DELETE FROM ScheduledTasks WHERE TypeName = 'NzbDrone.Core.Indexers.RssSyncCommand'.

Windows 8.1 Pro
Sonarr 2.0.0.3357
Not sure what you mean about mono/I assume that is for Linux?
No errors starting Sonarr

Trace Logs
http://hastebin.com/ikimuqurit.vhdl
http://hastebin.com/jomuhuvedu.1c
http://hastebin.com/nufuluxaco.1c
http://hastebin.com/ayopefozab.tex

The log files are so detailed, I think I was only able to post 1-2 seconds at a time. Wish I could just send a zip. Let me know what else you need. I think I have trace logs on.

You can link a zip hosted in dropbox or a similar service.

It looks like those logs show you uninstalling the service, please stop Sonarr, delete the existing log files, start Sonarr and link to a zip so we can take a look (let Sonarr run a couple minutes before capturing logs).

Did you enable it in settings? Startup logs always show trace logs.

What anti-virus do you have installed?

I will do so soon, been busy. I compared my setup to a friend. It appears I have 2 tasks for Rss Sync, and 2 tasks for Downloaded Episodes Scan, whereas he only has 1 for each.

Downloaded Episodes Scan: Interval=10m, Last Execution=a month ago, Next Execution=now
Downloaded Episodes Scan: Interval=1m, Last Execution=a month ago, Next Execution=now

Rss Sync: Interval=15m, Last Execution=a month ago, Next Execution=now
Rss Sync: Interval=15m, Last Execution=a month ago, Next Execution=now

Not sure if this helps. Hope to have those logs for you later today.

Thanks for trying to help, btw, I really appreciate it.

I re-installed Sonarr. Re-imported everything, now there are no duplicate tasks. Works fine now. Something must have happened during an upgrade or restore. The duplicate tasks is what was causing the issue. Wish there was a easier way to fix than having to re-install/import settings when you have duplicate tasks. Thanks for trying to help. You can close this thread.

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