It appears that Sonarr is not automatically searching for new episodes. If I go to “Wanted ==> Search All Missing” then the search performs correctly and episodes are found and downloaded as expected.
I am running the latest Dev Build on Server 208 R2 SP1
In the log I am seeing two errors repeating, I assume this is the failure to launch the searcher…
Error occurred while executing task RssSync: One or more errors occurred.
First line of the exception is…
System.AggregateException: One or more errors occurred. ---> NzbDrone.Core.Indexers.Exceptions.UnsupportedFeedException: Empty feed, cannot check if feed is parsable.
at NzbDrone.Core.Indexers.TorrentRss.TorrentRssSettingsDetector.GetGenericTorrentRssParserSettings(IndexerResponse response, TorrentRssIndexerSettings indexerSettings) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Indexers\TorrentRss\TorrentRssSettingsDetector.cs:line 120
Second Error…
Error occurred while executing task RssSync: One or more errors occurred.
Exception…
System.AggregateException: One or more errors occurred. ---> NzbDrone.Core.Indexers.Exceptions.UnsupportedFeedException: Empty feed, cannot check if feed is parsable.
at NzbDrone.Core.Indexers.TorrentRss.TorrentRssSettingsDetector.GetGenericTorrentRssParserSettings(IndexerResponse response, TorrentRssIndexerSettings indexerSettings) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Indexers\TorrentRss\TorrentRssSettingsDetector.cs:line 120
I assume one of the providers is not working and that is causing the whole thing to get hung up.
Obviously help would be appreciated, I can supply full exceptions if required.