-
Notifications
You must be signed in to change notification settings - Fork 380
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 reading from socket: socket connection broken #992
Comments
Should mostly be solved by #987 Its not an actual issue |
Actually it is an issue and causing Home Assistant to crash - see here home-assistant/core#135428 Perhaps it should be logged as a warning instead of an error (given there is a reconnect implemented) and have multiple attempts to reconnect? I am not sure if this is pychromecast code or home assistant code, but waiting 5 seconds (and only once try to reconnect) is a bit limited if you for example are updating your network points with firmware that needs to reboot etc. |
That issue does not indicate any crash |
Correct, but my docker container stops working and home assistant is not reachable after this error pops up in the logs. There are some improvements to be made when the socket gets closed (exponential retry, not log it as error but as warning), that is all i'm saying. |
Getting these errors on HA. This could be firewall related but I can't find anything that says that port 32065 is needed or what it's for. Any clues?
The text was updated successfully, but these errors were encountered: