I have a newznab provider that has been serving me well for some time now. My Sonnar configuration hasn’t changed at all. The only recent modification to my system is the installation of Avast and Malwarebytes, which for the purposes of diagnostics have been uninstalled.
System is Windows 10. I have forwarded port 59315 in my gateway/modem and router as well as created a Windows Firewall exception. portchecker still shows the port as closed. Unsure if related.
Sabnzbd+ and the newznab provider are both functioning as normal (I can manually search for releases and download them into my watched folder for Sonarr inclusion).
This is my log file:
16-1-7 10:12:22.8|Info|RssSyncService|Starting RSS Sync
16-1-7 10:12:22.8|Warn|FetchAndParseRssService|No available indexers. check your configuration.
16-1-7 10:12:22.8|Info|DownloadDecisionMaker|No results found
16-1-7 10:12:22.8|Info|RssSyncService|RSS Sync Completed. Reports found: 0, Reports grabbed: 0
16-1-7 10:12:33.7|Warn|Newznab|Unable to connect to indexer
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:59315
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.Dispatchers.ManagedHttpDispatcher.GetResponse(HttpRequest request, CookieContainer cookies) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:line 54
at NzbDrone.Common.Http.Dispatchers.FallbackHttpDispatcher.GetResponse(HttpRequest request, CookieContainer cookies) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\Dispatchers\FallbackHttpDispatcher.cs:line 57
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Common\Http\HttpClient.cs:line 70
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchIndexerResponse(IndexerRequest request) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Indexers\HttpIndexerBase.cs:line 276
at NzbDrone.Core.Indexers.HttpIndexerBase`1.FetchPage(IndexerRequest request, IParseIndexerResponse parser) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Indexers\HttpIndexerBase.cs:line 262
at NzbDrone.Core.Indexers.HttpIndexerBase`1.TestConnection() in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Indexers\HttpIndexerBase.cs:line 289
16-1-7 10:12:33.8|Warn|NzbDroneErrorPipeline|Invalid request Validation failed:
-- Unable to connect to indexer, check the log for more details