Created
April 30, 2014 15:39
-
-
Save ulfbert-inc/f03a9713c932c8a1495d 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
Traceback (most recent call last): | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 86, in run | |
self.finish_response() | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 128, in finish_response | |
self.write(data) | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 212, in write | |
self.send_headers() | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 270, in send_headers | |
self.send_preamble() | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 194, in send_preamble | |
'Date: %s\r\n' % format_date_time(time.time()) | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 324, in write | |
self.flush() | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush | |
self._sock.sendall(view[write_offset:write_offset+buffer_size]) | |
error: [Errno 32] Broken pipe | |
[30/Apr/2014 15:36:12] "GET /admin/blog/post/ HTTP/1.1" 500 59 | |
---------------------------------------- | |
Exception happened during processing of request from ('127.0.0.1', 58037) | |
Traceback (most recent call last): | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 593, in process_request_thread | |
self.finish_request(request, client_address) | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 334, in finish_request | |
self.RequestHandlerClass(request, client_address, self) | |
File "/usr/local/lib/python2.7/site-packages/django/core/servers/basehttp.py", line 126, in __init__ | |
super(WSGIRequestHandler, self).__init__(*args, **kwargs) | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 651, in __init__ | |
self.finish() | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 710, in finish | |
self.wfile.close() | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 279, in close | |
self.flush() | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush | |
self._sock.sendall(view[write_offset:write_offset+buffer_size]) | |
error: [Errno 32] Broken pipe | |
---------------------------------------- | |
[30/Apr/2014 15:36:12] "GET /admin/blog/post/ HTTP/1.1" 200 3048 | |
Traceback (most recent call last): | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 86, in run | |
self.finish_response() | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 128, in finish_response | |
self.write(data) | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 212, in write | |
self.send_headers() | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 270, in send_headers | |
self.send_preamble() | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 197, in send_preamble | |
self._write('Server: %s\r\n' % self.server_software) | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 324, in write | |
self.flush() | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush | |
self._sock.sendall(view[write_offset:write_offset+buffer_size]) | |
error: [Errno 32] Broken pipe | |
[30/Apr/2014 15:36:12] "GET /admin/blog/post/ HTTP/1.1" 500 59 | |
---------------------------------------- | |
Exception happened during processing of request from ('127.0.0.1', 58038) | |
Traceback (most recent call last): | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 593, in process_request_thread | |
self.finish_request(request, client_address) | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 334, in finish_request | |
self.RequestHandlerClass(request, client_address, self) | |
File "/usr/local/lib/python2.7/site-packages/django/core/servers/basehttp.py", line 126, in __init__ | |
super(WSGIRequestHandler, self).__init__(*args, **kwargs) | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 651, in __init__ | |
self.finish() | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 710, in finish | |
self.wfile.close() | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 279, in close | |
self.flush() | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush | |
self._sock.sendall(view[write_offset:write_offset+buffer_size]) | |
error: [Errno 32] Broken pipe | |
---------------------------------------- | |
[30/Apr/2014 15:36:13] "GET /admin/blog/post/ HTTP/1.1" 200 3046 | |
Traceback (most recent call last): | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 86, in run | |
self.finish_response() | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 128, in finish_response | |
self.write(data) | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 212, in write | |
self.send_headers() | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 270, in send_headers | |
self.send_preamble() | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 197, in send_preamble | |
self._write('Server: %s\r\n' % self.server_software) | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 324, in write | |
self.flush() | |
File "/usr/local/Cellar/python/2.7.6_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush | |
[30/Apr/2014 15:36:13] "GET /admin/blog/post/ HTTP/1.1" 200 3048 | |
self._sock.sendall(view[write_offset:write_offset+buffer_size]) | |
error: [Errno 32] Broken pipe | |
[30/Apr/2014 15:36:13] "GET /admin/blog/post/ HTTP/1.1" 500 59 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment