Fatal read error on SSL transport

I am getting these errors and have not been able to track them down. Anyone else see them or have any idea what might be causing them?

17-01-12 13:07:51 homeassistant.core: Error doing job: Fatal read error on SSL transport
Traceback (most recent call last):
  File "/usr/lib/python3.4/asyncio/selector_events.py", line 825, in _read_ready
    data = self._sock.recv(self.max_size)
  File "/usr/lib/python3.4/ssl.py", line 730, in recv
    return self.read(buflen)
  File "/usr/lib/python3.4/ssl.py", line 619, in read
    v = self._sslobj.read(len or 1024)
TimeoutError: [Errno 110] Connection timed out
1 Like

I’ve got the exact same issue. Not sure what is causing the error in the log.

Same issue. HA 0.35.3 and 0.36.

So .37 still has same error. Anyone know what’s happening? Everything is working fine but eventually my log gets filled with these errors:

17-01-29 17:37:35 ERROR (MainThread) [homeassistant.core] Error doing job: Fatal read error on SSL transport
Traceback (most recent call last):
  File "/usr/lib/python3.4/asyncio/selector_events.py", line 825, in _read_ready
    data = self._sock.recv(self.max_size)
  File "/usr/lib/python3.4/ssl.py", line 730, in recv
    return self.read(buflen)
  File "/usr/lib/python3.4/ssl.py", line 619, in read
    v = self._sslobj.read(len or 1024)
OSError: [Errno 113] No route to host

Also getting this error. Every night around 1-2am. I don’t have any automation then, could be a fluke.

Im getting these too overnight.

Yep … getting these as well.

Most things seem to be working. Just annoying to see errors in the logs. Apart from the constant timeouts I am getting on the broadlink switches and the occasional timeout on the orvibo switches.
A clean log is a happy log

1 Like

I’m still getting these errors on a inconsistant basis. Usually once or twice a day randomly. Anyone have a remedy yet?

This is a known issue with Python 3.4.2. It can be safely ignored.

We’ll look into it if we somehow ignore it.

3 Likes

Still having the same issue on 0.42.4. Also getting Timer got out of sync. Resetting

Same here (both things).

experiencing the same errors

I am also seeing these errors on 0.45.1.

Did anyone here figure out what the problem was? I’m getting the same thing which is breaking my Google Assistant integration. Any help/insight would be really appreciated :slight_smile:

Thank you.

1 Like