-
-
Notifications
You must be signed in to change notification settings - Fork 88
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
The device has no langid error when icon used #25
Comments
i have the same error...
EDIT: here the dmesg log:
disconnect and reconnect the device will fix that issue for me on linux. EDIT2: i can performe one or two shots in a row, before it breaks again. then i have to disconnect/reconnect the device again, to be able to do a new programming shot |
Hello,
The "hello world" example is running ok : )
But I have an error when I want to use builtin icon : (
Windows 7 , Python 3.5.4 64 bits
D:\dev\sertronics\led-name-badge-ls32-master>python led-badge-11x44.py :ball:
Traceback (most recent call last):
File "led-badge-11x44.py", line 475, in
print("using [%s %s] bus=%d dev=%d" % (dev.manufacturer, dev.product, dev.bu
s, dev.address))
File "C:\Python35\lib\site-packages\usb\core.py", line 852, in manufacturer
self._manufacturer = util.get_string(self, self.iManufacturer)
File "C:\Python35\lib\site-packages\usb\util.py", line 314, in get_string
raise ValueError("The device has no langid")
ValueError: The device has no langid
The text was updated successfully, but these errors were encountered: