-
-
Notifications
You must be signed in to change notification settings - Fork 30
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
The network stack was reset. crashes Node-Red #582
Comments
The error comes from here: node-tradfri-client/src/tradfri-client.ts Lines 1222 to 1251 in 9bf1929
It could be that the node doesn't have an event handler for the If this happens every few hours, this seems like there's something weird going on. Are you often using the app in parallel to this library, which could force a reconnection? |
I don't use the app often, but my SO might. OTOH, this seems to happen when automations adjust many lights in a short time. So should I take this issue to node-red-contrib-ikea-home-smart instead? |
Yeah, I guess that needs to be handled there. In this specific case, node-tradfri-client can't do much else than tell the application what happened. |
My Node-Red crashes in its entirety every few hours. I'm on Windows 10, Node-Red 2.2.0, node-red-contrib-ikea-home-smart 0.3.3. The last console output entry looks like this:
Should I catch it with an exception node? I'm puzzled that it brings Node-Red down completely, did't know that a single node had the power to do that.
The text was updated successfully, but these errors were encountered: