30/09/2018, 20:47

Lỗi về kết nối server-client

Em tạo một kết nối server-client trong python theo như code trong
http://pythonvietnam.info/index.php?threads/kết-nối-server-client-đơn-giản-dùng-socket.56/
Tuy nhiên khi chạy thì xuất hiện lỗi
Traceback (most recent call last):
File “Desktop/1/client.py”, line 7, in
s.connect((host,port))
File “/usr/lib/python2.7/socket.py”, line 228, in meth
return getattr(self._sock,name)(*args)
socket.error: [Errno 110] Connection timed out
Mọi người cho em hỏi đây là lỗi gì và làm thế nào để có thể kết nối được ạ

Bài liên quan
0