Advertisement
riseriyo

django-debug-toolbar v0.9.3 broken pipe error socket

Apr 28th, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.58 KB | None | 0 0
  1. Anyone have ideas why this is crashing? It appears that the 404s are from django-debug-toolbar. I'm using: Python 2.7.4, Opera v12.15, Django 1.5.1. Tried Chrome v26.0.1410.65, Safari Version 6.0.4 (7536.29.13). Issue duplicated as well.
  2.  
  3. Edit/Update: Apparently, there is an issue with the django-debug-toolbar v0.9.3. Read: https://github.com/django-debug-toolbar/django-debug-toolbar/pull/311 I've updated django-debug-toolbar to latest version, 0.9.4, but there is still an issue.
  4.  
  5. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 86, in run
  6. Traceback (most recent call last):
  7. self.finish_response()
  8. Traceback (most recent call last):
  9. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 86, in run
  10. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 128, in finish_response
  11. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 86, in run
  12. self.finish_response()
  13. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 86, in run
  14. [28/Apr/2013 16:37:33] "GET /static/img/ron_mourant.jpg HTTP/1.1" 200 29860
  15. self.write(data)
  16. Traceback (most recent call last):
  17. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 86, in run
  18. self.finish_response()
  19. Traceback (most recent call last):
  20. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 217, in write
  21. self.finish_response()
  22. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 86, in run
  23. self._write(data)
  24. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 128, in finish_response
  25. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 128, in finish_response
  26. self.finish_response()
  27. self.finish_response()
  28. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 128, in finish_response
  29. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 324, in write
  30. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 128, in finish_response
  31. self.write(data)
  32. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 128, in finish_response
  33. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 217, in write
  34. self._write(data)
  35. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 324, in write
  36. self.write(data)
  37. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 217, in write
  38. self.write(data)
  39. self.write(data)
  40. self._write(data)
  41. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 217, in write
  42. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 217, in write
  43. self.write(data)
  44. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 324, in write
  45. self._write(data)
  46. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 217, in write
  47. self.flush()
  48. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 324, in write
  49. self._write(data)
  50. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 324, in write
  51. self._write(data)
  52. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 324, in write
  53. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  54. self.flush()
  55. self.flush()
  56. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  57. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  58. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  59. self.flush()
  60. self.flush()
  61. error: [Errno 32] Broken pipe
  62. self.flush()
  63. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  64. [28/Apr/2013 16:37:33] "GET /static/img/mike_pan.jpg HTTP/1.1" 500 59
  65. ----------------------------------------
  66. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  67. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  68. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  69. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  70. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  71. error: [Errno 32] Broken pipe
  72. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  73. error: [Errno 32] Broken pipe
  74. error: [Errno 32] Broken pipe
  75. [28/Apr/2013 16:37:33] "GET /static/img/ron_mourant.jpg HTTP/1.1" 500 59
  76. error: [Errno 32] Broken pipe
  77. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  78. [28/Apr/2013 16:37:33] "GET /static/img/piotr_sliz.jpg HTTP/1.1" 500 59
  79. Exception happened during processing of request from ('127.0.0.1', 60063)
  80. Traceback (most recent call last):
  81. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 593, in process_request_thread
  82. self.finish_request(request, client_address)
  83. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 334, in finish_request
  84. self.RequestHandlerClass(request, client_address, self)
  85. [28/Apr/2013 16:37:33] "GET /static/img/rise_riyo.jpg HTTP/1.1" 500 59
  86. ----------------------------------------
  87. error: [Errno 32] Broken pipe
  88. [28/Apr/2013 16:37:33] "GET /static/img/janet_iwasa.jpg HTTP/1.1" 500 59
  89. Exception happened during processing of request from ('127.0.0.1'----------------------------------------
  90. File "/Users/rise/.virtualenvs/mfbvenv/lib/python2.7/site-packages/django/core/servers/basehttp.py", line 150, in __init__
  91. [28/Apr/2013 16:37:33] "GET /static/img/gael_mcgill.jpg HTTP/1.1" 500 59
  92. , 60062Exception happened during processing of request from )
  93. super(WSGIRequestHandler, self).__init__(*args, **kwargs)
  94. ('127.0.0.1', 60061 ----------------------------------------
  95. ----------------------------------------
  96. Traceback (most recent call last):
  97. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 593, in process_request_thread
  98. ----------------------------------------
  99. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 651, in __init__
  100. self.finish_request(request, client_address)
  101. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 334, in finish_request
  102. self.finish()
  103. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 710, in finish
  104. self.RequestHandlerClass(request, client_address, self)
  105. File "/Users/rise/.virtualenvs/mfbvenv/lib/python2.7/site-packages/django/core/servers/basehttp.py", line 150, in __init__
  106. Exception happened during processing of request from Exception happened during processing of request from)(
  107. self.wfile.close()
  108. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 279, in close
  109. '127.0.0.1', Exception happened during processing of request from ('127.0.0.1', 6005960060)
  110. Traceback (most recent call last):
  111. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 593, in process_request_thread
  112. Traceback (most recent call last):
  113. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 593, in process_request_thread
  114. super(WSGIRequestHandler, self).__init__(*args, **kwargs)
  115. self.flush()
  116. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 651, in __init__
  117. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  118. self.finish()
  119. self.finish_request(request, client_address)
  120. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 334, in finish_request
  121. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 710, in finish
  122. self.wfile.close()
  123. )('127.0.0.1', 60064
  124. self.RequestHandlerClass(request, client_address, self)
  125. File "/Users/rise/.virtualenvs/mfbvenv/lib/python2.7/site-packages/django/core/servers/basehttp.py", line 150, in __init__
  126. self.finish_request(request, client_address)
  127. Traceback (most recent call last):
  128. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 334, in finish_request
  129. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 279, in close
  130. )
  131. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  132. self.RequestHandlerClass(request, client_address, self)
  133. File "/Users/rise/.virtualenvs/mfbvenv/lib/python2.7/site-packages/django/core/servers/basehttp.py", line 150, in __init__
  134. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 593, in process_request_thread
  135. self.finish_request(request, client_address)
  136. Traceback (most recent call last):
  137. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 593, in process_request_thread
  138. self.flush()
  139. error: [Errno 32] Broken pipe
  140. super(WSGIRequestHandler, self).__init__(*args, **kwargs)
  141. self.finish_request(request, client_address)
  142. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 334, in finish_request
  143. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 334, in finish_request
  144. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 651, in __init__
  145. self.finish()
  146. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  147. super(WSGIRequestHandler, self).__init__(*args, **kwargs)
  148. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 651, in __init__
  149. ----------------------------------------
  150. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  151. self.RequestHandlerClass(request, client_address, self)
  152. self.finish()
  153. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 710, in finish
  154. [28/Apr/2013 16:37:33] "GET /img/back_hover.png HTTP/1.1" 404 275608
  155. Traceback (most recent call last):
  156. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 86, in run
  157. self.RequestHandlerClass(request, client_address, self)
  158. [28/Apr/2013 16:37:33] "GET /img/close_hover.png HTTP/1.1" 404 198536
  159. Traceback (most recent call last):
  160. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 86, in run
  161. self.finish_response()
  162. File "/Users/rise/.virtualenvs/mfbvenv/lib/python2.7/site-packages/django/core/servers/basehttp.py", line 150, in __init__
  163. File "/Users/rise/.virtualenvs/mfbvenv/lib/python2.7/site-packages/django/core/servers/basehttp.py", line 150, in __init__
  164. error: [Errno 32] Broken pipe
  165. ----------------------------------------
  166. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 710, in finish
  167. self.finish_response()
  168. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 128, in finish_response
  169. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 128, in finish_response
  170. super(WSGIRequestHandler, self).__init__(*args, **kwargs)
  171. super(WSGIRequestHandler, self).__init__(*args, **kwargs)
  172. self.write(data)
  173. self.write(data)
  174. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 651, in __init__
  175. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 212, in write
  176. self.wfile.close()
  177. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 279, in close
  178. self.wfile.close()
  179. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 651, in __init__
  180. self.send_headers()
  181. self.flush()
  182. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 279, in close
  183. self.flush()
  184. self.finish()
  185. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 710, in finish
  186. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 212, in write
  187. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  188. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  189. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 270, in send_headers
  190. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  191. self.send_headers()
  192. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 270, in send_headers
  193. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  194. self.send_preamble()
  195. self.finish()
  196. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 710, in finish
  197. self.wfile.close()
  198. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 279, in close
  199. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 197, in send_preamble
  200. error: [Errno 32] Broken pipe
  201. self.wfile.close()
  202. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 279, in close
  203. self.flush()
  204. ----------------------------------------
  205. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  206. error: [Errno 32] Broken pipe
  207. self.send_preamble()
  208. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  209. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 194, in send_preamble
  210. self._write('Server: %s\r\n' % self.server_software)
  211. ----------------------------------------
  212. self.flush()
  213. error: [Errno 32] Broken pipe
  214. [28/Apr/2013 16:37:33] "GET /img/close.png HTTP/1.1" 404 224215
  215. ----------------------------------------
  216. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  217. 'Date: %s\r\n' % format_date_time(time.time())
  218. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  219. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 324, in write
  220. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 324, in write
  221. error: [Errno 32] Broken pipe
  222. ----------------------------------------
  223. self.flush()
  224. Traceback (most recent call last):
  225. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 86, in run
  226. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  227. self.flush()
  228. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  229. self.finish_response()
  230. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  231. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 128, in finish_response
  232. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  233. error: [Errno 32] Broken pipe
  234. error: [Errno 32] Broken pipe
  235. self.write(data)
  236. [28/Apr/2013 16:37:33] "GET /img/back_hover.png HTTP/1.1" 500 59
  237. [28/Apr/2013 16:37:33] "GET /img/close_hover.png HTTP/1.1" 500 59
  238. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 212, in write
  239. ----------------------------------------
  240. ----------------------------------------
  241. self.send_headers()
  242. Exception happened during processing of request from (Exception happened during processing of request from'127.0.0.1', 60070 ()
  243. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 270, in send_headers
  244. self.send_preamble()
  245. Traceback (most recent call last):
  246. '127.0.0.1', 60068)
  247. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 194, in send_preamble
  248. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 593, in process_request_thread
  249. Traceback (most recent call last):
  250. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 593, in process_request_thread
  251. self.finish_request(request, client_address)
  252. self.finish_request(request, client_address)
  253. [28/Apr/2013 16:37:33] "GET /img/djdt_vertical.png HTTP/1.1" 404 198552
  254. 'Date: %s\r\n' % format_date_time(time.time())
  255. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 334, in finish_request
  256. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 324, in write
  257. self.flush()
  258. Traceback (most recent call last):
  259. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 86, in run
  260. self.RequestHandlerClass(request, client_address, self)
  261. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 334, in finish_request
  262. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  263. [28/Apr/2013 16:37:33] "GET /img/back.png HTTP/1.1" 404 249889
  264. File "/Users/rise/.virtualenvs/mfbvenv/lib/python2.7/site-packages/django/core/servers/basehttp.py", line 150, in __init__
  265. self.RequestHandlerClass(request, client_address, self)
  266. Traceback (most recent call last):
  267. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  268. self.finish_response()
  269. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 86, in run
  270. error: [Errno 32] Broken pipe
  271. [28/Apr/2013 16:37:33] "GET /img/close.png HTTP/1.1" 500 59
  272. File "/Users/rise/.virtualenvs/mfbvenv/lib/python2.7/site-packages/django/core/servers/basehttp.py", line 150, in __init__
  273. super(WSGIRequestHandler, self).__init__(*args, **kwargs)
  274. self.finish_response()
  275. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 128, in finish_response
  276. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 651, in __init__
  277. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 128, in finish_response
  278. self.write(data)
  279. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 212, in write
  280. ----------------------------------------
  281. super(WSGIRequestHandler, self).__init__(*args, **kwargs)
  282. self.finish()
  283. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 710, in finish
  284. self.write(data)
  285. self.send_headers()
  286. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 212, in write
  287. self.send_headers()
  288. Exception happened during processing of request from ('127.0.0.1', 60067)
  289. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 270, in send_headers
  290. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 270, in send_headers
  291. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 651, in __init__
  292. self.wfile.close()
  293. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 279, in close
  294. self.flush()
  295. self.send_preamble()
  296. Traceback (most recent call last):
  297. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  298. [28/Apr/2013 16:37:33] "GET /img/indicator.png HTTP/1.1" 404 249904
  299. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 593, in process_request_thread
  300. self.send_preamble()
  301. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 194, in send_preamble
  302. Traceback (most recent call last):
  303. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  304. error: [Errno 32] Broken pipe
  305. ----------------------------------------
  306. self.finish()
  307. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 86, in run
  308. self.finish_request(request, client_address)
  309. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 334, in finish_request
  310. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 710, in finish
  311. self.RequestHandlerClass(request, client_address, self)
  312. 'Date: %s\r\n' % format_date_time(time.time())
  313. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 324, in write
  314. self.finish_response()
  315. self.wfile.close()
  316. File "/Users/rise/.virtualenvs/mfbvenv/lib/python2.7/site-packages/django/core/servers/basehttp.py", line 150, in __init__
  317. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 128, in finish_response
  318. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 194, in send_preamble
  319. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 279, in close
  320. self.flush()
  321. self.flush()
  322. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  323. self.write(data)
  324. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  325. error: [Errno 32] Broken pipe
  326. super(WSGIRequestHandler, self).__init__(*args, **kwargs)
  327. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  328. 'Date: %s\r\n' % format_date_time(time.time())
  329. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 324, in write
  330. ----------------------------------------
  331. self.flush()
  332. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 651, in __init__
  333. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 212, in write
  334. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  335. self.finish()
  336. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 710, in finish
  337. error: [Errno 32] Broken pipe
  338. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  339. [28/Apr/2013 16:37:33] "GET /img/djdt_vertical.png HTTP/1.1" 500 59
  340. self.send_headers()
  341. self.wfile.close()
  342. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 279, in close
  343. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 270, in send_headers
  344. self.flush()
  345. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  346. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  347. error: [Errno 32] Broken pipe
  348. ----------------------------------------
  349. self.send_preamble()
  350. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  351. error: [Errno 32] Broken pipe
  352. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/wsgiref/handlers.py", line 197, in send_preamble
  353. [28/Apr/2013 16:37:33] "GET /img/back.png HTTP/1.1" 500 59
  354. self._write('Server: %s\r\n' % self.server_software)
  355. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 324, in write
  356. --------------------------------------------------------------------------------
  357.  
  358. self.flush()
  359. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  360. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  361. error: [Errno 32] Broken pipe
  362. [28/Apr/2013 16:37:33] "GET /img/indicator.png HTTP/1.1" 500 59
  363. Exception happened during processing of request from ('127.0.0.1'Exception happened during processing of request from (, '127.0.0.1', 60069)
  364. Traceback (most recent call last):
  365. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 593, in process_request_thread
  366. ----------------------------------------60066)
  367. Traceback (most recent call last):
  368.  
  369. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 593, in process_request_thread
  370. self.finish_request(request, client_address)
  371. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 334, in finish_request
  372. self.RequestHandlerClass(request, client_address, self)
  373. self.finish_request(request, client_address)
  374. File "/Users/rise/.virtualenvs/mfbvenv/lib/python2.7/site-packages/django/core/servers/basehttp.py", line 150, in __init__
  375. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 334, in finish_request
  376. super(WSGIRequestHandler, self).__init__(*args, **kwargs)
  377. Exception happened during processing of request from ('127.0.0.1', 60065)
  378. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 651, in __init__
  379. self.RequestHandlerClass(request, client_address, self)
  380. self.finish()
  381. File "/Users/rise/.virtualenvs/mfbvenv/lib/python2.7/site-packages/django/core/servers/basehttp.py", line 150, in __init__
  382. super(WSGIRequestHandler, self).__init__(*args, **kwargs)
  383. Traceback (most recent call last):
  384. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 651, in __init__
  385. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 593, in process_request_thread
  386. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 710, in finish
  387. self.finish_request(request, client_address)
  388. self.wfile.close()
  389. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 334, in finish_request
  390. self.finish()
  391. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 279, in close
  392. self.flush()
  393. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  394. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 710, in finish
  395. self.RequestHandlerClass(request, client_address, self)
  396. File "/Users/rise/.virtualenvs/mfbvenv/lib/python2.7/site-packages/django/core/servers/basehttp.py", line 150, in __init__
  397. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  398. self.wfile.close()
  399. error: [Errno 32] Broken pipe
  400. ----------------------------------------
  401. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 279, in close
  402. self.flush()
  403. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  404. super(WSGIRequestHandler, self).__init__(*args, **kwargs)
  405. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  406. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 651, in __init__
  407. error: [Errno 32] Broken pipe
  408. ----------------------------------------
  409. self.finish()
  410. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/SocketServer.py", line 710, in finish
  411. self.wfile.close()
  412. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 279, in close
  413. self.flush()
  414. File "/usr/local/Cellar/python/2.7.4/Frameworks/Python.framework/Versions/2.7/lib/python2.7/socket.py", line 303, in flush
  415. self._sock.sendall(view[write_offset:write_offset+buffer_size])
  416. error: [Errno 32] Broken pipe
  417. ----------------------------------------
  418. [28/Apr/2013 16:37:33] "GET /download/ HTTP/1.1" 200 151824
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement