Skip to content

Instantly share code, notes, and snippets.

@KevoTran
Created May 26, 2016 23:06
Show Gist options
  • Save KevoTran/5b26d8829a20b80f00edbb00763609f9 to your computer and use it in GitHub Desktop.
Save KevoTran/5b26d8829a20b80f00edbb00763609f9 to your computer and use it in GitHub Desktop.
2016-05-26 22:45:52.918 1369 INFO werkzeug [-] 192.168.0.3 - - [26/May/2016 22:45:52] "POST /0.5/plug/vip/10.200.0.120 HTTP/1.1" 202 -
----------------------------------------
Exception happened during processing of request from ('192.168.0.3', 32842)
Traceback (most recent call last):
File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
self.process_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
self.finish_request(request, client_address)
File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
self.RequestHandlerClass(request, client_address, self)
File "/usr/lib/python2.7/SocketServer.py", line 651, in __init__
self.finish()
File "/usr/lib/python2.7/SocketServer.py", line 710, in finish
self.wfile.close()
File "/usr/lib/python2.7/socket.py", line 279, in close
self.flush()
File "/usr/lib/python2.7/socket.py", line 303, in flush
self._sock.sendall(view[write_offset:write_offset+buffer_size])
File "/usr/lib/python2.7/ssl.py", line 329, in sendall
v = self.send(data[count:])
File "/usr/lib/python2.7/ssl.py", line 298, in send
v = self._sslobj.write(data)
error: [Errno 32] Broken pipe
----------------------------------------
2016-05-26 22:45:55.295 1369 INFO werkzeug [-] 192.168.0.3 - - [26/May/2016 22:45:55] "POST /0.5/plug/vip/10.200.0.120 HTTP/1.1" 404 -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment