When I run blinkstick --info I get the following message.
usb.core.USBError: [Errno 19] No such device (it may have been disconnected)
When I run dmesg I can see that my blinksticks are plugged in register in linux.
[1649192.184971] usb 3-1: new low-speed USB device number 6 using xhci_hcd
[1649192.316435] usb 3-1: New USB device found, idVendor=20a0, idProduct=41e5, bcdDevice= 2.01
[1649192.316446] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1649192.316453] usb 3-1: Product: BlinkStick
[1649192.316458] usb 3-1: Manufacturer: Agile Innovative Ltd
[1649192.316464] usb 3-1: SerialNumber: BS032693-3.0
My system
Ubuntu 18.04
Python3.6
BlinkStick==1.1.8
pyusb==1.0.0b1
I am at a bit of a loss. is there another way of testing the devices. I cannot get to them via the command line or python.