Alignak-monitoring-contrib / alignak-webui

Web User Interface for Alignak monitoring framework
GNU Affero General Public License v3.0
8 stars 4 forks source link

Exception in the log for /livestate #279

Closed mohierf closed 6 years ago

mohierf commented 7 years ago

After a fresh install and sometimes ... this error in the log. But the page is displayed correctly ... something around a persisting session ?

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/bottle.py", line 862, in _handle
    return route.call(**args)
  File "/usr/local/lib/python2.7/site-packages/bottle.py", line 1740, in wrapper
    rv = callback(*a, **ka)
  File "/usr/local/lib/python2.7/site-packages/alignak_webui/app.py", line 628, in ping
    return template(page_template)
  File "/usr/local/lib/python2.7/site-packages/bottle.py", line 3619, in template
    return TEMPLATES[tplid].render(kwargs)
  File "/usr/local/lib/python2.7/site-packages/bottle.py", line 3409, in render
    self.execute(stdout, env)
  File "/usr/local/lib/python2.7/site-packages/bottle.py", line 3396, in execute
    eval(self.co, env)
  File "/usr/local/lib/python2.7/site-packages/alignak_webui/views/_problems_synthesis.tpl", line 54, in <module>
    %ls = datamgr.get_livesynthesis()