-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Node Red crash on full deploy Cannot read properties of undefined (reading 'startsWith') #18
Comments
The same problem started after the Node-Red upgrade, earlier nothing like that. I don't remember what was a version of Node-RED I used prior to the upgrade but I think something like 2.0, installed a year ago I'm using Node-Red via Home Assistant. I'm using ActionFlows in a few places but only with the Set rule, nothing fancy - and before upgrade I had no issue with Stacktrace is almost the same as the one provided by @Zehir, in my case happens when I use full deploy or modified flows deploy
Home Assistant Community Add-on: Node-RED 10.2.2 |
I suspect that version 2.0.4 of the plugin is not compatible with 2.1.x Node-RED, my JS is at best basic but I've seen that code is failing here
New code (master; current state) is handling things a little bit differently, so I assume this is how things should be done for Node-RED 2.1.x I see that Maybe it was overlooked during the last update ... or maybe this plugin is still not ready for 2.1.x |
I don't see any pull requests to merge; at least not for this specific issue. I'll have to see about getting Node-RED 2.1.X up and running on a system to test. Which platform (win/mac/pi) are you on; just for reference? |
@Steveorevo I thought that maybe this 0558040 was supposed to be released as a version compatible with 2.1.x Platform, in my case, will be Pi3 |
Small tip for ppl in the same situation -
At least for now I can deploy without any issues |
Hello,
I using Node-Red inside Home assistant plugin and this plugin is installed by default but I don't use it.
When I hit the deploy button Node-Red crashes and restart. Same with all flows disabled.
I get this stack trace :
When I disable all 3 nodes of the plugin from the node palette NR don't crash anymore.
I using Node Red 2.1.4 and version 2.0.4 of the plugin
Thanks
The text was updated successfully, but these errors were encountered: