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
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
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
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