rdepena / node-dualshock-controller

Eventing API layer over HID for the Sony DualShock 3 and DualShock 4 controllers
208 stars 46 forks source link

Error: device with VID:1356 PID:616 not found #66

Closed tobiasmuecksch closed 7 years ago

tobiasmuecksch commented 7 years ago

Hey there,

I've copied the example from the readme and removed this line:config : "dualShock3",.

Afterwards I connected my PS 4 controller with my mac and stared the script.

It then returns this error:

Error: device with VID:1356 PID:616 not found

What does this error mean? How can I debug it?

My Node version: 7.9.0

tobiasmuecksch commented 7 years ago

Sorry for this false issue. After uncommenting this line it started working perfectly:

config: "dualshock4-generic-driver",