2016-09-13 52 views
0

我正在試着製作一個鵜鶘的博客,並在製作服務的步驟中我有下面的錯誤。通過在線搜索,它看起來像一個網絡問題(我不熟悉這些),我沒有看到一個明確的解決方案。任何人都可以點亮一下嗎?我使用Python 2.7在Ubuntu上運行。謝謝! Python的信息:鵜鶘使服務錯誤與破管?

Python 2.7.6 (default, Jun 22 2015, 17:58:13) [GCC 4.8.2] on linux2

錯誤信息:

127.0.0.1 - - [13/Sep/2016 13:23:35] "GET/HTTP/1.1" 200 - WARNING:root:Unable to find/file. WARNING:root:Unable to find /.html file. 127.0.0.1 - - [13/Sep/2016 13:24:31] "GET/HTTP/1.1" 200 - ---------------------------------------- Exception happened during processing of request from ('127.0.0.1', 51036) 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]) error: [Errno 32] Broken pipe

回答

0

嗯,我安裝在Ubuntu點子,然後它的所有工作..

不知道這是一個版本的東西..