-
Notifications
You must be signed in to change notification settings - Fork 24
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
"connection closed" - Miniserver connection error: Socket Error: read ECONNRESET (1006) #74
Comments
Hello - does anybody have any ideas as to why the connection keeps closing? To add to above, I have updated Note-Red to v2.2.2. The issue remains. This had all been working great for months. But, for some reason, the connection keeps dropping. It connects, works ok, then connection closes / drops. Any ideas how to troubleshoot / fix? |
I think this issue describes the same problem as in #73 |
Got the same error. Node red is constantly rebooting
|
I'm not able to reproduce it right now, can somebody please add the following line After that restart node-red and copy & paste the log to this issue. |
Hey I checked this, it is "null". |
@3HMonkey Thank you, is it always |
@3HMonkey
|
I do not think so since the credentials are stored inside the connection. Also with the wrong credentials it is impossible to parse the structure of the miniserver. Maybe the method changed due to an update of loxone? |
You're right, so we have to figure out why the miniserver returns this message. Which method to you mean ? |
Hello - has anybody noticed that the MiniServer connection keeps dropping in / out?
I seem to be getting connection issues every few minutes. The error message shown under each node is "connection closed".
I also get the following error in the debug console:
"Miniserver connection error: Socket Error: read ECONNRESET (1006)"
This code has been so stable for as long as I can remember. But, it seems to be having issues at the moment. I'm on the latest version of node-red-contrib-loxone (v10.12), v2.05 of Node Red and the latest MiniServer version (v13.06.29).
Any thoughts on how to isolate / fix the problem?
The text was updated successfully, but these errors were encountered: