Sonarr version (exact version): 2.0.0.5252
Mono version (if Sonarr is not running on Windows): 5.8.0.108
OS: Synology
Debug logs:
Description of issue:
When doing a manuel/automatic search within Sonarr I get the following error:
An error occurred while processing feed. http://localhost/spotweb/api?t=tvsearch&cat=5030,5040&extended=1&apikey=(removed)&offset=0&limit=250&rid=22622&tvmazeid=80&season=10&ep=5: Data at the root level is invalid. Line 2, position 1.
XML Error:
System.Xml.XmlException: Data at the root level is invalid. Line 2, position 1. at System.Xml.XmlTextReaderImpl.Throw (System.Exception e) [0x00027] in <553f79272a7948c98913d7f137938b8e>:0 at System.Xml.XmlTextReaderImpl.Throw (System.String res, System.String arg) [0x00029] in <553f79272a7948c98913d7f137938b8e>:0 at System.Xml.XmlTextReaderImpl.Throw (System.String res) [0x00000] in <553f79272a7948c98913d7f137938b8e>:0 at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace () [0x0012c] in <553f79272a7948c98913d7f137938b8e>:0 at System.Xml.XmlTextReaderImpl.ParseDocumentContent () [0x002d4] in <553f79272a7948c98913d7f137938b8e>:0 at System.Xml.XmlTextReaderImpl.Read () [0x0008c] in <553f79272a7948c98913d7f137938b8e>:0 at System.Xml.Linq.XDocument.Load (System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options) [0x00016] in <9b8ea9ca193c4108bac7e7ef48d8e3c7>:0 at System.Xml.Linq.XDocument.Load (System.Xml.XmlReader reader) [0x00000] in <9b8ea9ca193c4108bac7e7ef48d8e3c7>:0 at NzbDrone.Core.Indexers.RssParser.LoadXmlDocument (NzbDrone.Core.Indexers.IndexerResponse indexerResponse) [0x00090] in <85e2f5295c104ca3a3bcaa59e805585a>:0 at NzbDrone.Core.Indexers.Newznab.NewznabRssParser.PreProcess (NzbDrone.Core.Indexers.IndexerResponse indexerResponse) [0x00000] in <85e2f5295c104ca3a3bcaa59e805585a>:0 at NzbDrone.Core.Indexers.RssParser.ParseResponse (NzbDrone.Core.Indexers.IndexerResponse indexerResponse) [0x0000d] in <85e2f5295c104ca3a3bcaa59e805585a>:0 at NzbDrone.Core.Indexers.HttpIndexerBase1[TSettings].FetchPage (NzbDrone.Core.Indexers.IndexerRequest request, NzbDrone.Core.Indexers.IParseIndexerResponse parser) [0x00050] in <85e2f5295c104ca3a3bcaa59e805585a>:0 at NzbDrone.Core.Indexers.HttpIndexerBase
1[TSettings].FetchReleases (System.Func`2[T,TResult] pageableRequestChainSelector, System.Boolean isRecent) [0x000a0] in <85e2f5295c104ca3a3bcaa59e805585a>:100:
As indexer I use Spotweb.
The automatic monitored episode search does work.
Any tips?