Sonarr Failing To Add NZB To NzbGet

I’ve been having this issue ever since I’ve started using Sonarr. Anyways, Sonarr will sometimes fail to add the nzb to NzbGet. If however I download the nzb directly and upload it to NzbGet it works just fine.

Message:
Couldn’t add report to download queue. Gotham.S02E03.720p.WEB-DL.DD5.1.H.264-NTb-NZBgeek: Failed to add nzb Gotham.S02E03.720p.WEB-DL.DD5.1.H.264-NTb-NZBgeek.nzb

Exception:
NzbDrone.Core.Download.Clients.DownloadClientException: Failed to add nzb Gotham.S02E03.720p.WEB-DL.DD5.1.H.264-NTb-NZBgeek.nzb
at NzbDrone.Core.Download.Clients.Nzbget.Nzbget.AddFromNzbFile (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode, System.String filename, System.Byte[] fileContent) [0x0005d] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\Clients\Nzbget\Nzbget.cs:44
at NzbDrone.Core.Download.UsenetClientBase1[NzbDrone.Core.Download.Clients.Nzbget.NzbgetSettings].Download (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x00091] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\UsenetClientBase.cs:61 at NzbDrone.Core.Download.DownloadService.DownloadReport (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) [0x00166] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\DownloadService.cs:57 at NzbDrone.Core.Download.ProcessDownloadDecisions.ProcessDecisions (System.Collections.Generic.List1 decisions) [0x00146] in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\ProcessDownloadDecisions.cs:76

I had this problem occur four times last night alone. Here is a partial trace enabled log of when it occurred last. https://drive.google.com/file/d/0B-Oiqfh6qsDrZnhDV19QWGlQZG8/view?usp=sharing

Probably:

Yeah, appears so! Thanks for pointing it out, hope it gets fixed soon! :smiley:

Sadly it seems something specific in mono, as the GH issue mentioned, but I haven’t been able to reproduce it with a custom server.

Replicating the issue on my server is a simple as trying to download that specific nzb again as it still won’t work on a 2nd or 3rd attempt. Only way to get it to download that specific one is to manually download then manually import.

Not sure why it only happens to some but not all nzbs from nzbgeek.

The reason why it only happens on some is because of the chunked encoding. So it depends on how big the nzb is.

I don’t have a nzbgeek account either. But i’ll get an apache instance running at one point, should be able to reproduce with that.

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