Skip to content

Instantly share code, notes, and snippets.

@bspingarn
Created August 16, 2013 22:01
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 bspingarn/6253848 to your computer and use it in GitHub Desktop.
Save bspingarn/6253848 to your computer and use it in GitHub Desktop.
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