Replies: 3 comments 1 reply
-
|
Post your diagnostics information https://zachowj.github.io/node-red-contrib-home-assistant-websocket/guide/diagnostics.html |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Just a quick update – the issue is still present. Had 3 crashes again today, same pattern every time. Is there anything else I can provide to help track this down? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
You can try adding this to your Node-RED process.on('unhandledRejection', (reason, p) => {
console.log('Unhandled Rejection:', p, 'reason:', reason);
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Every time I restart Home Assistant, Node-RED gets terminated due to an exception. This must be related to node-red-contrib-home-assistant-websocket.
Has anyone experienced this or has any idea what might be causing it? Any help would be appreciated.
Sincerely
Marc
Beta Was this translation helpful? Give feedback.
All reactions