I've just discover my node-red keeps rebooting it self.
Obviously it's to do with the LG node but how do I deactivate / delete it the node without the gui ?
- /usr/lib/node_modules/node-red/red.js
13 Jan 13:25:02 - [warn] ------------------------------------------------------
13 Jan 13:25:02 - [info] Settings file : /home/pi/.node-red/settings.js
13 Jan 13:25:02 - [info] Context store : 'default' [module=memory]
13 Jan 13:25:02 - [info] User directory : /home/pi/.node-red
13 Jan 13:25:02 - [warn] Projects disabled : editorTheme.projects.enabled=false
13 Jan 13:25:02 - [info] Flows file : /home/pi/.node-red/flows_raspberrypi.json
13 Jan 13:25:02 - [info] Server now running at http://127.0.0.1:1880/
13 Jan 13:25:02 - [warn]
---------------------------------------------------------------------
Your flow credentials file is encrypted using a system-generated key.
If the system-generated key is lost for any reason, your credentials
file will not be recoverable, you will have to delete it and re-enter
your credentials.
You should set your own key using the 'credentialSecret' option in
your settings file. Node-RED will then re-encrypt your credentials
file using your chosen key the next time you deploy a change.
---------------------------------------------------------------------
13 Jan 13:25:03 - [info] Starting flows
13 Jan 13:25:05 - [info] [worldmap:map] started at /worldmap
13 Jan 13:25:07 - [info] Started flows
13 Jan 13:25:07 - [info] [tcp in:39f278c1.9ff568] listening on port 14000
13 Jan 13:25:07 - [info] [tasmota-mqtt-broker:bb555da3.ca6c9] Connected to broker: mqtt://192.168.2.40:1883
13 Jan 13:25:07 - [info] [mqtt-broker:513d0305.98efac] Connected to broker: mqtt://192.168.2.40:1883
13 Jan 13:25:07 - [info] [mqtt-broker:3964efb9.3bd32] Connected to broker: mqtt://192.168.2.60:1883
13 Jan 13:25:08 - [info] [mqtt-broker:CloudMQTT] Connected to broker: mqtts://XXXXXXXXXXXXXXX
13 Jan 13:25:08 - [red] Uncaught Exception:
13 Jan 13:25:08 - TypeError: Cannot read property 'indexOf' of undefined
at Object.a75ec79c.48ddb8 (/home/pi/.node-red/node_modules/node-red-contrib-lgtv/nodes/lgtv-volume.js:19:59)
at /home/pi/.node-red/node_modules/node-red-contrib-lgtv/nodes/lgtv-config.js:72:43
at Array.forEach (<anonymous>)
at LgtvConfigNode.subscriptionHandler (/home/pi/.node-red/node_modules/node-red-contrib-lgtv/nodes/lgtv-config.js:71:49)
at Object.7557339c0002 (/home/pi/.node-red/node_modules/node-red-contrib-lgtv/nodes/lgtv-config.js:38:26)
at WebSocketConnection.<anonymous> (/home/pi/.node-red/node_modules/lgtv2/index.js:149:48)
at WebSocketConnection.emit (events.js:314:20)
at WebSocketConnection.processFrame (/home/pi/.node-red/node_modules/websocket/lib/WebSocketConnection.js:554:26)
at /home/pi/.node-red/node_modules/websocket/lib/WebSocketConnection.js:323:40
at processTicksAndRejections (internal/process/task_queues.js:79:11)
at runNextTicks (internal/process/task_queues.js:66:3)
at processImmediate (internal/timers.js:434:9)
nodered.service: Main process exited, code=exited, status=1/FAILURE
nodered.service: Failed with result 'exit-code'.