SABnzbd ping time out
Hi, I'm running on homarr 0.15.0 on unraid 6.12.8, but I have my downloading arrs, sonarr, radarr, etc and downloaders, nbzget and SABnzbd on windows behind a vpn. Everything is pinging great except SABnzbd. I receive a ping time out. I've added the API key, restarted the server and nothing seems to get it to connect. Any ideas on what may be causing it?
Solution:Jump to solution
I figured it out. The port was correct, however SABnzbd was only listening for 127.0.0.1, which wouldn't work coming from a different computer. I made it listen to it's IP address and restarted the homarr docker and now it's connecting.
5 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
Are you sure about the port?
I gather that you are connecting to nzbget with the same system as you are trying to do for sab.
Since you're running on windows, it is possible that windows itself is not forwarding the port for accessing the UI
Solution
I figured it out. The port was correct, however SABnzbd was only listening for 127.0.0.1, which wouldn't work coming from a different computer. I made it listen to it's IP address and restarted the homarr docker and now it's connecting.
Good job, I wouldn't have thought of that. Thanks for sharing the answer 👍