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
I am trying to reconnect to the drone without leaving the script but I get this error File "TelloControl.py", line 76, in __init__ self.drone = tellopy.Tello() File "/home/..../lib/python3.7/site-packages/tellopy/_internal/tello.py", line 101, in __init__ self.sock.bind(('', self.port)) OSError: [Errno 98] Address already in use
any suggestions on how to deal with this?
The text was updated successfully, but these errors were encountered:
I am trying to reconnect to the drone without leaving the script but I get this error
File "TelloControl.py", line 76, in __init__ self.drone = tellopy.Tello() File "/home/..../lib/python3.7/site-packages/tellopy/_internal/tello.py", line 101, in __init__ self.sock.bind(('', self.port)) OSError: [Errno 98] Address already in use
any suggestions on how to deal with this?
The text was updated successfully, but these errors were encountered: