rust-streamdeck icon indicating copy to clipboard operation
rust-streamdeck copied to clipboard

[ERROR] Error connecting to streamdeck: Hid(HidApiError { message: "No HID devices with requested VID/PID found in the system." })

Open hellishvictor opened this issue 11 months ago • 5 comments

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.

hellishvictor avatar Mar 23 '24 11:03 hellishvictor