OSX update 10.6.4 update broke web/menu for sabnzbd 0.5.2

Report & discuss bugs found in 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.
Post Reply
f0ck3r
Newbie
Newbie
Posts: 4
Joined: June 18th, 2010, 11:58 am

OSX update 10.6.4 update broke web/menu for sabnzbd 0.5.2

Post by f0ck3r »

I took the Apple supplied 10.6.4 update and now sabnzbd will not open the web interface or the menu bar icon. This is all I get from the console.

Code: Select all

 10-06-18 10:54:19 AM	[0x0-0x44044].org.sabnzbd.team[362]	2010-06-18 10:54:19,051::INFO::[SABnzbd:945] Console logging for OSX App disabled 
The daemon is still running, it is still monitoring my watch folder, as well as downloading and postprocessing. However there's no way for me to interface with it.

Does anyone know what happened or how I can fix it?
rAf
Moderator
Moderator
Posts: 546
Joined: April 28th, 2008, 2:35 pm
Location: France
Contact:

Re: OSX update 10.6.4 update broke web/menu for sabnzbd 0.5.2

Post by rAf »

Hi,

The message in Console is normal.
If you want to have more info check log files in "/Users/USERNAME/Library/Application Support/SABnzbd/logs" folder.

Have you set an IP adress when you set up SABnzbd ?
If your nic is configured in DHCP, maybe it's the problem.

Check your sabnzbd.ini file in "/Users/USERNAME/Library/Application Support/SABnzbd/" folder, find the host entry.
Put 0.0.0.0 or localhost for the host in SABnzbd.ini, save and quit SABnzbd with this command :

Code: Select all

killall -3 SABnzbd
SABnzbd should quit. launch SABnzbd.
f0ck3r
Newbie
Newbie
Posts: 4
Joined: June 18th, 2010, 11:58 am

Re: OSX update 10.6.4 update broke web/menu for sabnzbd 0.5.2

Post by f0ck3r »

Thanks. It appears that by changing "host = localhost" to "host = 0.0.0.0" I am able to get into the web interface, but I am getting API key errors from (I'm guessing) the menu bar app.

Code: Select all

WARNING:
API Key missing, please enter the api key from Config->General into your 3rd party program:
Here's the cherrypy.log's, first one is with localhost the second one is with 0.0.0.0

Code: Select all

/Jun/2010:12:15:22] ENGINE Bus STARTING
[18/Jun/2010:12:15:22] ENGINE Started monitor thread '_TimeoutMonitor'.
[18/Jun/2010:12:15:22] ENGINE Serving on localhost:9090
[18/Jun/2010:12:15:22] ENGINE Serving on localhost:8080
[18/Jun/2010:12:15:22] ENGINE Bus STARTED
[18/Jun/2010:12:17:12] ENGINE Bus STARTING
[18/Jun/2010:12:17:12] ENGINE Started monitor thread '_TimeoutMonitor'.
[18/Jun/2010:12:17:12] ENGINE Serving on 0.0.0.0:9090
[18/Jun/2010:12:17:12] ENGINE Serving on 0.0.0.0:8080
[18/Jun/2010:12:17:12] ENGINE Bus STARTED
Both read the same no real difference. So I can access sabnzbd from the web interface now but no menu app. My buddy is having the same issue since the 10.6.4 update except he's getting the spinning ball on the menu bar.
rAf
Moderator
Moderator
Posts: 546
Joined: April 28th, 2008, 2:35 pm
Location: France
Contact:

Re: OSX update 10.6.4 update broke web/menu for sabnzbd 0.5.2

Post by rAf »

Are you using chrome or chromium ?
I've some issues with these browser for accessing SABnzbd on localhost. (try with safari or firefox)
Your API key issue is not related to SABnzbd (the OSX menu is part of the app).
Check if you use some browser extension or third party programs (like SABnzbdX) that need the API key to communicate with SABnzbd.
The spinning ball is more likely a bug in SABnzbd, please send me your friend's sabnzbd.ini and sabnzbd.log files (don't forget to remove passwords...).
Lamsik
Newbie
Newbie
Posts: 2
Joined: June 21st, 2010, 11:52 am

Re: OSX update 10.6.4 update broke web/menu for sabnzbd 0.5.2

Post by Lamsik »

I'm experience this program as well. My sabnzb doesn't even watch the folder. From start up, the app doesn't work. I see over the spinning rainbow when trying to click on the menubar.

Usually a restart works but this time ever since I updated osx 10.6.4, the restart doesn't work.
Post Reply