500 Internal Server Error

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

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/cherrypy/_cprequest.py", line 670, in respond
    response.body = self.handler()
  File "/usr/lib/python2.7/site-packages/cherrypy/lib/encoding.py", line 217, in __call__
    self.body = self.oldhandler(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/cherrypy/_cpdispatch.py", line 61, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/home/haule/hauleweb/hauleweb_cherrypy/dmftlmtoserver.py", line 182, in iplotIMP
    p = Probability(compound)
  File "/home/haule/hauleweb/hauleweb_cherrypy/imp_module.py", line 46, in __init__
    self.__data = self.__getProbData()
  File "/home/haule/hauleweb/hauleweb_cherrypy/imp_module.py", line 75, in __getProbData
    sortArrayNames.append(atom['Name'])
KeyError: 'Name'
Powered by CherryPy 3.6.0