0.4.7 cherrypy errors

Report & discuss bugs found in SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
cydine
Newbie
Newbie
Posts: 4
Joined: August 24th, 2008, 4:22 pm

0.4.7 cherrypy errors

Post 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?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: 0.4.7 cherrypy errors

Post 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.
cydine
Newbie
Newbie
Posts: 4
Joined: August 24th, 2008, 4:22 pm

Re: 0.4.7 cherrypy errors

Post 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.
Post Reply