Sonarr no longer connects to sabnzbd

Sonarr version 2.0.0.4326:
Mono version 4.4.2 (Stable 4.4.2.11/f72fe45 Fri Jul 29 09:58:49 UTC 2016):
Ubuntu 16.04:

Please Help!
So I have used sonarr plus sabnzbd for a over a year on a headless ubuntu server with no problems, now sonarr cannot connect to sab. I have tried ssl and non ssl, changing ports, changing api keys, and several other random fixes from the forums, but nothing works. couchpotato still connects fine. I’m sorry, I don’t know how to attach the log as an external file, as I dont have the relevant accounts to do so, so here is an excert from my log file, I will try to attach more if needed:

[v2.0.0.4326] NzbDrone.Core.Download.Clients.DownloadClientException: Unable to connect to SABnzbd, please check your settings —> System.Net.WebException: Error: ConnectFailure (Connection refused) —> System.Net.Sockets.SocketException: Connection refused
at System.Net.Sockets.Socket.Connect (System.Net.EndPoint remoteEP) <0x406e3ba0 + 0x001cb> in :0
at System.Net.WebConnection.Connect (System.Net.HttpWebRequest request) <0x406e10e0 + 0x005f3> in :0
— End of inner exception stack trace —
at System.Net.HttpWebRequest.EndGetRequestStream (IAsyncResult asyncResult) <0x40926d00 + 0x0013f> in :0
at System.Net.HttpWebRequest.GetRequestStream () <0x409264e0 + 0x000f4> in :0
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) <0x406cfff0 + 0x0041e> in :0
at NzbDrone.Common.Http.Dispatchers.FallbackHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) <0x406cfc40 + 0x000df> in :0
— End of inner exception stack trace —
at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) <0x406c1f00 + 0x0013b> in :0
at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.DownloadNzb (System.Byte[] nzbData, System.String filename, System.String category, Int32 priority, NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdSettings settings) <0x40925e60 + 0x000ff> in :0
at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.AddFromNzbFile (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode, System.String filename, System.Byte[] fileContent) <0x409259b0 + 0x001af> in :0
at NzbDrone.Core.Download.UsenetClientBase1[TSettings].Download (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) <0x40925330 + 0x00521> in <filename unknown>:0 at NzbDrone.Core.Download.DownloadService.DownloadReport (NzbDrone.Core.Parser.Model.RemoteEpisode remoteEpisode) <0x409247d0 + 0x00561> in <filename unknown>:0 at NzbDrone.Core.Download.ProcessDownloadDecisions.ProcessDecisions (System.Collections.Generic.List1 decisions) <0x4091e260 + 0x00909> in :0

There’s a bug in Mono 4.4.2, you should update to 4.5 or downgrade to something < 4.4.0.

1 Like

Brilliant! that worked, thanks so much for taking the time to reply - I thought after 2 days I was done!

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