rust-streamdeck
rust-streamdeck copied to clipboard
[ERROR] Error connecting to streamdeck: Hid(HidApiError { message: "No HID devices with requested VID/PID found in the system." })
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.