[Solved] SABnzbd Refused connection During Radar Setup

Having any issues installing YAMS? This is the place to ask!
Post Reply
trekker
Posts: 3
Joined: Tue Jul 29, 2025 11:29 pm
United States of America

[Solved] SABnzbd Refused connection During Radar Setup

Post by trekker »

Hello,

Thanks to this great tool, I've been able to install all of the services but I'm running into an issue during the Radarr config. When I try my host IP or gluetun as the host name for SABnzbd, I receive an error in SABnzbd that it is refusing the connection. I've whitelisted gluetun in the SABnzbd special tab but that hasn't resolved it.

I had a similar issue with qbittorrent when I tried just the host IP but changing that to gluetun did fix it in that case. Any other things I should look into?

Thanks

User avatar
rogs
Site Admin
Posts: 405
Joined: Mon Oct 23, 2023 12:53 pm
Location: Montevideo, Uruguay
Gender:
Contact:
Uruguay

Re: SABnzbd Refused connection During Radar Setup

Post by rogs »

Hi @trekker!

Add your current hostname in the host_whitelist setting in SABnzbd as described here:

Image

If that doesn't work, please send the logs for SABnzbd, since it's almost impossible to debug without reading the logs

Cheers!

Roger.

YAMS Creator

E: roger (at) rogs.me. Fuck you, email bots.
W: https://rogs.me
gpg: curl -sL https://rogs.me/rogs.txt | gpg --import
fingerprint: ADDF BCB7 8B86 8D93 FC4E 3224 C7EC E9C6 C36E C2E6


Also, I love cats :mrgreen:

Pirate jet, pirate jet
trekker
Posts: 3
Joined: Tue Jul 29, 2025 11:29 pm
United States of America

Re: SABnzbd Refused connection During Radar Setup

Post by trekker »

@rogs
Thanks for the reply.

I do have gluetun listed in the host_whitelist setting in SABnzbd.

Below is the portion of the SABnzbd log that I assume is relevant but let me know if I'm missing anything important.

Code: Select all

2025-07-30 17:46:48,713::INFO::[notifier:163] Sending notification: Warning - Refused connection from: ::ffff:172.60.0.14 [Radarr/5.26.2.10099 (alpine 3.22.1)] (type=warning, job_cat=None)

2025-07-30 17:46:48,713::WARNING::[interface:417] Refused connection from: ::ffff:172.60.0.14 [Radarr/5.26.2.10099 (alpine 3.22.1)]

2025-07-30 17:46:48,730::WARNING::[interface:417] Refused connection from: ::ffff:172.60.0.14 [Radarr/5.26.2.10099 (alpine 3.22.1)]

Below are the Radarr logs.  I'm assuming it has to do with the "External internet access denied" errors but I wouldn't know how to resolve those.

Thanks again.

2025-07-30T21:02:38.651275510Z [Warn] HttpClient: HTTP Error - Res: HTTP/1.1 [GET] http://gluetun:8080/api?mode=version&apikey=(removed)&output=json: 403.Forbidden (67 bytes)
2025-07-30T21:02:38.651338139Z External internet access denied - https://sabnzbd.org/access-denied 
2025-07-30T21:02:38.655430401Z [Error] Sabnzbd: Unable to connect to SABnzbd, HTTP request failed: [403:Forbidden] [GET] at [http://gluetun:8080/api?mode=version&apikey=(removed)&output=json] 
2025-07-30T21:02:38.655476157Z 
2025-07-30T21:02:38.655484665Z [v5.26.2.10099] NzbDrone.Core.Download.Clients.DownloadClientException: Unable to connect to SABnzbd, HTTP request failed: [403:Forbidden] [GET] at [http://gluetun:8080/api?mode=version&apikey=(removed)&output=json]
2025-07-30T21:02:38.655493348Z  ---> NzbDrone.Common.Http.HttpException: HTTP request failed: [403:Forbidden] [GET] at [http://gluetun:8080/api?mode=version&apikey=(removed)&output=json]
2025-07-30T21:02:38.655502038Z    at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 119
2025-07-30T21:02:38.655509360Z    at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128
2025-07-30T21:02:38.655516416Z    at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest(HttpRequestBuilder requestBuilder, SabnzbdSettings settings) in ./Radarr.Core/Download/Clients/Sabnzbd/SabnzbdProxy.cs:line 197
2025-07-30T21:02:38.655524068Z External internet access denied - https://sabnzbd.org/access-denied
2025-07-30T21:02:38.655530782Z    --- End of inner exception stack trace ---
2025-07-30T21:02:38.655537545Z    at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest(HttpRequestBuilder requestBuilder, SabnzbdSettings settings) in ./Radarr.Core/Download/Clients/Sabnzbd/SabnzbdProxy.cs:line 201
2025-07-30T21:02:38.655545122Z    at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetVersion(SabnzbdSettings settings) in ./Radarr.Core/Download/Clients/Sabnzbd/SabnzbdProxy.cs:line 89
2025-07-30T21:02:38.655552701Z    at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.TestConnectionAndVersion() in ./Radarr.Core/Download/Clients/Sabnzbd/Sabnzbd.cs:line 372
2025-07-30T21:02:38.655559931Z 
2025-07-30T21:02:38.655565904Z 
2025-07-30T21:02:38.665356731Z [Warn] HttpClient: HTTP Error - Res: HTTP/1.1 [GET] http://gluetun:8080/api?mode=get_config&apikey=(removed)&output=json: 403.Forbidden (67 bytes)
2025-07-30T21:02:38.665405189Z External internet access denied - https://sabnzbd.org/access-denied 
2025-07-30T21:02:38.669499203Z [Error] Sabnzbd: Test aborted due to exception 
2025-07-30T21:02:38.669529780Z 
2025-07-30T21:02:38.669535571Z [v5.26.2.10099] NzbDrone.Core.Download.Clients.DownloadClientException: Unable to connect to SABnzbd, HTTP request failed: [403:Forbidden] [GET] at [http://gluetun:8080/api?mode=get_config&apikey=(removed)&output=json]
2025-07-30T21:02:38.669542913Z  ---> NzbDrone.Common.Http.HttpException: HTTP request failed: [403:Forbidden] [GET] at [http://gluetun:8080/api?mode=get_config&apikey=(removed)&output=json]
2025-07-30T21:02:38.669548071Z    at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 119
2025-07-30T21:02:38.669552622Z    at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128
2025-07-30T21:02:38.669556911Z    at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest(HttpRequestBuilder requestBuilder, SabnzbdSettings settings) in ./Radarr.Core/Download/Clients/Sabnzbd/SabnzbdProxy.cs:line 197
2025-07-30T21:02:38.669562396Z External internet access denied - https://sabnzbd.org/access-denied
2025-07-30T21:02:38.669566494Z    --- End of inner exception stack trace ---
2025-07-30T21:02:38.669570819Z    at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest(HttpRequestBuilder requestBuilder, SabnzbdSettings settings) in ./Radarr.Core/Download/Clients/Sabnzbd/SabnzbdProxy.cs:line 201
2025-07-30T21:02:38.669575543Z    at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetConfig(SabnzbdSettings settings) in ./Radarr.Core/Download/Clients/Sabnzbd/SabnzbdProxy.cs:line 101
2025-07-30T21:02:38.669579908Z    at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.TestAuthentication() in ./Radarr.Core/Download/Clients/Sabnzbd/Sabnzbd.cs:line 420
2025-07-30T21:02:38.669584098Z    at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.Test(List`1 failures) in ./Radarr.Core/Download/Clients/Sabnzbd/Sabnzbd.cs:line 289
2025-07-30T21:02:38.669588295Z    at NzbDrone.Core.Download.DownloadClientBase`1.Test() in ./Radarr.Core/Download/DownloadClientBase.cs:line 154
2025-07-30T21:02:38.669592484Z 
2025-07-30T21:02:38.669596018Z 
2025-07-30T21:02:38.674875221Z [Warn] RadarrErrorPipeline: Invalid request Validation failed: 
2025-07-30T21:02:38.674901522Z  -- Host: Unable to connect to SABnzbd
2025-07-30T21:02:38.674907479Z  -- : Test was aborted due to an error: Unable to connect to SABnzbd, HTTP request failed: [403:Forbidden] [GET] at [http://gluetun:8080/api?mode=get_config&apikey=(removed)&output=json] 
2025-07-30T21:02:43.170097482Z [Warn] HttpClient: HTTP Error - Res: HTTP/1.1 [GET] http://gluetun:8080/api?mode=version&apikey=(removed)&output=json: 403.Forbidden (67 bytes)
2025-07-30T21:02:43.170147429Z External internet access denied - https://sabnzbd.org/access-denied 
2025-07-30T21:02:43.173881502Z [Error] Sabnzbd: Unable to connect to SABnzbd, HTTP request failed: [403:Forbidden] [GET] at [http://gluetun:8080/api?mode=version&apikey=(removed)&output=json] 
2025-07-30T21:02:43.173917316Z 
2025-07-30T21:02:43.173927241Z [v5.26.2.10099] NzbDrone.Core.Download.Clients.DownloadClientException: Unable to connect to SABnzbd, HTTP request failed: [403:Forbidden] [GET] at [http://gluetun:8080/api?mode=version&apikey=(removed)&output=json]
2025-07-30T21:02:43.173967168Z  ---> NzbDrone.Common.Http.HttpException: HTTP request failed: [403:Forbidden] [GET] at [http://gluetun:8080/api?mode=version&apikey=(removed)&output=json]
2025-07-30T21:02:43.173977604Z    at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 119
2025-07-30T21:02:43.173984895Z    at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128
2025-07-30T21:02:43.173991704Z    at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest(HttpRequestBuilder requestBuilder, SabnzbdSettings settings) in ./Radarr.Core/Download/Clients/Sabnzbd/SabnzbdProxy.cs:line 197
2025-07-30T21:02:43.173999755Z External internet access denied - https://sabnzbd.org/access-denied
2025-07-30T21:02:43.174006032Z    --- End of inner exception stack trace ---
2025-07-30T21:02:43.174012214Z    at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest(HttpRequestBuilder requestBuilder, SabnzbdSettings settings) in ./Radarr.Core/Download/Clients/Sabnzbd/SabnzbdProxy.cs:line 201
2025-07-30T21:02:43.174019508Z    at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetVersion(SabnzbdSettings settings) in ./Radarr.Core/Download/Clients/Sabnzbd/SabnzbdProxy.cs:line 89
2025-07-30T21:02:43.174026526Z    at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.TestConnectionAndVersion() in ./Radarr.Core/Download/Clients/Sabnzbd/Sabnzbd.cs:line 372
2025-07-30T21:02:43.174033339Z 
2025-07-30T21:02:43.174038932Z 
2025-07-30T21:02:43.181419168Z [Warn] HttpClient: HTTP Error - Res: HTTP/1.1 [GET] http://gluetun:8080/api?mode=get_config&apikey=(removed)&output=json: 403.Forbidden (67 bytes)
2025-07-30T21:02:43.181454323Z External internet access denied - https://sabnzbd.org/access-denied 
2025-07-30T21:02:43.184695155Z [Error] Sabnzbd: Test aborted due to exception 
2025-07-30T21:02:43.184731118Z 
2025-07-30T21:02:43.184740875Z [v5.26.2.10099] NzbDrone.Core.Download.Clients.DownloadClientException: Unable to connect to SABnzbd, HTTP request failed: [403:Forbidden] [GET] at [http://gluetun:8080/api?mode=get_config&apikey=(removed)&output=json]
2025-07-30T21:02:43.184749205Z  ---> NzbDrone.Common.Http.HttpException: HTTP request failed: [403:Forbidden] [GET] at [http://gluetun:8080/api?mode=get_config&apikey=(removed)&output=json]
2025-07-30T21:02:43.184756414Z    at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 119
2025-07-30T21:02:43.184768130Z    at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128
2025-07-30T21:02:43.184775194Z    at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest(HttpRequestBuilder requestBuilder, SabnzbdSettings settings) in ./Radarr.Core/Download/Clients/Sabnzbd/SabnzbdProxy.cs:line 197
2025-07-30T21:02:43.184781890Z External internet access denied - https://sabnzbd.org/access-denied
2025-07-30T21:02:43.184810246Z    --- End of inner exception stack trace ---
2025-07-30T21:02:43.184818463Z    at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest(HttpRequestBuilder requestBuilder, SabnzbdSettings settings) in ./Radarr.Core/Download/Clients/Sabnzbd/SabnzbdProxy.cs:line 201
2025-07-30T21:02:43.184825848Z    at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetConfig(SabnzbdSettings settings) in ./Radarr.Core/Download/Clients/Sabnzbd/SabnzbdProxy.cs:line 101
2025-07-30T21:02:43.184832576Z    at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.TestAuthentication() in ./Radarr.Core/Download/Clients/Sabnzbd/Sabnzbd.cs:line 420
2025-07-30T21:02:43.184839314Z    at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.Test(List`1 failures) in ./Radarr.Core/Download/Clients/Sabnzbd/Sabnzbd.cs:line 289
2025-07-30T21:02:43.184845961Z    at NzbDrone.Core.Download.DownloadClientBase`1.Test() in ./Radarr.Core/Download/DownloadClientBase.cs:line 154
2025-07-30T21:02:43.184852400Z 
2025-07-30T21:02:43.184858018Z 
2025-07-30T21:02:43.188959812Z [Warn] RadarrErrorPipeline: Invalid request Validation failed: 
2025-07-30T21:02:43.188979899Z  -- Host: Unable to connect to SABnzbd
2025-07-30T21:02:43.188986159Z  -- : Test was aborted due to an error: Unable to connect to SABnzbd, HTTP request failed: [403:Forbidden] [GET] at [http://gluetun:8080/api?mode=get_config&apikey=(removed)&output=json]
User avatar
rogs
Site Admin
Posts: 405
Joined: Mon Oct 23, 2023 12:53 pm
Location: Montevideo, Uruguay
Gender:
Contact:
Uruguay

Re: SABnzbd Refused connection During Radar Setup

Post by rogs »

Hey @trekker!

This is a bug we found today on the discord, the fix is described here: viewtopic.php?p=1055#p1055

Try it out and let me know!

Cheers!

Roger.

YAMS Creator

E: roger (at) rogs.me. Fuck you, email bots.
W: https://rogs.me
gpg: curl -sL https://rogs.me/rogs.txt | gpg --import
fingerprint: ADDF BCB7 8B86 8D93 FC4E 3224 C7EC E9C6 C36E C2E6


Also, I love cats :mrgreen:

Pirate jet, pirate jet
trekker
Posts: 3
Joined: Tue Jul 29, 2025 11:29 pm
United States of America

Re: SABnzbd Refused connection During Radar Setup

Post by trekker »

@rogs
Yes, that was the issue. Thanks!!!

User avatar
rogs
Site Admin
Posts: 405
Joined: Mon Oct 23, 2023 12:53 pm
Location: Montevideo, Uruguay
Gender:
Contact:
Uruguay

Re: SABnzbd Refused connection During Radar Setup

Post by rogs »

Amazing! The docs were also updated https://yams.media/config/sabnzbd/ :mrgreen:

I'll mark this one as solved. Thank you!

YAMS Creator

E: roger (at) rogs.me. Fuck you, email bots.
W: https://rogs.me
gpg: curl -sL https://rogs.me/rogs.txt | gpg --import
fingerprint: ADDF BCB7 8B86 8D93 FC4E 3224 C7EC E9C6 C36E C2E6


Also, I love cats :mrgreen:

Pirate jet, pirate jet
Post Reply