Errors when sending DL requests from NzbDrone

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
dvdwsn
Newbie
Newbie
Posts: 10
Joined: May 6th, 2014, 3:55 pm

Errors when sending DL requests from NzbDrone

Post 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!
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Errors when sending DL requests from NzbDrone

Post 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.
dvdwsn
Newbie
Newbie
Posts: 10
Joined: May 6th, 2014, 3:55 pm

Re: Errors when sending DL requests from NzbDrone

Post 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.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Errors when sending DL requests from NzbDrone

Post 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.
Post Reply