Error message from Indexer - RESOLVED

Edit: Error seems to have cleared on it’s own.

I started getting an error message from an indexer this morning. I contacted the Admin but he wasn’t able to reproduce the error on his end.

Hit’s hit or miss. It started out consistently getting an error but some times the error goes away but comes back next time.

An error occurred while processing feed. https://api.dognzb.cr/api?t=tvsearch&cat=5030,5040,5080,5060&extended=1&apikey=&offset=0&limit=100: ‘’, hexadecimal value 0x1C, is an invalid character. Line 262, position 45.

System.Xml.XmlException: ‘’, hexadecimal value 0x1C, is an invalid character. Line 262, position 45.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseNumericCharRefInline(Int32 startPos, Boolean expand, StringBuilder internalSubsetBuilder, Int32& charCount, EntityType& entityType)
at System.Xml.XmlTextReaderImpl.ParseCharRefInline(Int32 startPos, Int32& charCount, EntityType& entityType)
at System.Xml.XmlTextReaderImpl.ParseText(Int32& startPos, Int32& endPos, Int32& outOrChars)
at System.Xml.XmlTextReaderImpl.ParseText()
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 System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
at NzbDrone.Core.Indexers.Newznab.NewznabRssParser.PreProcess(IndexerResponse indexerResponse) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\Newznab\NewznabRssParser.cs:line 18
at NzbDrone.Core.Indexers.RssParser.ParseResponse(IndexerResponse indexerResponse) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\RssParser.cs:line 40
at NzbDrone.Core.Indexers.HttpIndexerBase1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\HttpIndexerBase.cs:line 200 at NzbDrone.Core.Indexers.HttpIndexerBase1.FetchReleases(IList`1 pageableRequests) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\HttpIndexerBase.cs:line 130

An error occurred while processing feed. https://api.dognzb.cr/api?t=tvsearch&cat=5030,5040,5080,5060&extended=1&apikey=&offset=0&limit=100: ‘’, hexadecimal value 0x1C, is an invalid character. Line 219, position 45.

System.Xml.XmlException: ‘’, hexadecimal value 0x1C, is an invalid character. Line 219, position 45.
at System.Xml.XmlTextReaderImpl.Throw(Exception e)
at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args)
at System.Xml.XmlTextReaderImpl.Throw(Int32 pos, String res, String[] args)
at System.Xml.XmlTextReaderImpl.ParseNumericCharRefInline(Int32 startPos, Boolean expand, StringBuilder internalSubsetBuilder, Int32& charCount, EntityType& entityType)
at System.Xml.XmlTextReaderImpl.ParseCharRefInline(Int32 startPos, Int32& charCount, EntityType& entityType)
at System.Xml.XmlTextReaderImpl.ParseText(Int32& startPos, Int32& endPos, Int32& outOrChars)
at System.Xml.XmlTextReaderImpl.ParseText()
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 System.Xml.Linq.XDocument.Parse(String text, LoadOptions options)
at NzbDrone.Core.Indexers.Newznab.NewznabRssParser.PreProcess(IndexerResponse indexerResponse) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\Newznab\NewznabRssParser.cs:line 18
at NzbDrone.Core.Indexers.RssParser.ParseResponse(IndexerResponse indexerResponse) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\RssParser.cs:line 40
at NzbDrone.Core.Indexers.HttpIndexerBase1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\HttpIndexerBase.cs:line 200 at NzbDrone.Core.Indexers.HttpIndexerBase1.FetchReleases(IList`1 pageableRequests) in m:\BuildAgent\work\328d72309b633a8\src\NzbDrone.Core\Indexers\HttpIndexerBase.cs:line 130

Well, it looks like the error has cleared on it’s own. No error messages for the last 5 RSS checks.

The line number was changing, which means its one item in the list thats bad, likely a bad title, it is a problem with the RSS feed from the indexer though. You can use the line number to figure out what the issue is by putting the URL in your browser.