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
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?