OzNZB connection issues

Getting the below. Not sure why. Any help/guidance would be appreciated.
Message
Unable to connect to indexer: Unable to connect to the remote server: 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 27.122.115.6:443
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 85
at NzbDrone.Core.Indexers.HttpIndexerBase1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Indexers\HttpIndexerBase.cs:line 195 at NzbDrone.Core.Indexers.HttpIndexerBase1.TestConnection() in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Indexers\HttpIndexerBase.cs:line 211

This is a problem with oznzb. Check their forums.

1 Like

OzNZB api is disabeld

1 Like

No, they are just overloaded. Now and then a few calls go though. They are working on the issue

1 Like

Looks like load caused them to re-provision aspects of their services, including their api servers, and that’s not been going so well. Here’s the pertinent thread from their forums: https://www.oznzb.com/forums/viewtopic.php?f=2&t=2018&start=370#p10560

2 Likes

Thank you. I started using Sonarr this past weekend and subsequently joined OZNZB. The errors have had me worried that it was on my end. I wish their forums used Discourse like you do here, much easier to find topics that matter.