venthur / python-ardrone

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

socket error:error: (10038, '') #11

Open morningsky opened 8 years ago

morningsky commented 8 years ago

Can you help me? When I run the demo.py, it's seems can't connect the network.

Exception in thread Thread-3: Traceback (most recent call last): File "D:\Anaconda2\lib\threading.py", line 801, in __bootstrap_inner self.run() File "E:\Python\python-ardrone-master\arnetwork.py", line 105, in run inputready, outputready, exceptready = select.select([self.drone.video_pipe, self.drone.nav_pipe], [], [], 1) error: (10038, '')

morningsky commented 8 years ago

@venthur @mehoskrd

ambikaverma commented 7 years ago

I'm getting the same error. @morningsky did you find any fix?