Docker version "Unable to connect" from sonarr

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
rajah9
Newbie
Newbie
Posts: 1
Joined: April 19th, 2020, 5:21 pm

Docker version "Unable to connect" from sonarr

Post by rajah9 »

I'm running a docker on Ubuntu 18.0.04. When try to add SABnzbd as a Download Client in sonarr, I get a message "Unable to connect to SABnzbd, please check your settings."

I have tried several settings for adding the download client. I have tried these parameters: Port of {8080, 9090}. Host of {localhost, 192.168.x.xx, 127.0.0.1, 0.0.0.0}. I have verified that the API Key was correctly copied from SABnzbd API Key. Whenever I hit the Test button in Sonarr, it says it's unable to connect.

I did several docker commands:
docker pull linuxserver/sabnzbd
docker create --name=sabnzbd -e PUID=1000 ... --restart unless stopped linuxserver/sabnzbd
docker run -it --net=container:vpn -d linuxserver/sabnzbd
docker start sabnzbd

Note that SABnzbd is running in a dockerized NordVPN container.

I can access SABnzbd from an Ubuntu browser on a standard 192.168.x.xx:8080 .
User avatar
safihre
Administrator
Administrator
Posts: 5678
Joined: April 30th, 2015, 7:35 am
Contact:

Re: Docker version "Unable to connect" from sonarr

Post by safihre »

It depends of course where Sonarr and SAbnzbd are running, all on the same machine? If you can access it from that machine that Sonarr runs on, then Sonarr should be able to reach it too at 192.168.x.xx:8080.
If you like our support, check our special newsserver deal or donate at: https://sabnzbd.org/donate
Post Reply