Skip to content

Instantly share code, notes, and snippets.

@clayg
Created May 24, 2011 15:38
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/988941 to your computer and use it in GitHub Desktop.
Save clayg/988941 to your computer and use it in GitHub Desktop.
clayg@lunr1:~$ lunr-api
starting api server on port 8000...
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/lib/pymodules/python2.6/webob/dec.py", line 147, in __call__
resp = self.call_func(req, *args, **self.kwargs)
File "/usr/lib/pymodules/python2.6/webob/dec.py", line 208, in call_func
return self.func(req, *args, **kwargs)
File "/mnt/workspace/lunr/lunr/api/server.py", line 33, in __call__
route = urlmap.match(environ=request.environ)
TypeError: match() got an unexpected keyword argument 'environ'
localhost - - [24/May/2011 10:35:42] "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