-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
Error: Cannot read/write to storage file for Home Assistant nodes #1684
Comments
My workaround: Edit file Change function defined on line 36
The error it produces by the way is:
|
Thank you very much, author. Your method is useful. Before this, my “node-red-contrib-home-assistant-websocket” kept prompting packet conflicts and could not be successfully loaded into node red @Slyke |
Describe the bug
This looks to be similar to #678.
Being mounted from NFS share on a K8s cluster. I'm using
v0.74.2
. I upgraded from some ancient version from like 2022.I have an initContainer that runs on startup:
But also get this error. Here's file info:
The
node-red-contrib-home-assistant-websocket.json
file has an empty JSON object in it:{}
. Deleting this file, and restarting NodeRed does not recreate it.Logs:
Setting
chmod 777
in the initContainer does not fix it.To Reproduce
No response
Expected behavior
Should not error
Screenshots
No response
Example Flow
No response
Environment Information
Node-RED version: v4.0.5
Node.js version: v22.9.0
Linux 5.15.0-124-generic x64 LE
Additional context
No response
The text was updated successfully, but these errors were encountered: