Advertisement
Guest User

cache and json in cherrypy

a guest
Mar 28th, 2013
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.42 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/_cprequest.py", line 656, in respond
  3.     response.body = self.handler()
  4.   File "/Library/Python/2.7/site-packages/CherryPy-3.2.2-py2.7.egg/cherrypy/lib/jsontools.py", line 61, in json_handler
  5.     value = cherrypy.serving.request._json_inner_handler(*args, **kwargs)
  6. TypeError: 'NoneType' object is not callable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement