We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I'm trying to read a channel status but nodered crashes when receive channel status.
Above the error:
18 Aug 08:55:10 - [info] Started flows 18 Aug 08:55:10 - [info] [hdl-network:gatewifi] Successfully connected to the HDL network @ 192.168.1.6:6000 <Buffer 01 00> <Buffer 02 00 00> <Buffer 01 00> <Buffer 02 00 00> <Buffer 01 00> <Buffer 02 00 00> <Buffer 02 00 00> 18 Aug 08:55:29 - [red] Uncaught Exception: 18 Aug 08:55:29 - TypeError: Cannot set property '1' of undefined at Object.processData (C:\Users\Rafael\node_modules\hdl-automation-nodered\HDL\functions\singleChannelControl.js:29:39) at processReceiveBuffer (C:\Users\Rafael\node_modules\hdl-automation-nodered\nodes\network.js:491:71) at Timeout._onTimeout (C:\Users\Rafael\node_modules\hdl-automation-nodered\nodes\network.js:113:55) at listOnTimeout (node:internal/timers:557:17) at processTimers (node:internal/timers:500:7)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I'm trying to read a channel status but nodered crashes when receive channel status.
Above the error:
18 Aug 08:55:10 - [info] Started flows
18 Aug 08:55:10 - [info] [hdl-network:gatewifi] Successfully connected to the HDL network @ 192.168.1.6:6000
<Buffer 01 00>
<Buffer 02 00 00>
<Buffer 01 00>
<Buffer 02 00 00>
<Buffer 01 00>
<Buffer 02 00 00>
<Buffer 02 00 00>
18 Aug 08:55:29 - [red] Uncaught Exception:
18 Aug 08:55:29 - TypeError: Cannot set property '1' of undefined
at Object.processData (C:\Users\Rafael\node_modules\hdl-automation-nodered\HDL\functions\singleChannelControl.js:29:39)
at processReceiveBuffer (C:\Users\Rafael\node_modules\hdl-automation-nodered\nodes\network.js:491:71)
at Timeout._onTimeout (C:\Users\Rafael\node_modules\hdl-automation-nodered\nodes\network.js:113:55)
at listOnTimeout (node:internal/timers:557:17)
at processTimers (node:internal/timers:500:7)
The text was updated successfully, but these errors were encountered: