Page 2 of 2

Re: Unable to configure SABnzbd within Sonarr, Radarr etc

Posted: Wed Jul 30, 2025 8:37 am
by kazz

I'm having the same issue -
I've white listed the IPs of all my containers that need this as a downloader didn't help, i tried listing them as the container name and respective ips
other mentioned set a ip range - all that did was kick me out and I had to edit the file to get back in - It's been a pretty horrible night trying to get this to work and the 2 solutions that ive seen have not worked for me. any help is greatly appreciated


Re: Unable to configure SABnzbd within Sonarr, Radarr etc

Posted: Wed Jul 30, 2025 12:54 pm
by rogs

Hey @kazz!

Please, send the logs. It's almost impossible to help you debug without reading some logs. Also, make sure you have added gluetun to the list of allowed hosts.

Cheers!

Roger.


Re: Unable to configure SABnzbd within Sonarr, Radarr etc

Posted: Wed Jul 30, 2025 8:33 pm
by kazz

Im sitting here at work retracing my steps - im not Ubuntu/Linux expert but I think I recall running Sudo ufw enable - thus enabling the firewall before doing any of the installation - I want to try to turn that off and see if it doesn't let me connect - once I get home I'll reply with logs and such but if you have any insight that would be much appreciated.


Re: Unable to configure SABnzbd within Sonarr, Radarr etc

Posted: Wed Jul 30, 2025 11:50 pm
by kazz

Code: Select all

025-07-30 05:32:36,077::INFO::[__init__:461] Python-version = 3.12.11 (main, Jun  4 2025, 09:55:47) [GCC 14.2.0]

2025-07-30 05:32:36,078::INFO::[__init__:462] CPU architecture = x86_64

2025-07-30 05:32:36,078::INFO::[__init__:463] Platform = Docker

2025-07-30 05:32:36,078::INFO::[__init__:464] JSON-module = orjson 3.10.18

2025-07-30 05:32:36,078::INFO::[__init__:465] Preferred encoding = UTF-8

2025-07-30 05:32:36,078::INFO::[__init__:466] SSL version = OpenSSL 3.5.1 1 Jul 2025

[ls.io-init] done.

2025-07-30 20:42:42,137::INFO::[notifier:163] Sending notification: Warning - Refused connection from: ::ffff:172.60.0.1 [Radarr/5.26.2.10099 (alpine 3.22.1)] (type=warning, job_cat=None)

2025-07-30 20:42:42,137::WARNING::[interface:417] Refused connection from: ::ffff:172.60.0.1 [Radarr/5.26.2.10099 (alpine 3.22.1)]

2025-07-30 20:42:42,148::WARNING::[interface:417] Refused connection from: ::ffff:172.60.0.1 [Radarr/5.26.2.10099 (alpine 3.22.1)]

Code: Select all

   --- End of inner exception stack trace ---

   at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest(HttpRequestBuilder requestBuilder, SabnzbdSettings settings) in ./Radarr.Core/Download/Clients/Sabnzbd/SabnzbdProxy.cs:line 201

   at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetVersion(SabnzbdSettings settings) in ./Radarr.Core/Download/Clients/Sabnzbd/SabnzbdProxy.cs:line 89

   at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.TestConnectionAndVersion() in ./Radarr.Core/Download/Clients/Sabnzbd/Sabnzbd.cs:line 372

[Warn] HttpClient: HTTP Error - Res: HTTP/1.1 [GET] http://192.168.1.216:8080/api?mode=get_config&apikey=(removed)&output=json: 403.Forbidden (67 bytes)

External internet access denied - https://sabnzbd.org/access-denied 

[Error] Sabnzbd: Test aborted due to exception 

[v5.26.2.10099] NzbDrone.Core.Download.Clients.DownloadClientException: Unable to connect to SABnzbd, HTTP request failed: [403:Forbidden] [GET] at [http://192.168.1.216:8080/api?mode=get_config&apikey=(removed)&output=json]

 ---> NzbDrone.Common.Http.HttpException: HTTP request failed: [403:Forbidden] [GET] at [http://192.168.1.216:8080/api?mode=get_config&apikey=(removed)&output=json]

   at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 119

   at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Radarr.Common/Http/HttpClient.cs:line 128

   at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest(HttpRequestBuilder requestBuilder, SabnzbdSettings settings) in ./Radarr.Core/Download/Clients/Sabnzbd/SabnzbdProxy.cs:line 197

External internet access denied - https://sabnzbd.org/access-denied

   --- End of inner exception stack trace ---

   at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest(HttpRequestBuilder requestBuilder, SabnzbdSettings settings) in ./Radarr.Core/Download/Clients/Sabnzbd/SabnzbdProxy.cs:line 201

   at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetConfig(SabnzbdSettings settings) in ./Radarr.Core/Download/Clients/Sabnzbd/SabnzbdProxy.cs:line 101

   at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.TestAuthentication() in ./Radarr.Core/Download/Clients/Sabnzbd/Sabnzbd.cs:line 420

   at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.Test(List`1 failures) in ./Radarr.Core/Download/Clients/Sabnzbd/Sabnzbd.cs:line 289

   at NzbDrone.Core.Download.DownloadClientBase`1.Test() in ./Radarr.Core/Download/DownloadClientBase.cs:line 154

[Warn] RadarrErrorPipeline: Invalid request Validation failed: 

 -- Host: Unable to connect to SABnzbd

 -- : Test was aborted due to an error: Unable to connect to SABnzbd, HTTP request failed: [403:Forbidden] [GET] at [http://192.168.1.216:8080/api?mode=get_config&apikey=(removed)&output=json] 


These are the logs

https://postimg.cc/xXH1GtTc

https://postimg.cc/bDvP5T80


Re: Unable to configure SABnzbd within Sonarr, Radarr etc

Posted: Thu Jul 31, 2025 12:03 am
by rogs

Hey @kazz!

Thank you for such detailed logs. We just found this bug today on the documentation, so this is the fix:

In SABnzbd, can you enable "External Internet Access" to "Full API"?

Image

That should fix the problem!

Cheers!

Roger.


Re: Unable to configure SABnzbd within Sonarr, Radarr etc

Posted: Thu Jul 31, 2025 12:11 am
by kazz

Omg - Te amo!
Muchas gracias!!

Thank you so much - I thought I messed up - I stayed up way to loo late thinking I was doing something wrong (which could still be true lol) but thank you!


Re: Unable to configure SABnzbd within Sonarr, Radarr etc

Posted: Thu Jul 31, 2025 12:24 am
by rogs

Hahahaha, tambien te amo!

Excellent, I'm currently updating the docs, so this should be fixed soon