Page 1 of 1

Re-occuring error and huge CPU usage

Posted: Fri May 01, 2015 5:27 am
by Elrique64
Have a problem with an error message within SABnzbPlus. This is the error

Traceback (most recent call last): File "/volume1/.@plugins/AppCentral/sabnzbdplus/sabnzbdplus/cherrypy/_cpwsgi.py", line 79, in setapp s, h, b = self.get_response() File "/volume1/.@plugins/AppCentral/sabnzbdplus/sabnzbdplus/cherrypy/_cpwsgi.py", line 219, in get_response response = self.request.run(meth, path, qs, rproto, headers, rfile) File "/volume1/.@plugins/AppCentral/sabnzbdplus/sabnzbdplus/cherrypy/_cprequest.py", line 579, in run raise cherrypy.TimeoutError() TimeoutError

Also, I notice CPU being fairly high, so looked at System Monitor -> Processes and notice that pid 504 (python2.7) was sitting at about 20-25% all the time, bouncing between all 4 cores on the AS-202T. Did a ps in terminal, this is what it reports for that pid.

504 admin 1019:2 /usr/local/bin/python2.7 SABnzbd.py -f /usr/local/AppCentral/sabnzbdplus/config/sabnzbd.ini --browser 0 --daemon --pid /usr/local/AppCentral/sabnzbdplus

Not really sure if the pid issue points to a problem itself, but the error message above seems to, and since it was also with python thought it might help troubleshoot.

Re: Re-occuring error and huge CPU usage

Posted: Fri May 08, 2015 8:34 pm
by clinton.hall
So what site is causing the timeout?

Since SABnzbd runs on Python, CPU will be high. Python is very powerful, but not resource efficient.