-
-
Notifications
You must be signed in to change notification settings - Fork 31.3k
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
Fatal read error on socket transport #10468
Comments
Same issues here. |
You're probably using some platform that wants to connect to some thing on your LAN or the internet and that connection breaks occasionally. Without further information I don't think that it's possible to say where the error lies. Have you added a platform / component recently and then started seeing this error? |
I suspect problem is in http component and I managed to reproduce it reliably with bare config without anything except of http and sun component, but it should be also reproducible with default config
From my observations timeout happens in 20 min after client goes to sleep, it seems HA isn't handling properly timeout conditon,
it doesn't specify any timeout nor in any receive() calls, so eventually timeout inside of asyncio fires up. here are links that might be of help: Adding receive_timeout like this
makes anonymous TimeoutError disappear and replaces it with a bunch of exceptions that are not handled in homeassistant/components/websocket_api.py (like cancellation and/or timeout) but with tracebacks showing where they are coming from. PS: ========= my log =========
|
Slightly different in v 0.60.1 after hibernating with web client open. Web server went down.
Log is set to Error only. |
0.65.2 having issue as well:
|
Same with me. And since .64 can see it more often. Maybe some detailed logging can be introduced in future releases? |
HA .66.1 on python 3.7
|
Home Assistant 0.67.0
|
HA 0.69.1
|
i did get this kind of problems when i updated to 0.65.3 and still have the problems on 0.69.1
and
also after some time all components start to take to much time i didnt add any components in the time that the error started appearing. ubuntu 17.10 |
Same here with HA 70.1. Log is flooded with errors like these:
and sometimes
|
Same on HA 0.72.1
|
0.72 - still there. @balloob Can some debugging be introduced to point to the platform in question?
|
the same errors appear in HADashboard. i dont think it can be avoided, but i think there is a problem in the error handling. |
Same here.
Only duckdns installed... |
Please don't tag people to take a look. |
but it would be nice if someone took notice of this issue. |
Is it possible to turn off only information about this one specific issue from logs? |
I have the exact same error on the latest version of HA.
|
@03397 how did you conclude that it is that component? |
@ReneTode
This component creates a listener on the home assistant that accepts the UDP traffic that it is send by the owl gateway. After talking with the developer he told me that he has trouble in order to sent the data in asynchronous mode. |
hmm, im not saying its that component, but in the time i had the custom alexa mediaplayer, which gave the same warnings, i didnt have more errors. |
@ReneTode |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. Please make sure to update to the latest Home Assistant version and check if that solves the issue. Let us know if that works for you by adding a comment 👍 |
This issue hasn't been resolved for months or years? |
I have removed the component and I am still receiving the issue after a while |
Same issue with 0.84.6 |
same issue on 0.90.1
|
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
Problem still there on version 0.95.4 |
i also still got the problem. on all versions untill now. |
Same problem con 0.96.5 |
snakuzzo, renetode, 03397.
in HA configuration.yaml comment configurator under panel_iframe
and restart HA: |
I have no home-assistant-configurator service configured
|
Uhym... sorry, I thought it may help. I have disabled configurator in my setup and error disappeared for one day and later I have reinstalled HA and right now I'm using fresh installation with HAproxy with no errors. |
no configurator here also. |
Still happening in 0.100.2 |
Still happening in 0.101.1 |
Still happening in 0.102 |
found a way to fix this. |
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
107.7 version the problem still persists. |
109.6 version the problem still persists... Traceback (if applicable):
|
I did not update for a while (was sitting on something around 0.90) and was scared that the update would break a lot of stuff. |
@bvansambeek I created a new venv with Python 3.7.5 and also do not have this error. |
still happening on 0.110.4
|
Hello, (My HA version is Home Assistant 0.111.4)
|
I get the same thing..
|
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates. |
Make sure you are running the latest version of Home Assistant before reporting an issue.
You should only file an issue if you found a bug. Feature and enhancement requests should go in the Feature Requests section of our community forum:
Home Assistant release (
hass --version
):0.57.2
Python release (
python3 --version
):3.5.3
Component/platform:
Unknown
Description of problem:
Every day I see this in the log, not sure what could be wrong?
People in the forum seem to have this as well, but i figured better to report here
https://community.home-assistant.io/t/recurring-errors-error-doing-job-fatal-read-error-on-socket-transport/28452
Expected:
Problem-relevant
configuration.yaml
entries and steps to reproduce:Traceback (if applicable):
Additional info:
The text was updated successfully, but these errors were encountered: