Random crashes during saving file to cache folder

Get help with all aspects of 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.
jubei
Release Testers
Release Testers
Posts: 53
Joined: January 28th, 2009, 11:49 am

Re: Random crashes during saving file to cache folder

Post by jubei »

damn I thought that new interface.py would work.....  :-\  everything works except for saving the interface
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Random crashes during saving file to cache folder

Post by shypike »

New "interface.py"? Excuse me? You're not mixing modules from different releases are you?
jubei
Release Testers
Release Testers
Posts: 53
Joined: January 28th, 2009, 11:49 am

Re: Random crashes during saving file to cache folder

Post by jubei »

In reply #9, you said that if you use a interface.py from a newer release, it would work with the new cheetah.  In fact, the new interface.py that I linked previously states that "Upgraded for Cheetah 2.2 compatibility"  in its notes. 

I am getting the error:

Code: Select all

*** WARNING *** 
 The following keys are members of the Template class and will result in NameMapper collisions! 
  > session 

 Please change the key's name or use the compiler setting "prioritizeSearchListOverSelf=True" to prevent the NameMapper from using 
 the Template member in place of your searchList variable 
 *************** 
You told habrys that he could ...
"No this will not cause crashes, it will affect the Web-UI session-key security fix that is in 0.4.11.
It means that your Cheetah is too recent. The latest Cheetah (after 2 years of silence)
contains some incompatible changes.
If you grab the latest 0.4.x interface.py from the SVN archive, this problem will be fixed.
(Or go back to Cheetah 2.01)"
That won't work?  That's really the only problem with python 2.6 in my neck of the woods....I can't save configs in the web interface.    THANK YOU!
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Random crashes during saving file to cache folder

Post by shypike »

You got the interface.py from the 0.4.x branch? That's OK.
The real trouble is that some other modules (CherryPy2, configobj) are not compatible with Python 2.6.
I'm not sure which problems arise, since we want to put as little as possible effort in 0.4.x.

The 0.5.0 release has had almost all of it's components updated, although we haven't done full testing on Python 2.6 yet.
For the Windows and OSX binaries we will stay on 2.5.
Python 2.6 is more or less forced on us by Linux distributions.
We have little sympathy for Linux as it is a support nightmare, due to all the differences between the distros.
Post Reply