Page 1 of 1

Errors when sending DL requests from NzbDrone

Posted: May 6th, 2014, 4:00 pm
by dvdwsn
Keep getting errors like this when I try to download most episodes. Some still work, but majority error out.

Code: Select all

NzbDrone.Core.Download.Clients.DownloadClientException: Error response received from SABnzbd: 
   at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.CheckForError(IRestResponse response) in m:\BuildAgent1\work\328d72309b633a8\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:line 172
   at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest(IRestRequest restRequest, String action, SabnzbdSettings settings) in m:\BuildAgent1\work\328d72309b633a8\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:line 67
   at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.DownloadNzb(Stream nzb, String title, String category, Int32 priority, SabnzbdSettings settings) in m:\BuildAgent1\work\328d72309b633a8\src\NzbDrone.Core\Download\Clients\Sabnzbd\SabnzbdProxy.cs:line 40
   at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.DownloadNzb(RemoteEpisode remoteEpisode) in m:\BuildAgent1\work\328d72309b633a8\src\NzbDrone.Core\Download\Clients\Sabnzbd\Sabnzbd.cs:line 45
   at NzbDrone.Core.Download.DownloadService.DownloadReport(RemoteEpisode remoteEpisode) in m:\BuildAgent1\work\328d72309b633a8\src\NzbDrone.Core\Download\DownloadService.cs:line 45
   at NzbDrone.Api.Indexers.ReleaseModule.DownloadRelease(ReleaseResource release) in m:\BuildAgent1\work\328d72309b633a8\src\NzbDrone.Api\Indexers\ReleaseModule.cs:line 48
   at NzbDrone.Api.Indexers.ReleaseModule.<.ctor>b__0(Object x) in m:\BuildAgent1\work\328d72309b633a8\src\NzbDrone.Api\Indexers\ReleaseModule.cs:line 39
   at CallSite.Target(Closure , CallSite , Func`2 , Object )
   at Nancy.Routing.Route.<>c__DisplayClass4.<Wrap>b__3(Object parameters, CancellationToken context)
Any input would be appreciated. Thanks!

Re: Errors when sending DL requests from NzbDrone

Posted: May 6th, 2014, 10:09 pm
by shypike
A lot of info about NzbDrone, but it doesn't say what "error" SABnzbd is reporting.
Please take this up with NzbDrone, because I have no clue about what's happening here.

Re: Errors when sending DL requests from NzbDrone

Posted: May 7th, 2014, 12:32 pm
by dvdwsn
Yeah it's mentioned a lot because I pulled this log info from the NzbDrone web client. But the issues are definitely with SAB. When using NZBGet, there are no issues like this.

Re: Errors when sending DL requests from NzbDrone

Posted: May 9th, 2014, 2:35 am
by shypike
But with no info more than this, what do you want me to do?
It still might be a problem with NzbDrone, even when nzbget works.