Page 1 of 1

0.8.0Beta1 - Error on start on El Capitan

Posted: October 25th, 2015, 2:51 pm
by draft
I downloaded the version of 0.8.0Beta1 specific for El Capitan. However, I'm getting the below error when trying to start:

2015-10-25 14:40:27,550::INFO::[SABnzbd:508] unrar binary... found (/Applications/SABnzbd.app/Contents/Resources/osx/unrar/unrar)
2015-10-25 14:40:27,550::INFO::[SABnzbd:513] unzip binary... found (/usr/bin/unzip)
2015-10-25 14:40:27,550::INFO::[SABnzbd:518] 7za binary... found (/Applications/SABnzbd.app/Contents/Resources/osx/7zip/7za)
2015-10-25 14:40:27,551::INFO::[SABnzbd:524] nice binary... found (/usr/bin/nice)
2015-10-25 14:40:27,551::INFO::[SABnzbd:530] ionice binary... NOT found!
2015-10-25 14:40:27,551::INFO::[SABnzbd:533] pyOpenSSL... found (True)
2015-10-25 14:40:27,554::INFO::[SABnzbd:1523] Starting web-interface on 0.0.0.0:9099
2015-10-25 14:40:27,556::INFO::[_cplogging:216] [25/Oct/2015:14:40:27] ENGINE Bus STARTING
2015-10-25 14:40:27,560::INFO::[_cplogging:216] [25/Oct/2015:14:40:27] ENGINE Started monitor thread '_TimeoutMonitor'.
2015-10-25 14:40:27,661::INFO::[_cplogging:216] [25/Oct/2015:14:40:27] ENGINE Serving on http://0.0.0.0:8088
2015-10-25 14:40:27,664::ERROR::[_cplogging:216] [25/Oct/2015:14:40:27] ENGINE Shutting down due to error in start listener:
Traceback (most recent call last):
File "cherrypy/process/wspbus.pyc", line 243, in start
File "cherrypy/process/wspbus.pyc", line 221, in publish
File "cherrypy/process/wspbus.pyc", line 446, in log
File "cherrypy/process/wspbus.pyc", line 223, in publish
ChannelFailures: TypeError('not enough arguments for format string',)

After logging this error, the process shuts down. I've tried restarting a few times, each time the same thing happens.

Any ideas on how to fix this?

Thanks in advance!

David

Re: 0.8.0Beta1 - Error on start on El Capitan

Posted: October 25th, 2015, 9:42 pm
by draft
After much more googling, this seems to have fixed my issue:

https://forums.sabnzbd.org/viewtopic.php?t=18226#p96974

David