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
I keep getting the following error during program execution while doing nothing but subscribing to and reading values every few seconds:
events.js:141
throw er; // Unhandled 'error' event
^
Error: Cannot write to HID device
at Error (native)
at sendPacket (/home/ianh/node_modules/green-bean/node_modules/gea-adapter-usb/index.js:52:17)
at Adapter.send (/home/ianh/node_modules/green-bean/node_modules/gea-adapter-usb/index.js:150:9)
at Adapter.bus.send (/home/ianh/node_modules/green-bean/node_modules/gea-sdk/src/command.js:46:9)
at null._repeat (/home/ianh/node_modules/green-bean/node_modules/gea-sdk/src/appliance.js:464:13)
at wrapper [as _onTimeout] (timers.js:275:11)
at Timer.listOnTimeout (timers.js:92:15)
It's intermittent, I can't tell what's triggering it (if anything).
This is with a GE GDF570SGFWW.
The text was updated successfully, but these errors were encountered:
Run that for a few seconds and you get the stack above.
node.js seems to just hang after the error is shown. Timers don't keep going, but it also doesn't return to the command line. Not sure what's up with that.
I keep getting the following error during program execution while doing nothing but subscribing to and reading values every few seconds:
It's intermittent, I can't tell what's triggering it (if anything).
This is with a GE GDF570SGFWW.
The text was updated successfully, but these errors were encountered: