bobrown101/linux-corsair-lighting-node-core-control

Getting error on controller.ts

Opened this issue · 0 comments

Getting error at:
rawDevice.deviceDescriptor.iManufacturer, (error1, manufacturerBuffer) => { if (error1) { reject(error1); } const manufacturer = manufacturerBuffer .toString() .toLowerCase() .trim();

TypeError: Cannot read property 'toString' of undefined
at /home/projetos/corsair/linux-corsair-lighting-node-core-control/controller.ts:33:14

Could you help me? thanks