Page 1 of 1

0.4.7 cherrypy errors

Posted: March 16th, 2009, 2:32 pm
by cydine
Hey guys,

Getting a lot of this in the log along with occasional python crashes

Code: Select all

16/Mar/2009:14:47:00  INFO Page handler: 'Bad file descriptor'
Traceback (most recent call last):
  File "C:\Documents and Settings\Me\Desktop\SABnzbd-0.4.7-src\SABnzbd-0.4.7\cherrypy\_cpwsgi.py", line 125, in wsgiApp
  File "C:\Documents and Settings\Me\Desktop\SABnzbd-0.4.7-src\SABnzbd-0.4.7\cherrypy\_cphttptools.py", line 88, in run
  File "C:\Documents and Settings\Me\Desktop\SABnzbd-0.4.7-src\SABnzbd-0.4.7\cherrypy\_cputil.py", line 124, in _cp_log_access
IOError: [Errno 9] Bad file descriptor
Running on XP from python source. Python 2.5.4.

Any ideas?

Re: 0.4.7 cherrypy errors

Posted: March 16th, 2009, 2:37 pm
by shypike
Not sure, we haven't tested 0.4.7 in combination with Python 2.5.4 (we use ActiveState Python 2.5.2).
I would advise you to use the binary version.

If you prefer to run sources, just use the trunk version of the Subversion repository.
That way you get the current Alpha of 0.5.0, which is tested on AcvtiveState Python 2.5.4.

Re: 0.4.7 cherrypy errors

Posted: March 16th, 2009, 2:44 pm
by cydine
I like to run source as I have made a few personal modifications  ;D

I will try out the alpha build. I will also try downgrading to 2.5.2 and see if this cures things with 0.4.7.

Cheers for the reply.