I did try to look at all the other posts and issues. Tried a google search. Seems like a few people have had a similar issue, but none of their solutions worked for me. Please do redirect me to the right place, if this is a repeat.
I have been trying to setup up Deluge (to replace Transmission) as my main download client.
I managed to get the docker image up and running, I am able to connect to the WebUI as well. Yet, when I try to add it to any of the *arr apps, I get connection failed/timed out.
This is my config in sonarr, but it is the same across the rest of the applications.
The password is correct. Here are the logs that I can see.
System.Threading.Tasks.TaskCanceledException: A task was canceled.
at System.Net.Http.HttpClient.HandleFailure(Exception e, Boolean telemetryStarted, HttpResponseMessage response, CancellationTokenSource cts, CancellationToken cancellationToken, CancellationTokenSource pendingRequestsCts)
at System.Net.Http.HttpClient.Send(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationToken cancellationToken)
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse(HttpRequest request, CookieContainer cookies) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 101
at NzbDrone.Common.Http.HttpClient.ExecuteRequest(HttpRequest request, CookieContainer cookieContainer) in ./Sonarr.Common/Http/HttpClient.cs:line 141
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 59
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.AuthenticateClient(JsonRpcRequestBuilder requestBuilder, DelugeSettings settings, Boolean reauthenticate) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 307
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.BuildRequest(DelugeSettings settings) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 214
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequest[TResult](DelugeSettings settings, String method, Object[] arguments) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 221
at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.GetVersion(DelugeSettings settings) in ./Sonarr.Core/Download/Clients/Deluge/DelugeProxy.cs:line 54
at NzbDrone.Core.Download.Clients.Deluge.Deluge.TestConnection() in ./Sonarr.Core/Download/Clients/Deluge/Deluge.cs:line 245
Please do let me know if there is any other information I can provide to help solve this.
Hi,
I did try to look at all the other posts and issues. Tried a google search. Seems like a few people have had a similar issue, but none of their solutions worked for me. Please do redirect me to the right place, if this is a repeat.
I have been trying to setup up Deluge (to replace Transmission) as my main download client.
I managed to get the docker image up and running, I am able to connect to the WebUI as well. Yet, when I try to add it to any of the *arr apps, I get connection failed/timed out.
This is my config in sonarr, but it is the same across the rest of the applications.
The password is correct. Here are the logs that I can see.
Please do let me know if there is any other information I can provide to help solve this.
Thanks!!