NZBDroneErrorPipeline

Hey guys! I cannot get anything to download this morning. Keep getting the following in the logs:

Request Failed. POST /api/release: 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(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.ThrowTagMismatch(NodeData startTag)
at System.Xml.XmlTextReaderImpl.ParseEndElement()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r)
at System.Xml.Linq.XContainer.ReadContentFrom(XmlReader r, LoadOptions o)
at System.Xml.Linq.XDocument.Load(XmlReader reader, LoadOptions options)
at NzbDrone.Core.Download.NzbValidationService.Validate(String filename, Byte[] fileContent) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\NzbValidationService.cs:line 20
at NzbDrone.Core.Download.UsenetClientBase1.Download(RemoteEpisode remoteEpisode) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\UsenetClientBase.cs:line 76 at NzbDrone.Core.Download.DownloadService.DownloadReport(RemoteEpisode remoteEpisode) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Download\DownloadService.cs:line 69 at NzbDrone.Api.Indexers.ReleaseModule.DownloadRelease(ReleaseResource release) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Api\Indexers\ReleaseModule.cs:line 67 at NzbDrone.Api.Indexers.ReleaseModule.<.ctor>b__7_0(Object x) in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Api\Indexers\ReleaseModule.cs:line 46 at CallSite.Target(Closure , CallSite , Func2 , Object )
at Nancy.Routing.Route.<>c__DisplayClass4.b__3(Object parameters, CancellationToken context)

Looks like an invalid NZB is coming back from your indexer, perhaps returning an error page instead of the NZB.

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