philenotfound / usbmailnotifier

Automatically exported from code.google.com/p/usbmailnotifier
0 stars 0 forks source link

error submitting URB #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. sudo ./setcolor.py 5

 What do you see instead?

Traceback (most recent call last):
  File "./setcolor.py", line 60, in <module>
    main(sys.argv)
  File "./setcolor.py", line 57, in main
    m.setColor(int(argv[1]))
  File "./setcolor.py", line 18, in setColor
    self.dev.handle.interruptWrite(0x02, self.makeData(color), 1000)
usb.USBError: error submitting URB: No such file or directory

What version of the product are you using? On what operating system?

Ubuntu 11.04

Original issue reported on code.google.com by gorstak....@gmail.com on 19 Dec 2011 at 3:57