Invalid nzb error every time i'm trying to download

**Sonarr version : 2.0.0.5301
**Mono version :5.16.0
OS: unRAID
Debug logs: Request Failed. POST /api/release: Invalid NZB: Unexpected root element. Expected ‘nzb’ found ‘error’ [Peaky.Blinders.S02E02.Episode.2.720p.Brip.DTS.HEVC.x265-RG.nzb]
Description of issue:
i’m running sonarr with nzbgeek as the Indexer and I get the error above for everything I’m trying to download. any suggestion?
thanks!

full error message:

NzbDrone.Core.Download.InvalidNzbException: Invalid NZB: Unexpected root element. Expected ‘nzb’ found ‘error’ [Peaky.Blinders.S02E02.Episode.2.720p.Brip.DTS.HEVC.x265-RG.nzb] at NzbDrone.Core.Download.NzbValidationService.Validate (System.String filename, System.Byte[] fileContent) [0x0005f] in M:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Download\NzbValidationService.cs:32 at NzbDrone.Core.Download.UsenetClientBase1[TSettings].Download (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x00151] in M:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Download\UsenetClientBase.cs:76 at NzbDrone.Core.Download.DownloadService.DownloadReport (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x00191] in M:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Core\Download\DownloadService.cs:76 at NzbDrone.Api.Indexers.ReleaseModule.DownloadRelease (NzbDrone.Api.Indexers.ReleaseResource release) [0x0002d] in M:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Api\Indexers\ReleaseModule.cs:67 at NzbDrone.Api.Indexers.ReleaseModule.&lt;.ctor&gt;b__7_0 (System.Object x) [0x00000] in M:\BuildAgent\work\5d7581516c0ee5b3\src\NzbDrone.Api\Indexers\ReleaseModule.cs:46 at (wrapper dynamic-method) System.Object.CallSite.Target(System.Runtime.CompilerServices.Closure,System.Runtime.CompilerServices.CallSite,System.Func2<object, object>,object) at Nancy.Routing.Route+<>c__DisplayClass4.<Wrap>b__3 (System.Object parameters, System.Threading.CancellationToken context) [0x00049] in <63c44d6f8d7e4f339a987bf9eb94d931>:0

Close

They’re returning an error page or some other non-NZB content when they should be returning an NZB. If they’re trying to reject the download because you’ve reached your grab limit for the day then they need to return an HTTP Status Code that indicates that instead of other content, though this could be a case of a server error that returns something unexpected. In any case this is an issue with the indexer, not Sonarr.

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