Sudden failure to start in OSX Lion

Get help with all aspects of SABnzbd
Forum rules
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.
swamp2
Newbie
Newbie
Posts: 13
Joined: June 8th, 2010, 1:39 am

Sudden failure to start in OSX Lion

Post by swamp2 »

Hello. I am using the latest release SABnzbd-0.6.9-osx-lion.dmg, installed on a Macbook Air with OSX 10.7.1 (latest). Every time I try to monitor the app by double clicking it and then visiting http://localhost:8080/sabnzbd/ . I get the following screen:
Image
I tried uninstalling and reinstalling, also tried other browsers. Given my wonderful long term success with sabnzbd, this must be something really simple. I am pretty sure I have used the app since I bought this new computer as well. Thanks in advance.
Last edited by swamp2 on October 1st, 2011, 1:27 am, edited 1 time in total.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Sudden failure to start in OSX Lion

Post by shypike »

Hard to tell what's going on.
Did you reboot your system (yeah, I know it's not Windows, but even OSX sometimes needs it).
Is SABnzbd actually running? How do you start it normally?
swamp2
Newbie
Newbie
Posts: 13
Joined: June 8th, 2010, 1:39 am

Re: Sudden failure to start in OSX Lion

Post by swamp2 »

Pretty sure I tried a reboot prior. Just did again. I actually open it by having it start up automatically in my account in OSX. I also removed and reset that. Before getting it set up I just double clicked the app in the Apps folder. I do show the SABnzbd process in Activity Monitor, it has some % CPU and some threads.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Sudden failure to start in OSX Lion

Post by shypike »

Do you still have the SABnzbd icon in the top menu bar?
Does anything happen in the browser when you access the queue from that menu?
swamp2
Newbie
Newbie
Posts: 13
Joined: June 8th, 2010, 1:39 am

Re: Sudden failure to start in OSX Lion

Post by swamp2 »

Yes indeed it is in the top menu bar. When I begin a download the information on speed/time does get fed to the menu bar. All queue options are greyed out. Still the same results trying to get to the full web UI with the URL. Making progress I guess. Thanks kindly.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Sudden failure to start in OSX Lion

Post by shypike »

What actually shows in the pull-down menu in SABnzbd's menu icon?
Doesn't it start the browser when you click "Queue" in that menu?
swamp2
Newbie
Newbie
Posts: 13
Joined: June 8th, 2010, 1:39 am

Re: Sudden failure to start in OSX Lion

Post by swamp2 »

Everything looks normal in the drop down menu for sabnzbd. However when not actively downloading and alike when downloading, all options under the Queue menu are greyed out and do nothing when selected. The top item "1 nzb..." just opens the same browse window in my OP.

Image
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Sudden failure to start in OSX Lion

Post by shypike »

The only solution I can think of is this.
Stop SABnzbd, use TextEdit to open this file:
/Users/USERNAME/Library/Application Support/SABnzbd/sabnzbd.ini
And look for the line containing
host =
and
Port =

Please note that the Library folder is hidden.
swamp2
Newbie
Newbie
Posts: 13
Joined: June 8th, 2010, 1:39 am

Re: Sudden failure to start in OSX Lion

Post by swamp2 »

Thanks again for the great support thus far. The content in my file is:

host = localhost
port = 119
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Sudden failure to start in OSX Lion

Post by shypike »

Right on!
Somehow you mixed up the Usenet port and the web server port.
119 is not a port that OSX allows you to use.
Change the port value to 8080 and start SABnzbd again.
swamp2
Newbie
Newbie
Posts: 13
Joined: June 8th, 2010, 1:39 am

Re: Sudden failure to start in OSX Lion

Post by swamp2 »

Sorry...

1st occurrence: "https.port = 9090"
2nd occurence: "port = 8080"
3rd occurence: "port = 119"

I changed the last (3rd) to match my working install on another machine which was "port = 563". Still no luck.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Sudden failure to start in OSX Lion

Post by shypike »

There is an alternative.
Stop SABnzbd.
Open a Terminal window (under Applications->Utilities).
Then type this:

Code: Select all

/Applications/SABnzbd.app/Contents/MacOS/SABnzbd -s localhost:8080
Press Enter.
After you've checked that it works OK, close the Terminal window and start SABnzbd again in the normal way.
swamp2
Newbie
Newbie
Posts: 13
Joined: June 8th, 2010, 1:39 am

Re: Sudden failure to start in OSX Lion

Post by swamp2 »

Same result. Immediately after hitting enter in terminal I am taken back to a web page identical to my OP.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Sudden failure to start in OSX Lion

Post by shypike »

You can try again with different port numbers.
Although maybe it's best to try it with this first:
/Applications/SABnzbd.app/Contents/MacOS/SABnzbd -s 0.0.0.0:8080

or else:

/Applications/SABnzbd.app/Contents/MacOS/SABnzbd -s :8080

or

/Applications/SABnzbd.app/Contents/MacOS/SABnzbd -s IP:8080

Where IP is the numerical IP address for your system (usually something like 192.168.1.4)
swamp2
Newbie
Newbie
Posts: 13
Joined: June 8th, 2010, 1:39 am

Re: Sudden failure to start in OSX Lion

Post by swamp2 »

shypike wrote: /Applications/SABnzbd.app/Contents/MacOS/SABnzbd -s :8080
This did the trick (the first one didn't). FANTASTIC. Now when I quit and simply double click the app it opens fine. However, the URL has an unfamiliar IP address and the normal link http://localhost:8080/sabnzbd/ still gives the same response posted originally.

Seems I am almost entirely home free. But files will not begin downloading either. Time and speed reported in menu bar both remain at 0.

Moved on the the third suggestion, also brings up the web GUI. Still no downloads beginning. Checked "test server" and updated to SSL checked (using SSL over port 563). No idea why it became unchecked. Finally my test download began.

What the heck is going on?!

Cheers.
Last edited by swamp2 on October 1st, 2011, 3:54 pm, edited 3 times in total.
Post Reply