Cant connect Deluge to sonarr

Specific support for Deluge on Microsoft Windows OS
Post Reply
Firenyth
New User
New User
Posts: 2
Joined: Wed Mar 23, 2022 7:51 pm

Cant connect Deluge to sonarr

Post by Firenyth »

Sonarr version (exact version): 3.0.7.1485
OS: Windows
Sonarr logs: https://pastebin.com/GG5C2b2E
Description of issue:

Setup Deluge for windows:

Client: 2.0.4.dev84
Server: 2.0.4.dev84
libtorrent: 1.2.14.0

everything working as expected, added deluge client to radarr no problem

when I try connect deluge to sonarr I get errors

Code: Select all

2022-03-24 10:12:49.1|Error|Deluge|Unable to test connection
 
[v3.0.7.1485] System.Net.WebException: The operation has timed out
   at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
   at System.Net.HttpWebRequest.GetRequestStream()
   at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse(HttpRequest request, CookieContainer cookies) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:line 111
   at NzbDrone.Common.Http.HttpClient.ExecuteRequest(HttpRequest request, CookieContainer cookieContainer) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:line 126
   at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:line 59
   at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.AuthenticateClient(JsonRpcRequestBuilder requestBuilder, DelugeSettings settings, Boolean reauthenticate) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 295
   at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.BuildRequest(DelugeSettings settings) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 203
   at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.ProcessRequest[TResult](DelugeSettings settings, String method, Object[] arguments) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 210
   at NzbDrone.Core.Download.Clients.Deluge.DelugeProxy.GetVersion(DelugeSettings settings) in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Deluge\DelugeProxy.cs:line 53
   at NzbDrone.Core.Download.Clients.Deluge.Deluge.TestConnection() in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Deluge\Deluge.cs:line 228
 
2022-03-24 10:12:49.2|Warn|SonarrErrorPipeline|Invalid request Validation failed:

happy to provide more info if required.



I have tried different Deluge build

Client: 2.1.0.dev90
Server: 2.1.0.dev90
libtorrent: 2.0.5.0

and the official windows build 1.3.15

but I get the exact same error messages on all versions on deluge, leads me to suspect there is issues in the sonarr build, especially since radarr has no issues connecting with the same settings.
Firenyth
New User
New User
Posts: 2
Joined: Wed Mar 23, 2022 7:51 pm

Re: Cant connect Deluge to sonarr

Post by Firenyth »

I have solved my connection issues, set the ip of deluge from localhost to the ip of the host machine (deluge is running on the same location as sonarr so localhost should have worked but for some reason it wasnt)
Post Reply