OS: OS X Lion
Install-type: OSx .app
Are you using IPV6? yes
Is the issue reproducible? yes
I upgraded my Sabnzbd app. It worked fine before, I replaced it with the new version and now I'm greeted with an error when I try to start it:
SABnzbd.py 0.7.0
SABnzbd needs a valid host address for its internal web server.
You have specified an invalid address.
Safe values are localhost and 0.0.0.0
Please restart SABnzbd with a proper host address.
Open a Terminal window and type the line (example):
/CustomApps/SABnzbd.app/Contents/MacOS/SABnzbd --server localhost:8080
Program did not start!
Using that command line does not actually work, the only one that I've found to work is:
- Code: Select all
/CustomApps/SABnzbd.app/Contents/MacOS/SABnzbd --server ::1:8080
Then it works perfectly, but if I then try to start the application again by clicking on it, then it gives me the same error above.




.