Problem with exceptions #296
LaptosPirose
started this conversation in
General
Replies: 1 comment
-
Could you share the snippet of your code that encountered this error? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My Ethernet connection is not so good and I having some problems with communication loss. I have no idea how avoid programm stop because of Time out.
Traceback (most recent call last):
File "C:\Users\Engenharia\AppData\Local\Programs\Python\Python311\Lib\site-packages\pycomm3\socket_.py", line 65, in receive
data = self.sock.recv(256)
^^^^^^^^^^^^^^^^^^^
TimeoutError: timed out
How can I do to reconnect?
Beta Was this translation helpful? Give feedback.
All reactions