Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 500 Internal Server Error
- The server encountered an unexpected condition which prevented it from fulfilling the request.
- In addition, the custom error page failed:
- OSError: [Errno 2] No such file or directory
- Traceback (most recent call last):
- File "/volume1/@appstore/AutoSub-BootstrapBill/cherrypy/_cprequest.py", line 656, in respond
- response.body = self.handler()
- File "/volume1/@appstore/AutoSub-BootstrapBill/cherrypy/lib/encoding.py", line 188, in __call__
- self.body = self.oldhandler(*args, **kwargs)
- File "/volume1/@appstore/AutoSub-BootstrapBill/cherrypy/_cpdispatch.py", line 34, in __call__
- return self.callable(*self.args, **self.kwargs)
- File "/volume1/@appstore/AutoSub-BootstrapBill/autosub/WebServer.py", line 471, in index
- tmpl = PageTemplate(file="interface/templates/home.tmpl")
- File "/usr/local/python/lib/python2.7/site-packages/Cheetah/Template.py", line 1259, in __init__
- self._compile(source, file, compilerSettings=compilerSettings)
- File "/usr/local/python/lib/python2.7/site-packages/Cheetah/Template.py", line 1545, in _compile
- file = self.serverSidePath(file)
- File "/usr/local/python/lib/python2.7/site-packages/Cheetah/Servlet.py", line 42, in serverSidePath
- return normpath(abspath(path.replace("\\", '/')))
- File "/usr/local/python/lib/python2.7/posixpath.py", line 371, in abspath
- cwd = os.getcwd()
- OSError: [Errno 2] No such file or directory
Advertisement
Add Comment
Please, Sign In to add comment