Using NZBHydra, able to use indexers but unable to "add report to download queue"

So I’ve been able to install NZBHydra and add it to Sonarr as indexer. The problem is that although it does find the season’s episodes, it cannot add them to the Synology Download Station. Any idea on what causes this problem? All error messages mention the same positions.

Couldn’t add report to download queue. Brooklyn.Nine-Nine.S04E07.1080p.WEB.x264-AMRAP: The ‘img’ start tag on line 28 position 20 does not match the end tag of ‘div’. Line 28, position 107.

System.Xml.XmlException: The 'img' start tag on line 28 position 20 does not match the end tag of 'div'. Line 28, position 107.
  at System.Xml.XmlTextReaderImpl.Throw (System.Exception e) [0x00027] in <553f79272a7948c98913d7f137938b8e>:0 
  at System.Xml.XmlTextReaderImpl.Throw (System.String res, System.String[] args) [0x00029] in <553f79272a7948c98913d7f137938b8e>:0 
  at System.Xml.XmlTextReaderImpl.ThrowTagMismatch (System.Xml.XmlTextReaderImpl+NodeData startTag) [0x00086] in <553f79272a7948c98913d7f137938b8e>:0 
  at System.Xml.XmlTextReaderImpl.ParseEndElement () [0x00085] in <553f79272a7948c98913d7f137938b8e>:0 
  at System.Xml.XmlTextReaderImpl.ParseElementContent () [0x00149] in <553f79272a7948c98913d7f137938b8e>:0 
  at System.Xml.XmlTextReaderImpl.Read () [0x00085] in <553f79272a7948c98913d7f137938b8e>:0 
  at System.Xml.Linq.XContainer.ReadContentFrom (System.Xml.XmlReader r) [0x00201] in <9b8ea9ca193c4108bac7e7ef48d8e3c7>:0 
  at System.Xml.Linq.XContainer.ReadContentFrom (System.Xml.XmlReader r, System.Xml.Linq.LoadOptions o) [0x00005] in <9b8ea9ca193c4108bac7e7ef48d8e3c7>:0 
  at System.Xml.Linq.XDocument.Load (System.Xml.XmlReader reader, System.Xml.Linq.LoadOptions options) [0x00080] in <9b8ea9ca193c4108bac7e7ef48d8e3c7>:0 
  at System.Xml.Linq.XDocument.Load (System.Xml.XmlReader reader) [0x00000] in <9b8ea9ca193c4108bac7e7ef48d8e3c7>:0 
  at NzbDrone.Core.Download.NzbValidationService.Validate (System.String filename, System.Byte[] fileContent) [0x00024] in <9b8bbe29888f49229914613e26af4aa5>:0 
  at NzbDrone.Core.Download.UsenetClientBase`1[TSettings].Download (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x00151] in <9b8bbe29888f49229914613e26af4aa5>:0 
  at NzbDrone.Core.Download.DownloadService.DownloadReport (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x00175] in <9b8bbe29888f49229914613e26af4aa5>:0 
  at NzbDrone.Core.Download.ProcessDownloadDecisions.ProcessDecisions (System.Collections.Generic.List`1[T] decisions) [0x000dd] in <9b8bbe29888f49229914613e26af4aa5>:0

Instead of an NZB, NzbHdyra gave Sonarr what I would guess is HTML (img and div), perhaps it’s trying to trying to return an error page, but that’s just a guess.

Debug logs should show the URL Sonarr is trying to fetch, which you could try in a browser.

The problem was not from NZBHydra but another indexer, and thank you you were right. It’s because it returned an error page as I had reached my API usage limit.

1 Like

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