Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. 500 Internal Server Error
  2. The server encountered an unexpected condition which prevented it from fulfilling the request.
  3. In addition, the custom error page failed:
  4. TopLevelLookupException: Cant locate template for uri '/general/error.mako'
  5.  
  6. Traceback (most recent call last):
  7. File "/home/osmc/Subliminal/lib/cherrypy/_cprequest.py", line 631, in respond
  8. self._do_respond(path_info)
  9. File "/home/osmc/Subliminal/lib/cherrypy/_cprequest.py", line 690, in _do_respond
  10. response.body = self.handler()
  11. File "/home/osmc/Subliminal/lib/cherrypy/lib/encoding.py", line 221, in __call__
  12. self.body = self.oldhandler(*args, **kwargs)
  13. File "/home/osmc/Subliminal/lib/cherrypy/_cpdispatch.py", line 60, in __call__
  14. return self.callable(*self.args, **self.kwargs)
  15. File "/home/osmc/Subliminal/autosubliminal/webserver.py", line 36, in index
  16. return PageTemplate(filename='/home/home.mako').render()
  17. File "/home/osmc/Subliminal/autosubliminal/templates/page.py", line 23, in __init__
  18. self.template = self.lookup.get_template(filename)
  19. File "/home/osmc/Subliminal/lib/mako/lookup.py", line 261, in get_template
  20. "Cant locate template for uri %r" % uri)
  21. TopLevelLookupException: Cant locate template for uri '/home/home.mako'
  22. Powered by CherryPy unknown
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement