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
Hello,I'm trying to run a ardrone in raspbery pi, but he cannot run application. Writes the error.
Process ARDroneNetworkProcess-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/home/zilvis/drone/arnetwork.py", line 56, in run
nav_socket.bind(('', libardrone.ARDRONE_NAVDATA_PORT))
File "/usr/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 98] Address already in use
Maybe that will help me?
The text was updated successfully, but these errors were encountered:
Hello,I'm trying to run a ardrone in raspbery pi, but he cannot run application. Writes the error.
Process ARDroneNetworkProcess-1:
Traceback (most recent call last):
File "/usr/lib/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/home/zilvis/drone/arnetwork.py", line 56, in run
nav_socket.bind(('', libardrone.ARDRONE_NAVDATA_PORT))
File "/usr/lib/python2.7/socket.py", line 224, in meth
return getattr(self._sock,name)(*args)
error: [Errno 98] Address already in use
Maybe that will help me?
The text was updated successfully, but these errors were encountered: