Sonarr Can't connect to anything - Windows

So… I had been using Sonarr on Windows for Months… and now all of a sudden, it stops working. It can no longer connect to my SABNZBD+ on the same machine, or any indexer. Fails the test every time. I’ve tried removing, reinstalling, restoring from backup, and still it’s the same thing. I don’t have any issues connecting to the net or other resources on my network, just Sonarr seems to be broken.

Logs are littered with error messages like this:

Request Failed: Unable to connect to the remote server

            Exception
            System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:63505

at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
— End of inner exception stack trace —
at System.Net.HttpWebRequest.GetResponse()
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\HttpClient.cs:line 120
at NzbDrone.Common.Http.HttpClient.Get[T](HttpRequest request) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\HttpClient.cs:line 195
at NzbDrone.Core.Update.UpdatePackageProvider.GetRecentUpdates(String branch, Version currentVersion) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Update\UpdatePackageProvider.cs:line 47
at NzbDrone.Core.Update.RecentUpdateProvider.GetRecentUpdatePackages() in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Update\RecentUpdateProvider.cs:line 27
at NzbDrone.Api.Update.UpdateModule.GetRecentUpdates() in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Api\Update\UpdateModule.cs:line 21
at NzbDrone.Api.REST.RestModule1.<set_GetResourceAll>b__c(Object options) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Api\REST\RestModule.cs:line 111 at CallSite.Target(Closure , CallSite , Func2 , Object )
at Nancy.Routing.Route.<>c__DisplayClass4.b__3(Object parameters, CancellationToken context)

So… I found the source of the problem.

This tipped me off:

A recent update must have changed the way it interacts with my computer. Once I changed the NZBDrone to logon using my account (instead of System) it started working correctly again.

you sure you dont have some dodgy proxy running there? or is 63505 the port of sabnzbd?

That’s just it… SABNZBd uses port 8085… but it was the service credentials. Once I changed from system to a user on the machine, it works fine. Go figure.

yea, but the reply is as if there is a proxy service running, so you might want to scan your system for malware etc

theres no reason that should not be working under the previous setup, what you did might have just worked around the problem but not solved the cause

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