-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
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
_j.split is not a function #84
Comments
@crxporter Something I can assist to solve this? |
What is your nodered version and node version? |
Hi,
Nodered version: 4.0.3
Node version: 1.1.0
I did some additional testing.
Screenshot 1: I was using one protect node per camera and select the different event per camera.
Screenshot 2: I've changed this to 1 protect node for all camera's and handle the events in some logic after the protect node. In this last setup, the error is not there (with the same set of camera's).
Screenshot 1:
[cid:7896eaaa-d999-4c39-9d21-fc8a39327ee4]
Screenshot 2:
[cid:220f2055-61d3-453c-a981-60a67d0976f5]
…________________________________
From: crxporter ***@***.***>
Sent: Saturday, October 19, 2024 0:07
To: NRCHKB/node-red-contrib-unifi-os ***@***.***>
Cc: Stijn Vandenbroucke ***@***.***>; Author ***@***.***>
Subject: Re: [NRCHKB/node-red-contrib-unifi-os] _j.split is not a function (Issue #84)
What is your nodered version and node version?
—
Reply to this email directly, view it on GitHub<#84 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFSISQJZPZB6MKF7FOT6JY3Z4GBA5AVCNFSM6AAAAABOVLYGLKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRTGMYDKMZXGE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I was looking for nodejs version, too. Interesting that it works as expected with just one node. Let's get @marcus-j-davies attention if he's got a moment to look |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I have a fatal error aftere update
23 Sep 08:33:06 - [red] Uncaught Exception:
23 Sep 08:33:06 - [error] TypeError: _j.split is not a function
at init. (/home/grafana/.node-red/node_modules/node-red-contrib-unifi-os/build/nodes/Protect.js:233:105)
at Generator.next ()
at /home/grafana/.node-red/node_modules/node-red-contrib-unifi-os/build/nodes/Protect.js:31:71
at new Promise ()
at __awaiter (/home/grafana/.node-red/node_modules/node-red-contrib-unifi-os/build/nodes/Protect.js:27:12)
at Object.handleUpdate (/home/grafana/.node-red/node_modules/node-red-contrib-unifi-os/build/nodes/Protect.js:139:40)
at /home/grafana/.node-red/node_modules/node-red-contrib-unifi-os/build/SharedProtectWebSocket.js:175:22
at Array.forEach ()
at SharedProtectWebSocket.processData (/home/grafana/.node-red/node_modules/node-red-contrib-unifi-os/build/SharedProtectWebSocket.js:173:37)
at WebSocket.emit (node:events:517:28)
at WebSocket.emit (node:domain:489:12)
at Receiver.receiverOnMessage (/home/grafana/.node-red/node_modules/node-red-contrib-unifi-os/node_modules/ws/lib/websocket.js:1220:20)
at Receiver.emit (node:events:517:28)
at Receiver.emit (node:domain:489:12)
at Receiver.dataMessage (/home/grafana/.node-red/node_modules/node-red-contrib-unifi-os/node_modules/ws/lib/receiver.js:569:14)
at Receiver.getData (/home/grafana/.node-red/node_modules/node-red-contrib-unifi-os/node_modules/ws/lib/receiver.js:496:10)
at Receiver.startLoop (/home/grafana/.node-red/node_modules/node-red-contrib-unifi-os/node_modules/ws/lib/receiver.js:167:16)
at Receiver._write (/home/grafana/.node-red/node_modules/node-red-contrib-unifi-os/node_modules/ws/lib/receiver.js:94:10)
at writeOrBuffer (node:internal/streams/writable:392:12)
at _write (node:internal/streams/writable:333:10)
at Receiver.Writable.write (node:internal/streams/writable:337:10)
at TLSSocket.socketOnData (/home/grafana/.node-red/node_modules/node-red-contrib-unifi-os/node_modules/ws/lib/websocket.js:1355:35)
The text was updated successfully, but these errors were encountered: