I'm seeing this when I start NR on a remote machine.
GIVEN:
I have now removed the world map
node.
9 Jun 08:27:27 - [info] Stopping flows
9 Jun 08:27:27 - [info] Stopped flows
9 Jun 08:27:27 - [info] Updated flows
9 Jun 08:27:33 - [info] Starting flows
9 Jun 08:27:41 - [warn] Unknown context store 'memory' specified. Using default store.
TypeError: Cannot read properties of undefined (reading 'id')
at /usr/lib/node_modules/node-red/node_modules/@node-red/runtime/lib/flows/Subflow.js:209:140
at Array.map (<anonymous>)
at /usr/lib/node_modules/node-red/node_modules/@node-red/runtime/lib/flows/Subflow.js:209:95
at Array.map (<anonymous>)
at Subflow.start (/usr/lib/node_modules/node-red/node_modules/@node-red/runtime/lib/flows/Subflow.js:209:62)
at Flow.start (/usr/lib/node_modules/node-red/node_modules/@node-red/runtime/lib/flows/Flow.js:224:41)
at start (/usr/lib/node_modules/node-red/node_modules/@node-red/runtime/lib/flows/index.js:394:33)
9 Jun 08:27:48 - [info] [worldmap:f83930ff.b21488] started at /worldmap
9 Jun 08:27:48 - [info] Started flows
9 Jun 08:27:53 - [error] [function:new delayed message send *] SyntaxError: Unexpected token '**' (body:line 12)
(node:17981) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
(Use `node --trace-warnings ...` to show where the warning was created)
9 Jun 08:27:56 - [warn] [function:e5b70640.b5deb8] Name of the flow UPLINK monitor
9 Jun 08:27:56 - [warn] [function:e5b70640.b5deb8] Control signal received GO
9 Jun 08:27:56 - [warn] [function:adb6a8f1.5b1cf] Name of the flow History
9 Jun 08:27:56 - [warn] [function:adb6a8f1.5b1cf] Control signal received GO
9 Jun 08:27:56 - [warn] [function:6b5fb94d.48cbb] Name of the flow Machine_Health
9 Jun 08:27:56 - [warn] [function:6b5fb94d.48cbb] Control signal received GO
9 Jun 08:27:56 - [warn] [function:6d2db6bf.02be08] Name of the flow FTP
9 Jun 08:27:56 - [warn] [function:6d2db6bf.02be08] Control signal received GO
9 Jun 08:27:56 - [warn] [function:f76baf91.b55c7] Name of the flow Logging
9 Jun 08:27:56 - [warn] [function:f76baf91.b55c7] Control signal received GO
9 Jun 08:27:56 - [warn] [function:e20ff8a8.b2f2b] Name of the flow Events
9 Jun 08:27:56 - [warn] [function:e20ff8a8.b2f2b] Control signal received GO
9 Jun 08:27:56 - [warn] [function:6a013979.4c1ba] Name of the flow HDMI_CTL
9 Jun 08:27:56 - [warn] [function:6a013979.4c1ba] Control signal received GO
9 Jun 08:27:56 - [warn] [function:42ab6527.a31694] Name of the flow Schedule
9 Jun 08:27:56 - [warn] [function:42ab6527.a31694] Control signal received GO
9 Jun 08:27:56 - [warn] [function:7499c4.f53c6e3c] Name of the flow RealWorldControl
9 Jun 08:27:56 - [warn] [function:7499c4.f53c6e3c] Control signal received GO
9 Jun 08:27:56 - [warn] [function:0cd013885a2c0229] Name of the flow PlantWateringControl
9 Jun 08:27:56 - [warn] [function:0cd013885a2c0229] Control signal received GO
9 Jun 08:27:56 - [warn] [function:799b83aef439fca5] Name of the flow Tweaks
9 Jun 08:27:56 - [warn] [function:799b83aef439fca5] Control signal received GO
9 Jun 08:27:56 - [warn] [function:317a055b.f7513a] Name of the flow Door CTL
9 Jun 08:27:56 - [warn] [function:317a055b.f7513a] Control signal received GO
9 Jun 08:27:56 - [warn] [function:1e9bd9fd.fd2ea6] Name of the flow Weather
9 Jun 08:27:56 - [warn] [function:1e9bd9fd.fd2ea6] Control signal received GO
9 Jun 08:27:56 - [warn] [function:Eror notifier] Name of the flow WorldMap
9 Jun 08:27:56 - [warn] [function:Eror notifier] Control signal received GO
9 Jun 08:27:56 - [info] [mqtt-broker:TIMEPI MQTT] Connected to broker: mqtt://192.168.17.39:1883
9 Jun 08:27:57 - [red] Uncaught Exception:
9 Jun 08:27:57 - [error] TypeError: sendEvent.destination.node.receive is not a function
at Immediate.<anonymous> (/usr/lib/node_modules/node-red/node_modules/@node-red/runtime/lib/flows/Flow.js:831:52)
at processImmediate (node:internal/timers:466:21)
What gets me is the [warn] Unknown context store 'memory' specified. Using default store. TypeError: Cannot read properties of undefined (reading 'id')
bit.
Not sure it is THAT urgent, as it is a WARN. But....
But the last bit is worrying.
How can I find out what's happening.
Ok, I haven't looked at the logs yet.
But this is what I know at this time.
More specs coming as soon as I can get it running again.