Page 1 of 1
OSX update 10.6.4 update broke web/menu for sabnzbd 0.5.2
Posted: June 18th, 2010, 12:07 pm
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?
Re: OSX update 10.6.4 update broke web/menu for sabnzbd 0.5.2
Posted: June 18th, 2010, 12:39 pm
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 :
SABnzbd should quit. launch SABnzbd.
Re: OSX update 10.6.4 update broke web/menu for sabnzbd 0.5.2
Posted: June 18th, 2010, 1:29 pm
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.
Re: OSX update 10.6.4 update broke web/menu for sabnzbd 0.5.2
Posted: June 18th, 2010, 2:17 pm
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...).
Re: OSX update 10.6.4 update broke web/menu for sabnzbd 0.5.2
Posted: June 21st, 2010, 1:57 pm
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.