Page 1 of 1

Mac OSx Lion - Sabnzbd 0.6.0

Posted: February 25th, 2011, 3:14 pm
by ldamp
This don't work. i thought maybe it is good you no..
it won't start at al

Re: Mac OSx Lion - Sabnzbd 0.6.0

Posted: February 26th, 2011, 4:01 am
by shypike
Given that Lion is only in closed beta, we will ignore it's existence for now.
Chances are that it's a Lion problem and not a SABnzbd one.

Re: Mac OSx Lion - Sabnzbd 0.6.0

Posted: February 26th, 2011, 1:56 pm
by pixelwix
yeah it doesn't work for me either. it sucks cus i don't really wanna go back to snow leopard. :(

Re: Mac OSx Lion - Sabnzbd 0.6.0

Posted: February 27th, 2011, 1:39 am
by pixelwix
how do i do that?

Re: Mac OSx Lion - Sabnzbd 0.6.0

Posted: February 27th, 2011, 7:09 am
by ninjafish
Hi,

After much messing around with reinstalling Python, compiling from source, etc I think I've got it working on Lion. In the end what I think fixed it was relatively simple:

Amend file ~/Library/Application Support/SABnzbd/sabnzbd.ini
host=0.0.0.0

Change the host entry to whatever the local IP address is of your computer - eg. 192.168.1.2

That's it!

The error that was being reported at command line was a problem starting the webinterface, but I am now running direct with no problems from the compiled version of the beta using the standard icon to launch, and the default version of Python that comes with the OS.

Re: Mac OSx Lion - Sabnzbd 0.6.0

Posted: February 27th, 2011, 10:37 am
by shypike
So you're saying that the special address 0.0.0.0 doesn't work on OSX Lion?
And that you have to use the real IP address?

Re: Mac OSx Lion - Sabnzbd 0.6.0

Posted: February 27th, 2011, 12:41 pm
by ninjafish
shypike wrote: So you're saying that the special address 0.0.0.0 doesn't work on OSX Lion?
And that you have to use the real IP address?
Yep, I think thats it. It works fine with the local 192.168.1.2 IP and fails to open the GUI when set to 0.0.0.0

Re: Mac OSx Lion - Sabnzbd 0.6.0

Posted: February 28th, 2011, 6:17 am
by shypike
Bad news.
Means that we need to change our Wizard and that
having a dual IP (localhost + IP) is not possible :(

Re: Mac OSx Lion - Sabnzbd 0.6.0

Posted: February 28th, 2011, 7:55 am
by rAf
Menu is not working anymore...
I'll try to look at this but I think we have to wait for Lion release.
For now, Lion is only for testing not for production...

Re: Mac OSx Lion - Sabnzbd 0.6.0

Posted: February 28th, 2011, 4:19 pm
by sander
ninjafish wrote:
shypike wrote: So you're saying that the special address 0.0.0.0 doesn't work on OSX Lion?
And that you have to use the real IP address?
Yep, I think thats it. It works fine with the local 192.168.1.2 IP and fails to open the GUI when set to 0.0.0.0
Does it work if you fill out '::' (without the quotes)?
Does it work if you fill out 'localhost' (without the quotes)?

Re: Mac OSx Lion - Sabnzbd 0.6.0

Posted: March 2nd, 2011, 9:52 pm
by Ishimaru
This does not seem to work for me, even after reboot. I've tried the IP of my server, localhost, and 127.0.0.1 but still get the same error. The odd part is, I got it working upon initial install of Lion, but after rebooting, it's broken. :\

Re: Mac OSx Lion - Sabnzbd 0.6.0

Posted: March 3rd, 2011, 2:17 pm
by guillaumedes
ninjafish wrote: Hi,

After much messing around with reinstalling Python, compiling from source, etc I think I've got it working on Lion. In the end what I think fixed it was relatively simple:

Amend file ~/Library/Application Support/SABnzbd/sabnzbd.ini
host=0.0.0.0

Change the host entry to whatever the local IP address is of your computer - eg. 192.168.1.2

That's it!

The error that was being reported at command line was a problem starting the webinterface, but I am now running direct with no problems from the compiled version of the beta using the standard icon to launch, and the default version of Python that comes with the OS.



I can't find Library/Application Support. SABnzbd.sabnzbd.ini , where is it located?

Re: Mac OSx Lion - Sabnzbd 0.6.0

Posted: March 3rd, 2011, 7:41 pm
by cascalheira
The best workaround i found so far is to use your computer name like this: host = computername.local
This way if you are on a laptop and changing from network to network with different IPs, you will still be able to open SABnzbd without changing sabnzbd.ini every time.
To find (or change the computer name go to System Preferences -> Sharing.

Re: Mac OSx Lion - Sabnzbd 0.6.0

Posted: April 1st, 2011, 9:50 am
by rAf
0.0.0.0 is working on preview 2.
The menu is not working, I'll check with final version.