2011-05-18 104 views
0

誰能給我下面的錯誤我在開發者控制檯中發現了更多的信息:Django的開發者控制檯錯誤

[18/May/2011 17:48:46] "GET /static/search_bar/logout-dark.png HTTP/1.1" 200 1579 
[18/May/2011 17:48:46] "GET /static/search_bar/searchBar.png HTTP/1.1" 200 277 
Traceback (most recent call last): 
    File "/usr/local/lib/python2.6/dist-packages/django/core/servers/basehttp.py", line 284, in run 
    self.finish_response() 
    File "/usr/local/lib/python2.6/dist-packages/django/core/servers/basehttp.py", line 324, in finish_response 
    self.write(data) 
    File "/usr/local/lib/python2.6/dist-packages/django/core/servers/basehttp.py", line 403, in write 
    self.send_headers() 
    File "/usr/local/lib/python2.6/dist-packages/django/core/servers/basehttp.py", line 467, in send_headers 
    self.send_preamble() 
    File "/usr/local/lib/python2.6/dist-packages/django/core/servers/basehttp.py", line 385, in send_preamble 
    'Date: %s\r\n' % http_date() 
    File "/usr/lib/python2.6/socket.py", line 300, in write 
    self.flush() 
    File "/usr/lib/python2.6/socket.py", line 286, in flush 
    self._sock.sendall(buffer) 
error: [Errno 32] Broken pipe 
[18/May/2011 17:48:49] "GET /static/search_bar/settings-light.png HTTP/1.1" 200 1486 
[18/May/2011 17:58:16] "GET /static/search_bar/mail-light.png HTTP/1.1" 200 1704 

它調用不同的圖像之間,所以我不知道它的真正從

未來

回答

0

http://code.djangoproject.com/ticket/4444

This is common error which happens whenever your browser closes the connection while the dev server is still busy sending data. The best we could is to have a more explicit error message. 
+0

這是否意味着這是個問題?或者只是發生了什麼? – Sevenearths 2011-05-18 19:56:46

+0

發生了一些事情。 – silent1mezzo 2011-05-18 19:57:18