-
Notifications
You must be signed in to change notification settings - Fork 24
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
[ERROR] Error connecting to streamdeck: Hid(HidApiError { message: "No HID devices with requested VID/PID found in the system." }) #28
Comments
Hi |
Same with the SD XL (pid 006c) using the serial and vid, but no problem using the pid. |
Yes, with the XL this is expected behaviour. Pid is required parameter. Technically vid is required as well, but currently there is no reason to use anything but the default value. |
Ok, --serial and --vid are complementary of --pid (which is the main) for be used only when there's several devices connected. |
we could definitely make the default behaviour cleverer (list all devices, connect by index, or something)! |
Hi, I get the error on the title using one of the followings:
streamdeck-cli --serial CL1234567890 get-buttons
streamdeck-cli --vid 0fd9 get-buttons
However, it did connect using the "--pid" option:
streamdeck-cli --pid 0063 get-buttons
Connected to device (vid: 0fd9 pid: 0063 serial: CL1234567890)
Cheers.
The text was updated successfully, but these errors were encountered: