jnweiger / led-name-badge-ls32

Upload tool for an led name tag with USB-HID interface
GNU General Public License v2.0
223 stars 81 forks source link

Error when writing to device #46

Closed sarduri closed 7 months ago

sarduri commented 7 months ago

I get this message on Ubuntu 22.04

using [wch.cn CH546] bus=3 dev=16 Type: 11x44 Traceback (most recent call last): File "/usr/lib/python3/dist-packages/usb/core.py", line 236, in get_interface_and_endpoint return self._ep_info[endpoint_address] KeyError: 1

led-name-badge-ls32/led-badge-11x44.py", line 570, in dev.write(1, buf[i 64:i 64 + 64])

I'm not into Python. Sorry for not beeing able to resolve that.

sarduri commented 7 months ago

Sorry I've found Issue #36 https://github.com/jnweiger/led-name-badge-ls32/issues/36 witch seems to thread the same Problem. Please ignore this. Thank You.