You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I try to launch official test script for mycobot 280 jetson nano, but got the following error during the Socket initialization:
ms=MyCobotSocket('192.168.125.226',9000) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/elephant/.local/lib/python3.6/site-packages/pymycobot/mycobotsocket.py", line 61, in __init__ self.sock = self.connect_socket() File "/home/elephant/.local/lib/python3.6/site-packages/pymycobot/mycobotsocket.py", line 70, in connect_socket sock.connect((self.SERVER_IP, self.SERVER_PORT)) OSError: [Errno 101] Network is unreachable
the IP and baud were hardcoded in the script (I didn't change anything)
The text was updated successfully, but these errors were encountered:
Hi! I try to launch official test script for mycobot 280 jetson nano, but got the following error during the Socket initialization:
ms=MyCobotSocket('192.168.125.226',9000) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/elephant/.local/lib/python3.6/site-packages/pymycobot/mycobotsocket.py", line 61, in __init__ self.sock = self.connect_socket() File "/home/elephant/.local/lib/python3.6/site-packages/pymycobot/mycobotsocket.py", line 70, in connect_socket sock.connect((self.SERVER_IP, self.SERVER_PORT)) OSError: [Errno 101] Network is unreachable
the IP and baud were hardcoded in the script (I didn't change anything)
The text was updated successfully, but these errors were encountered: