When I store a dict in cache.disk and then request 
<myapp>/appadmin/ccache I'm getting a key error:

Traceback (most recent call last):
  File "C:\repos\TCL\web2py\gluon\restricted.py", line 227, in restricted
    exec ccode in environment
  File 
"C:\repos\TCL\web2py\applications\timecardlynx\controllers/appadmin.py", 
line 703, in <module>
    
  File "C:\repos\TCL\web2py\gluon\globals.py", line 412, in <lambda>
    self._caller = lambda f: f()
  File 
"C:\repos\TCL\web2py\applications\timecardlynx\controllers/appadmin.py", 
line 469, in ccache
    disk['hits'] = value[1]['hit_total'] - value[1]['misses']
KeyError: 'hit_total'

Is this known?

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to