404 Not Found

'Resource is not publsihed'

Traceback (most recent call last):
  File "/riv/env/lib/python3.5/site-packages/cherrypy/_cperror.py", line 423, in handle
    yield
  File "/riv/webpage/__init__.py", line 84, in content
    raise KeyError('Resource is not publsihed')
KeyError: 'Resource is not publsihed'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/riv/env/lib/python3.5/site-packages/cherrypy/_cprequest.py", line 638, in respond
    self._do_respond(path_info)
  File "/riv/env/lib/python3.5/site-packages/cherrypy/_cprequest.py", line 697, in _do_respond
    response.body = self.handler()
  File "/riv/env/lib/python3.5/site-packages/cherrypy/_cpdispatch.py", line 54, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/riv/webpage/__init__.py", line 90, in content
    'direction': kwargs.get('direction', 'a')}
  File "/usr/lib/python3.5/contextlib.py", line 77, in __exit__
    self.gen.throw(type, value, traceback)
  File "/riv/env/lib/python3.5/site-packages/cherrypy/_cperror.py", line 425, in handle
    raise cls(status, message or str(exc))
cherrypy._cperror.HTTPError: (404, "'Resource is not publsihed'")
Powered by CherryPy 18.5.0