Skip to content

Instantly share code, notes, and snippets.

@clayg
Created May 19, 2011 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clayg/980947 to your computer and use it in GitHub Desktop.
Save clayg/980947 to your computer and use it in GitHub Desktop.
starting storage server on port 8081...
Traceback (most recent call last):
File "/usr/lib/python2.6/wsgiref/handlers.py", line 93, in run
self.result = application(self.environ, self.start_response)
File "/usr/local/lib/python2.6/dist-packages/webob/dec.py", line 147, in __call__
resp = self.call_func(req, *args, **self.kwargs)
File "/usr/local/lib/python2.6/dist-packages/webob/dec.py", line 208, in call_func
return self.func(req, *args, **kwargs)
File "./storage/server.py", line 116, in __call__
controller = self.controller_map.get(controller, None)()
TypeError: 'NoneType' object is not callable
localhost - - [19/May/2011 09:58:43] "GET /volume HTTP/1.1" 500 59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment