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 : Resource busy #1

Open
vinaybysani opened this issue Jul 3, 2017 · 0 comments
Open

Error : Resource busy #1

vinaybysani opened this issue Jul 3, 2017 · 0 comments

Comments

@vinaybysani
Copy link

Got the following error.
Any Idea?

python server.py
ERROR:cflib.crazyflie:Couldn't load link driver: [Errno 16] Resource busy

Traceback (most recent call last):
File "/home/arcl/git/crazyflie-lib-python/cflib/crazyflie/init.py", line 218, in open_link
link_uri, self._link_quality_cb, self._link_error_cb)
File "/home/arcl/git/crazyflie-lib-python/cflib/crtp/init.py", line 91, in get_link_driver
instance.connect(uri, link_quality_callback, link_error_callback)
File "/home/arcl/git/crazyflie-lib-python/cflib/crtp/radiodriver.py", line 188, in connect
address)
File "/home/arcl/git/crazyflie-lib-python/cflib/crtp/radiodriver.py", line 98, in init
_RadioManager._radios[self._devid] = _SharedRadio(self._devid)
File "/home/arcl/git/crazyflie-lib-python/cflib/crtp/radiodriver.py", line 67, in init
self.radio = Crazyradio(devid=devid)
File "/home/arcl/git/crazyflie-lib-python/cflib/drivers/crazyradio.py", line 126, in init
self.dev.set_configuration(1)
File "/home/arcl/.local/lib/python2.7/site-packages/usb/core.py", line 869, in set_configuration
self._ctx.managed_set_configuration(self, configuration)
File "/home/arcl/.local/lib/python2.7/site-packages/usb/core.py", line 102, in wrapper
return f(self, *args, **kwargs)
File "/home/arcl/.local/lib/python2.7/site-packages/usb/core.py", line 148, in managed_set_configuration
self.backend.set_configuration(self.handle, cfg.bConfigurationValue)
File "/home/arcl/.local/lib/python2.7/site-packages/usb/backend/libusb1.py", line 794, in set_configuration
_check(self.lib.libusb_set_configuration(dev_handle.handle, config_value))
File "/home/arcl/.local/lib/python2.7/site-packages/usb/backend/libusb1.py", line 595, in _check
raise USBError(_strerror(ret), ret, _libusb_errno[ret])
USBError: [Errno 16] Resource busy

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

1 participant