Created
August 16, 2013 22:01
-
-
Save bspingarn/6253848 to your computer and use it in GitHub Desktop.
This file contains 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
INFO:werkzeug:10.0.2.2 - - [17/Aug/2013 00:00:46] "GET /static/lib/mustache.js HTTP/1.1" 200 - | |
---------------------------------------- | |
Exception happened during processing of request from ('10.0.2.2', 56038) | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/SocketServer.py", line 284, in _handle_request_noblock | |
self.process_request(request, client_address) | |
File "/usr/local/lib/python2.7/SocketServer.py", line 310, in process_request | |
self.finish_request(request, client_address) | |
File "/usr/local/lib/python2.7/SocketServer.py", line 323, in finish_request | |
self.RequestHandlerClass(request, client_address, self) | |
File "/usr/local/lib/python2.7/SocketServer.py", line 640, in __init__ | |
self.finish() | |
File "/usr/local/lib/python2.7/SocketServer.py", line 693, in finish | |
self.wfile.flush() | |
File "/usr/local/lib/python2.7/socket.py", line 303, in flush | |
self._sock.sendall(view[write_offset:write_offset+buffer_size]) | |
error: [Errno 32] Broken pipe | |
---------------------------------------- | |
INFO:werkzeug:10.0.2.2 - - [17/Aug/2013 00:00:46] "GET /static/lib/jquery-1.8.2.min.js HTTP/1.1" 200 - | |
---------------------------------------- | |
Exception happened during processing of request from ('10.0.2.2', 56039) | |
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/SocketServer.py", line 284, in _handle_request_noblock | |
self.process_request(request, client_address) | |
File "/usr/local/lib/python2.7/SocketServer.py", line 310, in process_request | |
self.finish_request(request, client_address) | |
File "/usr/local/lib/python2.7/SocketServer.py", line 323, in finish_request | |
self.RequestHandlerClass(request, client_address, self) | |
File "/usr/local/lib/python2.7/SocketServer.py", line 640, in __init__ | |
self.finish() | |
File "/usr/local/lib/python2.7/SocketServer.py", line 693, in finish | |
self.wfile.flush() | |
File "/usr/local/lib/python2.7/socket.py", line 303, in flush | |
self._sock.sendall(view[write_offset:write_offset+buffer_size]) | |
error: [Errno 32] Broken pipe | |
---------------------------------------- | |
INFO:werkzeug:10.0.2.2 - - [17/Aug/2013 00:00:46] "GET /static/js/coApp.js HTTP/1.1" 200 - | |
INFO:werkzeug:10.0.2.2 - - [17/Aug/2013 00:00:46] "GET /static/js/survey_builder/main.js HTTP/1.1" 200 - |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment