Error connecting to socket in Python

Nice to meet you. The socket makes a program in Python Linux (send message) ⇒ Windows (receive), b ut the following errors occur and cannot connect now. Linux, Windows is a network connection and has the authority to cut.

socket.error: (111, "Disconnected connection")

Could you help me?

0


a source to share


1 answer


111 means the listener is down / not accepting connections - restart the windows application that should be listening for connections, or disconnect any clients already bound.



+2


a source







All Articles