Getting error on controller.ts
Opened this issue · 0 comments
gilvbp commented
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