Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 10038 'An operation was attempted on something that is not a socket' #18

Open
ambikaverma opened this issue Oct 3, 2017 · 1 comment

Comments

@ambikaverma
Copy link

I try to run the following commands -

import libardrone
drone = libardrone.ARDrone()

environment - using jupyter notebook to run the demo code. Using python 2.7 version.
Line on with error is reported is -
File "ardrone\arnetwork.py", line 99, in run
inputready, outputready, exceptready = select.select([self.drone.video_pipe, self.drone.nav_pipe], [], [], 1)
error: (10038, 'An operation was attempted on something that is not a socket')

@johnpaul2s
Copy link

have same issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants