500 Error While .NZB File Is Being Added

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
war59312
Jr. Member
Jr. Member
Posts: 86
Joined: January 4th, 2011, 11:24 pm
Location: U.S.A
Contact:

500 Error While .NZB File Is Being Added

Post by war59312 »

Hey,

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"#-->
                                                   ^
Post Reply