Page 1 of 1
Sabnzbd locking up
Posted: November 15th, 2014, 5:11 pm
by roontoon
Hi,
I haven't been on the forum for, well years, because my sabnzbd has been working flawlessly until this week. What is happening is that when sabbnzd runs for a few minutes and then locks up. I also have sickbeard running on the same machine and it is working flawlessly. I have updated everything I can think of and the same behavior is occurring. I am running OS X 10.10.1 and the most current stable release of sabnzbd. I am a bit stumped as to how to diagnose what the issue is that is causing it to lock up. Any suggestions?
Thanks
d
Re: Sabnzbd locking up
Posted: November 16th, 2014, 2:43 am
by sander
What do you mean with "locking up"? Is there still a webinterface (although non-response)? Or no webinterface at all? Or response webinterface but no downloading?
Re: Sabnzbd locking up
Posted: November 16th, 2014, 10:04 am
by roontoon
It runs for a unknown period of time and then stops. I have attached log which has numerous error in it. I just don't know how to interpret what is going on.
http://justpaste.it/i0f8
Re: Sabnzbd locking up
Posted: November 16th, 2014, 10:41 am
by roontoon
Just started again and this is the portion of the log for today.
http://justpaste.it/i0fv
Re: Sabnzbd locking up
Posted: November 16th, 2014, 11:56 am
by sander
So:
Code: Select all
2014-11-16 10:09:37,605::ERROR::[_cplogging:55] [16/Nov/2014:10:09:37] Traceback (most recent call last):
File "cherrypy/_cpwsgi.pyc", line 79, in setapp
File "cherrypy/_cpwsgi.pyc", line 219, in get_response
File "cherrypy/_cprequest.pyc", line 579, in run
TimeoutError
Does
http://forums.sabnzbd.org/viewtopic.php?t=3987#p28877 help?
Re: Sabnzbd locking up
Posted: November 16th, 2014, 12:12 pm
by roontoon
No idea, looks that something goes wrong on your system.
The freezing would explain the timeouts.
No use replacing cherrypy, only the embedded version will work.
I failed to mention that I did replace Cherry.py (I think) as I am not sure what the embedded version is. Perhaps that is the issue. If you could, please explain what the embedded version is and what I have to do to replace it. I am OS X. Thanks
d
Re: Sabnzbd locking up
Posted: November 16th, 2014, 12:18 pm
by sander
You replaced cherrpy? That's asking for trouble. Do a rollback, or reinstall SABnzbd
Re: Sabnzbd locking up
Posted: November 16th, 2014, 4:51 pm
by roontoon
I used easy_install to uninstall and and reinstall it. Anything I can do otherwise to start out at square 1? I only tried this after looking at the logs and seeing the cherry.py errors. Thanks!
Re: Sabnzbd locking up
Posted: November 17th, 2014, 2:58 am
by sander
roontoon wrote:Anything I can do otherwise to start out at square 1?
Maybe, but I have no idea.
Re: Sabnzbd locking up
Posted: November 22nd, 2014, 6:24 pm
by roontoon
I am still having problems with Sabnzbd not running correctly and I am not quite sure what to do at this point. I was running the Mac executable for quite a long time and the problems started. I have now switched to the source with Python I also added more ram to make sure that was not an issue and I got this error today.
Unrecoverable error in the server.
Traceback (most recent call last):
File "/Library/WebServer/Documents/SABnzbd/cherrypy/_cpwsgi.py", line 79, in setapp
s, h, b = self.get_response()
File "/Library/WebServer/Documents/SABnzbd/cherrypy/_cpwsgi.py", line 219, in get_response
response = self.request.run(meth, path, qs, rproto, headers, rfile)
File "/Library/WebServer/Documents/SABnzbd/cherrypy/_cprequest.py", line 579, in run
raise cherrypy.TimeoutError()
TimeoutError
Any ideas? Thanks!