You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to run the PowerMate extension it throws an error immediately:
bash-4.3# node .
/root/.RoonExtensions/roon-extension-powermate/node_modules/bindings/bindings.js:91
throw e
^
Error: cannot initialize hidapi (hid_init failed)
at Object.Module._extensions..node (module.js:681:18)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Module.require (module.js:596:17)
at require (internal/module.js:11:18)
at bindings (/root/.RoonExtensions/roon-extension-powermate/node_modules/bindings/bindings.js:84:48)
at Object.<anonymous> (/root/.RoonExtensions/roon-extension-powermate/node_modules/node-hid/nodehid.js:5:34)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
I found another report of this issue, where the suggestion is made to update to a newer version of node-hid. I saw that the repository you forked node-powermate from already has this update. By switching to this node-powermate repository the extensions is running again, but I cannot verify if it works (don't own a powermate).
Maybe you can check if an update of node-hid would be a sensible update.
The text was updated successfully, but these errors were encountered:
Hi @dannydulai,
When I try to run the PowerMate extension it throws an error immediately:
I found another report of this issue, where the suggestion is made to update to a newer version of node-hid. I saw that the repository you forked node-powermate from already has this update. By switching to this node-powermate repository the extensions is running again, but I cannot verify if it works (don't own a powermate).
Maybe you can check if an update of node-hid would be a sensible update.
The text was updated successfully, but these errors were encountered: