hi !
I just restored my mac using time machine, and now Sabnzbd+ won't start anymore.
The program itself launches, but no web page is launched, and it's not even accessible if I try to connect directly to it, with safari on localhost address.
I removed Sabnzbd+, reinstalled latest 0.4.12, same problem.
Any ideas ?
Thanks for any help
Mac OS 10.6 - Sabnzbd+ start problem
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: Mac OS 10.6 - Sabnzbd+ start problem
Open a terminal and type :
Check for your host and port.
Hope it helps
Code: Select all
open ~/.sabnzbd/sabnzbd.iniHope it helps
Re: Mac OS 10.6 - Sabnzbd+ start problem
Here's a sample of my ini :
host = localhost
port = 8080
Seems nothing has changed, but still unable to connect locally lik before.
sabnzbd+ process is still launched but I don't know what to do to fix it
host = localhost
port = 8080
Seems nothing has changed, but still unable to connect locally lik before.
sabnzbd+ process is still launched but I don't know what to do to fix it
Re: Mac OS 10.6 - Sabnzbd+ start problem
What's happening when you're trying to connect ?
Check the url : http://localhost:8080/sabnzbd
If it still don't work try to replace localhost by 0.0.0.0 in your ini file and restart SABnzbd.
You can shutdown SABnzbd via terminal :
if it still don't work try to rename you sabnzbd.ini file and restart SABnzbd to create a new fresh one.
Check the url : http://localhost:8080/sabnzbd
If it still don't work try to replace localhost by 0.0.0.0 in your ini file and restart SABnzbd.
You can shutdown SABnzbd via terminal :
Code: Select all
killall -3 SABnzbdRe: Mac OS 10.6 - Sabnzbd+ start problem
When I try to connect, safari can't simply open the page.
I replaced localhost by 0.0.0.0, when I started sabnzbd+, it prompted the first time launch advertissement, like if it was newly installed, but still same problem, no safari web page open simultaneously, and impossible to connect when entering the address manually.
Then I used the terminal command mv to rename my sabnzbd.ini to sabnzbd.ini.bak, and then all worked back again, as a fresh install.
Thanks again, problem solved
I replaced localhost by 0.0.0.0, when I started sabnzbd+, it prompted the first time launch advertissement, like if it was newly installed, but still same problem, no safari web page open simultaneously, and impossible to connect when entering the address manually.
Then I used the terminal command mv to rename my sabnzbd.ini to sabnzbd.ini.bak, and then all worked back again, as a fresh install.
Thanks again, problem solved

