Secondary web interface not working
Posted: December 8th, 2009, 7:59 pm
No matter which secondary interface I choose, trying to load it results in:
Running on Ubuntu 9.04.
Code: Select all
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 377, in index
filter=FILTER, searchList=[info], compilerSettings=DIRECTIVES)
File "/var/lib/python-support/python2.6/Cheetah/Template.py", line 1191, in __init__
self._compile(source, file, compilerSettings=compilerSettings)
File "/var/lib/python-support/python2.6/Cheetah/Template.py", line 1472, in _compile
self._fileMtime = os.path.getmtime(file)
File "/usr/lib/python2.6/genericpath.py", line 54, in getmtime
return os.stat(filename).st_mtime
OSError: [Errno 2] No such file or directory: '/usr/bin/main.tmpl'