Skip to content

Instantly share code, notes, and snippets.

@chrisgeo
Created September 25, 2010 22:56
Show Gist options
  • Save chrisgeo/597388 to your computer and use it in GitHub Desktop.
Save chrisgeo/597388 to your computer and use it in GitHub Desktop.
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 55653)
Traceback (most recent call last):
File "/Users/chrisgeo/projects/combodev/lib/python2.7/site-packages/paste/httpserver.py", line 1068, in process_request_in_thread
self.finish_request(request, client_address)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 323, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 639, in __init__
self.handle()
File "/Users/chrisgeo/projects/combodev/lib/python2.7/site-packages/paste/httpserver.py", line 442, in handle
BaseHTTPRequestHandler.handle(self)
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/BaseHTTPServer.py", line 337, in handle
self.handle_one_request()
File "/Users/chrisgeo/projects/combodev/lib/python2.7/site-packages/paste/httpserver.py", line 437, in handle_one_request
self.wsgi_execute()
File "/Users/chrisgeo/projects/combodev/lib/python2.7/site-packages/paste/httpserver.py", line 287, in wsgi_execute
self.wsgi_start_response)
File "/Users/chrisgeo/projects/combodev/lib/python2.7/site-packages/paste/urlmap.py", line 203, in __call__
return app(environ, start_response)
File "/Users/chrisgeo/projects/combodev/lib/python2.7/site-packages/Beaker-1.5.4-py2.7.egg/beaker/middleware.py", line 152, in __call__
return self.wrap_app(environ, session_start_response)
File "/Users/chrisgeo/projects/comboloader/comboloader/app.py", line 122, in __call__
return self.config['request_type'](request=req, config=self.config, files=files)(req)
TypeError: __call__() takes exactly 4 arguments (2 given)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment