Transmission not responding to Sonarr #2371
Replies: 2 comments
-
this is not a bug, please don't post as an issue. this is either a config problem on your end or 3pp issue. just to confirm, not sure what Marius Hosting method is..
|
Beta Was this translation helpful? Give feedback.
-
Thank you @pkishino for answering and helping me. Transmission works flawlessly, the web ui as well, username and password are set, I just obfuscated them. I can make it work with radarr which adds torrents without any pb. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a pinned issue for this?
Is there an existing or similar issue/discussion for this?
Is there any comment in the documentation for this?
Is this related to a provider?
Are you using the latest release?
Have you tried using the dev branch latest?
Docker run config used
PATH = /usr/local/sbin:/usr/local/bin:/usr/sbit
OPENVPN_USERNAME = --
OPENVPN_PASSWORD = --
OPENVPN_PROVIDER = PROTONVPN
GLOBAL_APPLY_PERMISSIONS = true
TRANSMISSION HOME = /data/transmission-home
TRANSMISSION_RPC_PORT = 9091
TRANSMISSION RPC USERNAME = --
TRANSMISSION_RPC_PASSWORD = --
TRANSMISSION_DOWNLOAD_ DIR = /data/completed
TRANSMISSION_INCOMPLETE_DIR = /data/incomplete
TRANSMISSION_WATCH_DIR = /data/watch
CREATE TUN DEVICE = true
ENABLE_UFW = false
UFW_ALLOW_GW_NET = false
UFW_EXTRA_PORTS = 0
UFW_DISABLE_IPTABLES_REJECT = false
PUID = 1026
PGID = 100
PEER_DNS = true
PEER_DNS_PIN_ROUTES = true
DROP_DEFAULT_ROUTE = false
WEBPROXY ENABLED = false
WEBPROXY PORT = 8118
WEBPROXY USERNAME = null
WEBPROXY PASSWORD = null
LOG TO STDOUT = false
HEALTH CHECK HOST = google.com
SELFHEAL = false
REVISION = a95f586
TRANSMISSION WEB UI = transmission-web-control
OPENVPN_OPTS = --inactive 3600 --ping 10 --ping-exit (
--dev = /dev/net/tun-d
--cap-add = NET ADMIN
OPENVPN_CONFIG = node-nl-01.protonvpn.net.udp
LOCAL NETWORK = 192.168.0.0/24
Current Behavior
Sonarr in a Docker container, set up on my Synology NAS with the Marius Hosting method, can't connect to Transmission VPN. I get a time out.
Expected Behavior
I run Radarr with the community edition of my Synology and it connects to Transmission VPN normally
How have you tried to solve the problem?
I'm a bit helpless on what I can try... I can reach manually in a browser 192.168.1.2:9091/transmission/rpc/ with a 409 error. I'm not sure if I should post this problem on the sonaar forum.
Log output
This is from Sonarr as logs from Transmission are clean.
[v3.0.9.1549] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to Transmission, please check your settings ---> System.Net.WebException: The operation has timed out.: 'http://192.168.1.2:9091/transmission/rpc' ---> System.Net.WebException: The operation has timed out.
at System.Net.HttpWebRequest.RunWithTimeoutWorker[T] (System.Threading.Tasks.Task
1[TResult] workerTask, System.Int32 timeout, System.Action abort, System.Func
1[TResult] aborted, System.Threading.CancellationTokenSource cts) [0x000f8] in <33b19a7ad5234d94abf4fd9b47566616>:0at System.Net.HttpWebRequest.GetResponse () [0x00016] in <33b19a7ad5234d94abf4fd9b47566616>:0
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x00123] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:81
--- End of inner exception stack trace ---
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponse (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookies) [0x001c0] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\Dispatchers\ManagedHttpDispatcher.cs:107
at NzbDrone.Common.Http.HttpClient.ExecuteRequest (NzbDrone.Common.Http.HttpRequest request, System.Net.CookieContainer cookieContainer) [0x00086] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:126
at NzbDrone.Common.Http.HttpClient.Execute (NzbDrone.Common.Http.HttpRequest request) [0x00008] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Common\Http\HttpClient.cs:59
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.AuthenticateClient (NzbDrone.Common.Http.HttpRequestBuilder requestBuilder, NzbDrone.Core.Download.Clients.Transmission.TransmissionSettings settings, System.Boolean reauthenticate) [0x0004f] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Transmission\TransmissionProxy.cs:219
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.ProcessRequest (System.String action, System.Object arguments, NzbDrone.Core.Download.Clients.Transmission.TransmissionSettings settings) [0x0001f] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Transmission\TransmissionProxy.cs:256
--- End of inner exception stack trace ---
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.ProcessRequest (System.String action, System.Object arguments, NzbDrone.Core.Download.Clients.Transmission.TransmissionSettings settings) [0x00150] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Transmission\TransmissionProxy.cs:313
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetTorrentStatus (System.Collections.Generic.IEnumerable`1[T] hashStrings, NzbDrone.Core.Download.Clients.Transmission.TransmissionSettings settings) [0x000cb] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Transmission\TransmissionProxy.cs:188
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetTorrentStatus (NzbDrone.Core.Download.Clients.Transmission.TransmissionSettings settings) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Transmission\TransmissionProxy.cs:153
at NzbDrone.Core.Download.Clients.Transmission.TransmissionProxy.GetTorrents (NzbDrone.Core.Download.Clients.Transmission.TransmissionSettings settings) [0x00000] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Transmission\TransmissionProxy.cs:43
at NzbDrone.Core.Download.Clients.Transmission.TransmissionBase.GetItems () [0x00012] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\Clients\Transmission\TransmissionBase.cs:36
at NzbDrone.Core.Download.TrackedDownloads.DownloadMonitoringService.ProcessClientDownloads (NzbDrone.Core.Download.IDownloadClient downloadClient) [0x0000c] in M:\BuildAgent\work\63739567f01dbcc2\src\NzbDrone.Core\Download\TrackedDownloads\DownloadMonitoringService.cs:93
HW/SW Environment
Anything else?
Here is my download client form config, what's weird is that I got an error with a localhost and time out with 192.168.1.2

No response
Beta Was this translation helpful? Give feedback.
All reactions