venthur / python-ardrone

Python library for the AR.Drone
236 stars 166 forks source link

error 98: Address already in use #6

Open pythonstarter opened 8 years ago

pythonstarter commented 8 years ago

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?

gessha commented 8 years ago

I have the same problem.