You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting the following error since upgrading to the latest version:
Failed to execute script '_main_' due to unhandled exception: The driver type 'USBPRINT' is not supported yet
Traceback (most recent call last):
File "nitrokeyapp\__main__.py", line 40, in <module>
File "nitrokeyapp\__main__.py", line 34, in main
File "nitrokeyapp\gui.py", line 42, in __init__
File "usbmonitor\usbmonitor.py", line 35, in __init__
File "usbmonitor\__platform_specific_detectors\_windows_usb_detector.py", line 30, in __init__
File "usbmonitor\__platform_specific_detectors\_usb_detector_base.py", line 43, in __init__
File "usbmonitor\__platform_specific_detectors\_windows_usb_detector.py", line 46, in get_available_devices
File "usbmonitor\__platform_specific_detectors\_windows_usb_detector.py", line 83, in __finetune_incompatible_attributes
File "usbmonitor\__platform_specific_detectors\_windows_usb_detector.py", line 123, in __get_driver_type_from_device_id
AssertionError: The driver type 'USBPRINT' is not supported yet, please create an issue in github
The text was updated successfully, but these errors were encountered:
nichu42
changed the title
Crash on start:
Crash on start: The driver type 'USBPRINT' is not supported yet
Oct 3, 2024
So for now it looks like the combination connected usb-printer + windows will lead to this issue 🙄
The "workaround" is to disconnect the printer, but obviously this is not really a nice solution - we'll try to get in contact with the usbmonitor maintainer to see how we can solve this.
How did you install nitrokey-app2 ?
Do you by any chance know how to modify the usbmonitor sources so we could extract some more details what happens?
Yes, I have two Dymo label printers connected via USB. I can start Nitrokey App if they are disconnected upon start of the app.
Installation was through downloaded MSI file.
Happy to send you more data. Just let me know what to do.
I'm getting the following error since upgrading to the latest version:
The text was updated successfully, but these errors were encountered: