Sonarr version (exact version): Sonarr Ver. 2.0.0.4146
Mono version (if Sonarr is not running on Windows): Synology w/ Docker
OS: DSM
((Debug logs)) (posted to hastebin or similar):
http://pastebin.com/s1uftsGt
http://imgur.com/uvfZWAm screenshot of error
Description of issue:
Hi all,
Running Sonarr in a Docker container on Synology DSM. nzbget is also running in a Docker container on the Synology. Trying to get Sonarr to talk to n zbget using the default settings, localhost:6789 however get
Test was aborted due to an error: Unable to connect to NzbGet. Error: ConnectFailure (Connection refused)
See pastebin logs. I get zero logs on nzbget, the connection doesn’t even get there, it fails at Sonarr.
I’m fairly new to containers and think I might be overlooking something, do I need to allow the container to do something to allow this connection on port 6789 to work? Correct username and password and config is given.
Also note nzbget is listening on 0.0.0.0 (all IPs) and can snatch nzbs successfully etc… tried getting Sonarr to use 127.0.0.1 and also the local 192.x.x.x IP, same error.