Every time I attempt to import a flow, I'm getting the following undescriptive error message: "Error: TypeError: Cannot read properties of undefined (reading 'out')"
Is there somewhere specific I should look for better debugging?
That is interesting, you are quite right. I see that error too when I import (apparently) any of the flows there. I am not using Home Assistant.
Do you have Home Assistant installed along with the HA node-red plugin? If you do then I suggest you ask on an HA forum (few here use HA), or submit an issue on the github repo. If you don't use HA then those flows are not relevant anyway.
TypeError: Cannot read properties of undefined (reading 'out')
at Object.R [as import] (red.min.js?v=3.0.2:16:74435)
at Object.Ut [as importNodes] (red.min.js?v=3.0.2:18:259898)
at E (red.min.js?v=3.0.2:18:552122)
at HTMLDivElement.click (red.min.js?v=3.0.2:18:533786)
at HTMLButtonElement.<anonymous> (vendor.js?v=3.0.2:15:4603)
at HTMLButtonElement.dispatch (vendor.js?v=3.0.2:2:43090)
at v.handle (vendor.js?v=3.0.2:2:41074)
Yes, brand new home assistant install and using the default node red plugin. I can try and submit over there too, I wasn't sure if this was specific to Node Red though?
Edit: Was looking at his kitchen.json file specifically
TypeError: Cannot read properties of undefined (reading 'out')
at Object.R [as import] (red.min.js?v=3.0.2:16:74435)
at Object.Ut [as importNodes] (red.min.js?v=3.0.2:18:259898)
at E (red.min.js?v=3.0.2:18:552122)
at HTMLDivElement.click (red.min.js?v=3.0.2:18:533786)
at HTMLButtonElement.<anonymous> (vendor.js?v=3.0.2:15:4603)
at HTMLButtonElement.dispatch (vendor.js?v=3.0.2:2:43090)
at v.handle (vendor.js?v=3.0.2:2:41074)