Error: 500 Internal Server Error
Sorry, the requested URL 'http://rgd.dis.se:8085/listDubl?workDB=' caused an error:
Internal Server Error
Exception:
KeyError('workDB',)
Traceback:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/bottle-0.12.8-py2.7.egg/bottle.py", line 862, in _handle
return route.call(**args)
File "/usr/local/lib/python2.7/dist-packages/bottle-0.12.8-py2.7.egg/bottle.py", line 1732, in wrapper
rv = callback(*a, **ka)
File "/usr/local/lib/python2.7/dist-packages/bottle_cork-0.11.1-py2.7.egg/cork/cork.py", line 545, in wrapper
return func(*a, **ka)
File "UI.py", line 368, in listdubl
bottle.request.query.workDB = bottle.request.session['workDB']
File "/usr/local/lib/python2.7/dist-packages/Beaker-1.7.0dev-py2.7.egg/beaker/session.py", line 672, in __getitem__
return self._session()[key]
KeyError: 'workDB'