500 Internal Server Error on startup with Ubuntu package
Posted: January 22nd, 2016, 10:36 am
I just installed sabnzbd on Ubuntu with "sudo apt-get install sabnzbdplus" and when I run it for the first time I get the error below. Any ideas what the problem could be?
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 670, in respond
response.body = self.handler()
File "/usr/share/sabnzbdplus/cherrypy/lib/encoding.py", line 217, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "/usr/share/sabnzbdplus/cherrypy/_cpdispatch.py", line 61, in __call__
return self.callable(*self.args, **self.kwargs)
File "/usr/share/sabnzbdplus/sabnzbd/interface.py", line 322, in index
# For Glitter we pre-load the JSON output
File "cheetah__usr_share_sabnzbdplus_interfaces_Glitter_templates_main_tmpl_1453460008_66_36891.py", line 173, in
respond
NotFound: cannot find 'preload_queue'
Powered by CherryPy 3.8.0