Skip to content

Instantly share code, notes, and snippets.

@clayg
Created May 19, 2011 14:57
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/980938 to your computer and use it in GitHub Desktop.
Save clayg/980938 to your computer and use it in GitHub Desktop.
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 110, in __call__
print self.mapper.match(req.path)
AttributeError: 'StorageServer' object has no attribute 'mapper'
localhost - - [19/May/2011 09:56:47] "GET /volumes HTTP/1.1" 500 59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment