Have YAMS setup in Proxmox LXC, Debian 12. Privileged container. Not using ROOT account.
VPN is setup and working fine.
Within apps like Sonarr and Radarr I've been able to setup QBitorrent. The problem is I cannot connect anything to SABnzbd.
I can browse to SABnzbd and that is configured. I've copied the API key.
When I'm in Sonarr and try and setup the connection as per the guide I just get a spinning wheel on the connection before getting:
Code: Select all
"Test was aborted due to an error: Unable to connect to SABnzbd, Operation timed out"
If I run
Code: Select all
docker ps | grep sabnzbd
I get this:
Code: Select all
c1012f705b45 lscr.io/linuxserver/sabnzbd:latest "/init" 42 minutes ago Up 42 minutes sabnzbd
Ports are missing.
Looking within Stacks details, SABnzbd does not have an IP address and is not connected to a network (although as above it's up and I can configure it).
SABnzbd logs show:
Code: Select all
2025-02-20 17:55:57,687::INFO::[SABnzbd:1404] Starting web-interface on :::8080
2025-02-20 17:55:57,687::INFO::[_cplogging:213] [20/Feb/2025:17:55:57] ENGINE Bus STARTING
2025-02-20 17:55:57,813::INFO::[_cplogging:213] [20/Feb/2025:17:55:57] ENGINE Serving on http://:::8080
2025-02-20 17:55:57,814::INFO::[_cplogging:213] [20/Feb/2025:17:55:57] ENGINE Bus STARTED
2025-02-20 17:55:57,814::INFO::[SABnzbd:1443] Starting SABnzbd.py-4.4.1
2025-02-20 17:55:57,829::INFO::[dirscanner:112] Dirscanner starting up
2025-02-20 17:55:57,830::INFO::[panic:239] Launching browser with http://127.0.0.1:8080
2025-02-20 17:55:57,831::INFO::[notifier:157] Sending notification: SABnzbd - SABnzbd 4.4.1 started (type=startup, job_cat=None)
2025-02-20 17:55:57,839::INFO::[zconfig:61] No bonjour/zeroconf support installed
2025-02-20 17:55:57,852::INFO::[ssdp:108] Serving SSDP on 10.23.110.4 as SABnzbd
Sonarr logs show:
Code: Select all
[Error] Sabnzbd: Unable to connect to SABnzbd, Http request timed out
[v4.0.13.2932] NzbDrone.Core.Download.Clients.DownloadClientUnavailableException: Unable to connect to SABnzbd, Http request timed out
---> System.Net.WebException: Http request timed out
at NzbDrone.Common.Http.Dispatchers.ManagedHttpDispatcher.GetResponseAsync(HttpRequest request, CookieContainer cookies) in ./Sonarr.Common/Http/Dispatchers/ManagedHttpDispatcher.cs:line 144
at NzbDrone.Common.Http.HttpClient.ExecuteRequestAsync(HttpRequest request, CookieContainer cookieContainer) in ./Sonarr.Common/Http/HttpClient.cs:line 157
at NzbDrone.Common.Http.HttpClient.ExecuteAsync(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 70
at NzbDrone.Common.Http.HttpClient.Execute(HttpRequest request) in ./Sonarr.Common/Http/HttpClient.cs:line 128
at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest(HttpRequestBuilder requestBuilder, SabnzbdSettings settings) in ./Sonarr.Core/Download/Clients/Sabnzbd/SabnzbdProxy.cs:line 197
--- End of inner exception stack trace ---
at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.ProcessRequest(HttpRequestBuilder requestBuilder, SabnzbdSettings settings) in ./Sonarr.Core/Download/Clients/Sabnzbd/SabnzbdProxy.cs:line 214
at NzbDrone.Core.Download.Clients.Sabnzbd.SabnzbdProxy.GetVersion(SabnzbdSettings settings) in ./Sonarr.Core/Download/Clients/Sabnzbd/SabnzbdProxy.cs:line 89
at NzbDrone.Core.Download.Clients.Sabnzbd.Sabnzbd.TestConnectionAndVersion() in ./Sonarr.Core/Download/Clients/Sabnzbd/Sabnzbd.cs:line 372
Have searched and found other posts elsewhere and tried solutions. Have tried using 127.0.0.1 as address without success and have tried enabling SSL but again, no difference. SABnxbd has been configured as per guide and I've followed all steps as per documentation.
I'm still learning about Docker and Portainer so not sure on what needs doing to fix this or how to fix it.