Deluge still in settings somewhere

I’ve been trying to investigate why completed downloads are not removed once they are moved over by Sonarr, and when looking in the debug logs, I notice that I have a lot of Deluge errors. (I did have it configured when I had a little play around with it, but I removed it again).

How do I get Sonarr to realise that I no longer use it?

Error message :-

`15-12-3 11:37:36.9|Warn|DownloadMonitoringService|Unable to retrieve queue and history items from Deluge

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 192.168.1.15:38081
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 NzbDrone.Core.Rest.RestSharpExtensions.ValidateResponse(IRestResponse response, IRestClient restClient) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Rest\RestSharpExtensions.cs:line 22
at NzbDrone.Core.Rest.RestSharpExtensions.Read[T](IRestResponse restResponse, IRestClient restClient) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Rest\RestSharpExtensions.cs:line 60
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequest[TResult](IRestClient client, String action, Object[] arguments) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 225
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.AuthenticateClient(IRestClient restClient) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 265
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.BuildClient(DelugeSettings settings) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 251
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequest[TResult](DelugeSettings settings, String action, Object[] arguments) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 162
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.GetTorrentsByLabel(String label, DelugeSettings settings) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 79
at NzbDrone.Core.Download.Clients.Deluge.Deluge.GetItems() in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\Clients\Deluge\Deluge.cs:line 94
at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads(IDownloadClient downloadClient) in m:\BuildAgent\work\6c3239faf2b92630\src\NzbDrone.Core\Download\TrackedDownloads\DownloadMonitoringService.cs:line 86

`

You’ll need to remove it from Sonarr’s settings.

But that’s what I’m saying… I have removed it as a download client. I only have SABnzbd now. However it still seems to be in the Sonarr config somewhere.

The only way Sonarr will know about a download client is via the config on that page, if it doesn’t show up its gone.

That warning is from 9 days ago… so probably not an issue.

1 Like

Oh yeah! Doh - didn’t realise it was 9 days ago…

It seems that the removal of downloads works when I am logged in, but they don’t get removed if I have rebooted the box and not yet logged in. Sonarr is running as Local System, and it has full control on the folders, so not sure what else to look at.

Make sure you’re using a UNC path instead of a mapped network drive.

I don’t have any paths set in Sonarr as far as I am aware. Do you mean within SABnzbd? Or is there something that needs to be changed within Sonarr?

Cheers!

Every series has a path set.

I was referring to the information in the FAQ if Sonarr is accessing a network drive (either configured in Sonarr or a path reported by SAB). Services with Mapped Network Drives don’t work well and are not supported by Microsoft.

Gotcha… yeah… it’s using mapped drives for all of my series. Is there an easy way to change it to UNC in one fell swoop or whatever?

Cheers!

It’s ok… I figured it out and just added the UNC path and then removed the mapped drive path.

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