python-ardrone icon indicating copy to clipboard operation
python-ardrone copied to clipboard

socket error:error: (10038, '')

Open morningsky opened this issue 9 years ago • 2 comments

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 avatar May 13 '16 11:05 morningsky

@venthur @mehoskrd

morningsky avatar May 13 '16 11:05 morningsky

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

ambikaverma avatar Oct 03 '17 20:10 ambikaverma