TCP/IP communication failed due to windows error [WinError 10053]


#1

Python scripts that use TCP/IP communication with CRs have stopped working correctly. After turning on the controller, the script is executed without errors and the communication is successful, but when executing the program again, and always after using the “self.send_data(string)” API method, the execution is interrupted due to the following error : “ConnectionAbortedError: [WinError 10053] A connection established by the software on your host computer has been aborted.”