Unable to update latest version hassio

i am unable to update hassio , it is giving error , what is the problem and solution ?

19-05-15 18:03:26 INFO (MainThread) [hassio.api.security] /host/info access from a0d7b954_home-panel
19-05-15 18:03:55 INFO (MainThread) [hassio.hassos] Fetch OTA update from https://github.com/home-assistant/hassos/releases/download/2.12/hassos_rpi3-2.12.raucb
19-05-15 18:03:59 ERROR (MainThread) [asyncio] Fatal error on transport
protocol: <uvloop.loop.SSLProtocol object at 0x756d7670>
transport: <TCPTransport closed=False reading=False 0x71aa3600>
Traceback (most recent call last):
  File "uvloop/sslproto.pyx", line 574, in uvloop.loop.SSLProtocol._do_shutdown
  File "/usr/local/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)
19-05-15 18:08:56 WARNING (MainThread) [hassio.hassos] Can't fetch versions from https://github.com/home-assistant/hassos/releases/download/2.12/hassos_rpi3-2.12.raucb: 
19-05-15 18:08:56 ERROR (MainThread) [asyncio] Fatal error on transport
protocol: <uvloop.loop.SSLProtocol object at 0x756d7670>
transport: <TCPTransport closed=False reading=False 0x71aa3600>
Traceback (most recent call last):
  File "uvloop/sslproto.pyx", line 574, in uvloop.loop.SSLProtocol._do_shutdown
  File "/usr/local/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)

Same issue here.

I see: Home Assistant 0.95.4 is available and you are currently running Home Assistant 0.94.4.

And in the logs:

2019-07-01 19:55:58 ERROR (MainThread) [homeassistant.core] Error doing job: Fatal error on transport
Traceback (most recent call last):
  File "uvloop/sslproto.pyx", line 574, in uvloop.loop.SSLProtocol._do_shutdown
  File "/usr/local/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)

Can this be solved? Is it solved?

Regards
Erik

I also see in my logs when I do a ‘hassio ha update’ over ssh:

19-07-01 19:05:37 ERROR (SyncWorker_15) [hassio.docker.interface] Can't install homeassistant/raspberrypi3-homeassistant:0.95.4 -> 404 Client Error: Not Found ("no such image: homeassistant/raspberrypi3-homeassistant:0.95.4: No such image: homeassistant/raspberrypi3-homeassistant:0.95.4").
19-07-01 19:05:37 WARNING (MainThread) [hassio.homeassistant] Update Home Assistant image fails

Is the version not there? I try a different one now…

Your error “no such image” is not the same. It’s usually an indicator of a lack of space available. You can use df -h from an ssh console to quickly check.

Looks like a space issue indeed. I have several core files in the config folder. I try to remove them and try to update again.

It all had to do with disk space. After I cleaned up, the upgrade worked again. Thanks cogneato for sorting this out.

How you cleaned up? I’m also with the same problem, but I don’t know what is safe to be deleted…