-
-
Notifications
You must be signed in to change notification settings - Fork 99
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 Fail to start ConfigError #1102
Comments
You can boot NR in safe mode and then fix the |
I was able to boot into safemode. |
If you change the log level to |
Just tried the following: I noticed the imported nodes were using a different server configuration node from the default that was created with the fresh NR install. Restarted Add On with no flows, worked correctly. |
I tried changing the for values to global variables since maybe the flow variables weren't being defined before evaluating the node. Resulted in the ConfigError For message. Unchecking Output on Connect seems to have solved the issue. |
Fixes: #1102 fix(poll-state): Handle errors through for initial connection fix(trigger-state): Handle errors through for initial connection
Describe the bug
Node Red Add on fails to start.
To Reproduce
No response
Expected behavior
Node Red Add on starts
Screenshots
`s6-rc: info: service base-addon-banner: starting
Add-on: Node-RED
Flow-based programming for the Internet of Things
Add-on version: 14.6.1
You are running the latest version of this add-on.
System: Home Assistant OS 10.5 (amd64 / generic-x86-64)
Home Assistant Core: 2023.10.1
Home Assistant Supervisor: 2023.10.0
Please, share the above information when looking for help
or support in, e.g., GitHub, forums or the Discord chat.
s6-rc: info: service base-addon-banner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service base-addon-log-level: starting
s6-rc: info: service fix-attrs successfully started
s6-rc: info: service base-addon-log-level successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service init-nginx: starting
s6-rc: info: service init-customizations: starting
s6-rc: info: service init-customizations successfully started
s6-rc: info: service init-nodered: starting
s6-rc: info: service init-nginx successfully started
up to date, audited 61 packages in 1s
11 packages are looking for funding
run
npm fund
for details4 moderate severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
Run
npm audit
for details.s6-rc: info: service init-nodered successfully started
s6-rc: info: service nodered: starting
s6-rc: info: service nodered successfully started
s6-rc: info: service nginx: starting
s6-rc: info: service nginx successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
[08:05:54] INFO: Starting Node-RED...
Example Flow
No response
This package's version (not the Home Assistant add-on version)
0.57.1
Is Node-RED running in Docker?
Home Assistant add-on
Node-RED version
3.1.0
Node.js version
18.17.1
Additional context
This originally started happening after upgrading to Home Assistant 2023.10.1
Steps I have tried:
I restored a backup from 9/25 which was able to start up.
I uninstalled the Node Red Companion HACS integration and it continued to run correctly.
Updated nodes & everything in the pallet, including "node-red-contrib-home-assistant-websocket" to 0.57.1.
Reboot, Add On worked fine.
I then started adding code to my flows and the Add On crashed with the same original ConfigError.
Tried running "ha supervisor repair" command in the terminal, then rebooted host. Add On still fails to start with the ConfigError.
The text was updated successfully, but these errors were encountered: