V3.70 beta - node libraries with palette import such as boolean-logic-ultimate

I am in the process of doing a full clean update to v3.70~78 large. Flows have been refactored and save, Node-RED has been reset and disabled, VenusOS updated from v3.70~60 to v3.70~78 and finally Node-RED re-enabled.

As a first observation, before reloading flows, I find the following error message in the debug window, please advice what this means: (UPDATE, this seem to happen after importing additional node libraries with palette import such as boolean-logic-ultimate, but before importing actual flows)

msg : error
error
name: “Error”
message: “Property ‘telemetryEnabled’ is read-only”
stack: string
Error: Property ‘telemetryEnabled’ is read-only
at Object.set (/usr/lib/node_modules/node-red/node_modules/@node-red/runtime/lib/settings.js:83:19)
at Object.disable (/usr/lib/node_modules/node-red/node_modules/@node-red/runtime/lib/telemetry/index.js:196:30)
at Object.updateUserSettings (/usr/lib/node_modules/node-red/node_modules/@node-red/runtime/lib/api/settings.js:228:39)
at updateUserSettings (/usr/lib/node_modules/node-red/node_modules/@node-red/editor-api/lib/editor/settings.js:38:29)
at Layer.handle [as handle_request] (/usr/lib/node_modules/node-red/node_modules/express/lib/router/layer.js:95:5)
at next (/usr/lib/node_modules/node-red/node_modules/express/lib/router/route.js:149:13)
at /usr/lib/node_modules/node-red/node_modules/@node-red/editor-api/lib/auth/index.js:69:28
at complete (/usr/lib/node_modules/node-red/node_modules/passport/lib/middleware/authenticate.js:280:13)
at /usr/lib/node_modules/node-red/node_modules/passport/lib/middleware/authenticate.js:287:15
at pass (/usr/lib/node_modules/node-red/node_modules/passport/lib/authenticator.js:446:14)

Hi

May I ask you how you got this debug windows?

Thank you

Node-RED has a debug window on the right side of the screen where it will show debug message objects. It’s a copy paste from within that object.

PS, I found out Node-RED added telemetry since v4.1 that can supposedly be opted out of on a fresh install, which I skipped. Apparently the VenusOS large Node-RED implementation made some variables read only, leading to this error. There seem to be no further (negative) impact ignoring these errors. I do wonder whether telemetry is now on by default though.

OK, that’s clear thank you. I thought you get a dynamic live log from venusos.

Thank you