After getting HACS installed and letting it sync to the repo, the 1st thing it flagged was an update from 20.7 to 20.8. SO I went in, clicked update and within a minute this popped up:
An error ocoured while prosessing
[Errno 13] Permission denied: ‘configuration.py’
ACKNOWLEDGE
2020-01-21 17:53:38 WARNING (MainThread) [homeassistant.loader] You are using a custom integration for hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you do experience issues with Home Assistant.
2020-01-21 18:10:18 ERROR (MainThread) [homeassistant.core] Error doing job: SSL error in data received
Traceback (most recent call last):
File “/usr/lib/python3.7/asyncio/sslproto.py”, line 526, in data_received
ssldata, appdata = self._sslpipe.feed_ssldata(data)
File “/usr/lib/python3.7/asyncio/sslproto.py”, line 207, in feed_ssldata
self._sslobj.unwrap()
File “/usr/lib/python3.7/ssl.py”, line 767, in unwrap
return self._sslobj.shutdown()
ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify (_ssl.c:2609)
2020-01-21 18:10:18 ERROR (MainThread) [hacs.repository.integration.hacs.integration] Download was not complete.
2020-01-21 18:10:44 ERROR (MainThread) [homeassistant.core] Error doing job: SSL error in data received
Traceback (most recent call last):
File “/usr/lib/python3.7/asyncio/sslproto.py”, line 526, in data_received
ssldata, appdata = self._sslpipe.feed_ssldata(data)
File “/usr/lib/python3.7/asyncio/sslproto.py”, line 207, in feed_ssldata
self._sslobj.unwrap()
File “/usr/lib/python3.7/ssl.py”, line 767, in unwrap
return self._sslobj.shutdown()
ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify (_ssl.c:2609)
2020-01-21 18:10:45 ERROR (MainThread) [hacs.repository.integration.hacs.integration] Download was not complete.
2020-01-21 20:15:48 ERROR (MainThread) [homeassistant.core] Error doing job: SSL error in data received
Traceback (most recent call last):
File “/usr/lib/python3.7/asyncio/sslproto.py”, line 526, in data_received
ssldata, appdata = self._sslpipe.feed_ssldata(data)
File “/usr/lib/python3.7/asyncio/sslproto.py”, line 207, in feed_ssldata
self._sslobj.unwrap()
File “/usr/lib/python3.7/ssl.py”, line 767, in unwrap
return self._sslobj.shutdown()
ssl.SSLError: [SSL: KRB5_S_INIT] application data after close notify (_ssl.c:2609)
2020-01-21 20:15:49 ERROR (MainThread) [hacs.repository.integration.hacs.integration] Download was not complete.
2020-01-21 20:22:12 ERROR (MainThread) [hacs.repository.integration.hacs.integration] Download was not complete.
2020-01-21 20:22:58 ERROR (MainThread) [hacs.repository.integration.hacs.integration] Download was not complete.
Any ideas? I ended up manually upgrade to 20.8, but I’d still like to know what caused this in order to prevent it from happening again.