You’re right, I apologize. It was really late (or early) and had been staring at my screen for too many hours. It wasn’t an error message I suppose. The only thing I get when trying to look at the UI is “Initializing” below the blue header row of Home Assistant. Nothing else shows for the front end.
In Homeassistant log (running Hassio) - it doesn’t have anything besides SSL errors repeated like:
2018-11-06 13:46:26 ERROR (MainThread) [homeassistant.components.updater] Got unexpected response: None
2018-11-06 15:38:51 ERROR (MainThread) [homeassistant.core] Error doing job: SSL handshake failed
Traceback (most recent call last):
File "uvloop/handles/stream.pyx", line 609, in uvloop.loop.UVStream._on_eof
File "uvloop/sslproto.pyx", line 171, in uvloop.loop._SSLPipe.feed_ssldata
File "/usr/local/lib/python3.6/ssl.py", line 689, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:841)
2018-11-06 15:38:51 ERROR (MainThread) [homeassistant.core] Error doing job: SSL error errno:1 reason: UNKNOWN_PROTOCOL
Traceback (most recent call last):
File "uvloop/sslproto.pyx", line 504, in uvloop.loop.SSLProtocol.data_received
File "uvloop/sslproto.pyx", line 204, in uvloop.loop._SSLPipe.feed_ssldata
File "uvloop/sslproto.pyx", line 171, in uvloop.loop._SSLPipe.feed_ssldata
File "/usr/local/lib/python3.6/ssl.py", line 689, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:841)
In my host (ubuntu) syslog - it complains of runc version - repeatedly, here’s an example:
Nov 7 13:06:55 hassio-nuc docker.dockerd[2627]: time=“2018-11-07T13:06:55.492571872-08:00” level=debug msg=“sending heartbeat to manager {2hyfd14wbu5lu2tf066v8h0lq 192.168.1.126:2377} with timeout 5s” method=“(*session).heartbeat” module=node/agent node.id=2hyfd14wbu5lu2tf066v8h0lq session.id=icqr3xbyww0rd450tqofxxkqw sessionID=icqr3xbyww0rd450tqofxxkqw
Nov 7 13:06:55 hassio-nuc docker.dockerd[2627]: time=“2018-11-07T13:06:55.493382453-08:00” level=debug msg=“received heartbeat from worker {[swarm-manager] rwupmf0bekiz1fvel35d9neqe 2hyfd14wbu5lu2tf066v8h0lq <nil> 192.168.1.126:41344}, expect next heartbeat in 5.122414s” method=“(*Dispatcher).Heartbeat”
Nov 7 13:06:55 hassio-nuc docker.dockerd[2627]: time=“2018-11-07T13:06:55.493907729-08:00” level=debug msg=“heartbeat successful to manager {2hyfd14wbu5lu2tf066v8h0lq 192.168.1.126:2377}, next heartbeat period: 5.122414s” method=“(*session).heartbeat” module=node/agent node.id=2hyfd14wbu5lu2tf066v8h0lq session.id=icqr3xbyww0rd450tqofxxkqw sessionID=icqr3xbyww0rd450tqofxxkqw
Nov 7 13:06:56 hassio-nuc docker.dockerd[2627]: time=“2018-11-07T13:06:56.101237419-08:00” level=warning msg=“failed to retrieve docker-runc version: unknown output format: runc version 1.0.0-rc5+dev\nspec: 1.0.0\n”
I’ve searched for ways to recover, and have asked in various places but most ppl had issues with Mqtt - however I do not use that (yet).
Thank you for bringing that to my attention though. I’ll be more clear and specific with any future posts.