Unable to import flow - Cannot read properties of undefined (reading 'out')

I'm attempting to import flows from this github to look at: Home-Assistant-Config/node-red at master · maxi1134/Home-Assistant-Config · GitHub

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?

Welcome to the forum @dudenell

Can you give a specific example of a flow you are trying to import please?

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.

Have you checked the browsers JavaScript console for any error messages? A more complete stack trace from there would be helpful to see.

I am getting

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

Same message as Colin:

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)

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.