If you open Sabnzbd web page right as a .nzb is being added to the queue, you get a 500 Internal Server Error page.
Refreshing the page of course fixes it. Still, should not happen of course.
cya,
Will
Version: 0.6.6
OS: Ubuntu 11.04 Server
Install-type: Ubuntu PPA: http://ppa.launchpad.net/jcfp/ppa/ubuntu
Skin (if applicable): Plush
Firewall Software: Gufw 11.04.2
Are you using IPV6?: No
Is the issue reproducible?: yes, though a bit difficult since you must load the page as the .nzb is being added, hard to do thankfully..
Code: Select all
500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "/usr/share/sabnzbdplus/cherrypy/_cprequest.py", line 618, in respond
cherrypy.response.body = self.handler()
File "/usr/share/sabnzbdplus/cherrypy/_cpdispatch.py", line 25, in __call__
return self.callable(*self.args, **self.kwargs)
File "/usr/share/sabnzbdplus/sabnzbd/interface.py", line 276, in index
filter=FILTER, searchList=[info], compilerSettings=DIRECTIVES)
File "/usr/lib/pymodules/python2.7/Cheetah/Template.py", line 1259, in __init__
self._compile(source, file, compilerSettings=compilerSettings)
File "/usr/lib/pymodules/python2.7/Cheetah/Template.py", line 1553, in _compile
keepRefToGeneratedCode=True)
File "/usr/lib/pymodules/python2.7/Cheetah/Template.py", line 743, in compile
compiler.compile()
File "/usr/lib/pymodules/python2.7/Cheetah/Compiler.py", line 1660, in compile
self._parser.parse()
File "/usr/lib/pymodules/python2.7/Cheetah/Parser.py", line 1497, in parse
self.assertEmptyOpenDirectivesStack()
File "/usr/lib/pymodules/python2.7/Cheetah/Parser.py", line 2657, in assertEmptyOpenDirectivesStack
raise ParseError(self, msg=errorMsg)
ParseError:
Some #directives are missing their corresponding #end ___ tag: if
Line 378, column 47 in file /usr/share/sabnzbdplus/interfaces/Plush/templates/main.tmpl
Line|Cheetah Code
----|-------------------------------------------------------------
375 |
376 | </div><!--#page_wrap-->
377 |
378 |<!--#include $webdir + "/_inc_footer.tmpl"#-->
^