Created
February 26, 2009 20:06
-
-
Save cachafla/71073 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---------------------------------------- | |
Exception happened during processing of request from ('127.0.0.1', 57005) | |
Traceback (most recent call last): | |
File "/Library/Python/2.5/site-packages/Paste-1.7.2-py2.5.egg/paste/httpserver.py", line 1062, in process_request_in_thread | |
self.finish_request(request, client_address) | |
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/SocketServer.py", line 254, in finish_request | |
self.RequestHandlerClass(request, client_address, self) | |
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/SocketServer.py", line 522, in __init__ | |
self.handle() | |
File "/Library/Python/2.5/site-packages/Paste-1.7.2-py2.5.egg/paste/httpserver.py", line 436, in handle | |
BaseHTTPRequestHandler.handle(self) | |
File "/System/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/BaseHTTPServer.py", line 316, in handle | |
self.handle_one_request() | |
File "/Library/Python/2.5/site-packages/Paste-1.7.2-py2.5.egg/paste/httpserver.py", line 431, in handle_one_request | |
self.wsgi_execute() | |
File "/Library/Python/2.5/site-packages/Paste-1.7.2-py2.5.egg/paste/httpserver.py", line 287, in wsgi_execute | |
self.wsgi_start_response) | |
File "/Users/andresrodriguez/Documents/Work/Joyent/oauth_provider/oauth_provider/application.py", line 40, in __call__ | |
return ClosingIterator(response(environ, start_response), | |
TypeError: 'NoneType' object is not callable | |
---------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment