Hi all. I've been using SABnzbd for over a year without a problem. Great app, thank you to everyone who has contributed to its success.
I also use a couple of iOS Apps - SABmobile HD and SABnzbd in the last couple of days both apps have been throwing the same error: "Could Not Connect to the Server".
When I use the desktop client, downloaded from here, everything is fine. At first I thought that maybe something had gone wrong with the app, but it seems unlikely that two different apps went bad at the same time. I've also restarted and reinstalled SABnzbd on my desktop to no avail.
Any ideas on how I can fix this?
"Could Not Connect To The Server"
Forum rules
Help us help you:
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.
Re: "Could Not Connect To The Server"
Does your SABnzbd installation allow outside connections? What is your "host address" in Config->General.
Does your software firewall block incoming requests for SABnzbd?
Does your software firewall block incoming requests for SABnzbd?
Re: "Could Not Connect To The Server"
What's strange is that I haven't changed anything in terms of settings. My host address is 127.0.0.1. So not sure why suddenly stuff isn't working. Never touched the firewall.shypike wrote:Does your SABnzbd installation allow outside connections? What is your "host address" in Config->General.
Does your software firewall block incoming requests for SABnzbd?
However, now I have a larger problem. I just figured I would de-install and re-install SABnzbd on my host machine and even read about making sure you remove the .ini file. So have gone thru all the steps and re-downloaded the app. Now when I double-click on the app to start it up, the SABnzbd arrow flashes in the menu bar and then immediately disappears, and the app never actually starts.
I'm at a loss.
Re: "Could Not Connect To The Server"
Well, that's simple: using 127.0.0.1 as host address guarantees that there cannot be external access.
You should use 0.0.0.0
For the second part.
Open a CMD window (command prompt) and type:
"c:\program files\sabnzbd\sabnzbd-console.exe" -l2 -s 0.0.0.0:8080
You should use 0.0.0.0
For the second part.
Open a CMD window (command prompt) and type:
"c:\program files\sabnzbd\sabnzbd-console.exe" -l2 -s 0.0.0.0:8080
Re: "Could Not Connect To The Server"
That would be great if it worked! I'm on a Mac, do you know the equivalent command?shypike wrote:Well, that's simple: using 127.0.0.1 as host address guarantees that there cannot be external access.
You should use 0.0.0.0
For the second part.
Open a CMD window (command prompt) and type:
"c:\program files\sabnzbd\sabnzbd-console.exe" -l2 -s 0.0.0.0:8080
EDIT: Found it! I can now see my SAB web server again, just need to work on the original problem now. Thank you for your kind help!
Re: "Could Not Connect To The Server"
Right, my fellow Mac user, what was I thinking!
Open a Terminal window and type:
/Applications/SABnzbd.app/Contents/MacOS/SABnzbd -l2 -s 0.0.0.0:8080
Open a Terminal window and type:
/Applications/SABnzbd.app/Contents/MacOS/SABnzbd -l2 -s 0.0.0.0:8080

