Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2014
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.52 KB | None | 0 0
  1. [23/Nov/2014 18:10:18] "POST /api/v1/userproductgroup/ HTTP/1.1" 500 4353
  2. Traceback (most recent call last):
  3.   File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 86, in run
  4.     self.finish_response()
  5.   File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 128, in finish_response
  6.     self.write(data)
  7.   File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 212, in write
  8.     self.send_headers()
  9.   File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 271, in send_headers
  10.     self._write(str(self.headers))
  11.   File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 324, in write
  12.     self.flush()
  13.   File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  14.     self._sock.sendall(view[write_offset:write_offset+buffer_size])
  15. error: [Errno 32] Broken pipe
  16. [23/Nov/2014 18:10:18] "POST /api/v1/userproductgroup/ HTTP/1.1" 500 59
  17. ----------------------------------------
  18. Exception happened during processing of request from ('127.0.0.1', 64950)
  19. Traceback (most recent call last):
  20.   File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 593, in process_request_thread
  21.     self.finish_request(request, client_address)
  22.   File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 334, in finish_request
  23.     self.RequestHandlerClass(request, client_address, self)
  24.   File "/Users/agustinvinao/Development/aquipa/aquipa_env/lib/python2.7/site-packages/django/core/servers/basehttp.py", line 126, in __init__
  25.     super(WSGIRequestHandler, self).__init__(*args, **kwargs)
  26.   File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 651, in __init__
  27.     self.finish()
  28.   File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 710, in finish
  29.     self.wfile.close()
  30.   File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 279, in close
  31.     self.flush()
  32.   File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  33.     self._sock.sendall(view[write_offset:write_offset+buffer_size])
  34. error: [Errno 32] Broken pipe
  35. ----------------------------------------
  36. (aquipa_env)➜  bin  python --version
  37. Python 2.7.6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement