500 Internal Server Error

The server encountered an unexpected condition which prevented it from fulfilling the request.

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/dist-packages/cherrypy/_cprequest.py", line 638, in respond
    self._do_respond(path_info)
  File "/usr/local/lib/python3.8/dist-packages/cherrypy/_cprequest.py", line 697, in _do_respond
    response.body = self.handler()
  File "/usr/local/lib/python3.8/dist-packages/cherrypy/lib/encoding.py", line 223, in __call__
    self.body = self.oldhandler(*args, **kwargs)
  File "/usr/local/lib/python3.8/dist-packages/cherrypy/_cpdispatch.py", line 54, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "bilder2t.py", line 1293, in default
    return self.album(args[0], **kwargs)
  File "bilder2t.py", line 1171, in album
    images = self.get_files(d, s3)
  File "bilder2t.py", line 970, in get_files
    return self.cache[d].get_files()
KeyError: '2019-08-18-Kräftskiva'
Powered by CherryPy 18.6.1