Unable to update to 0.71.0 from 0.69.1

Hi, I’m having a strange issue that my Hass.io installation refuses to update to 0.71.0.
In my hassIO log, I get the following error:

18-06-11 08:54:54 INFO (SyncWorker_13) [hassio.docker.interface] Update docker 0.69.1 with homeassistant/raspberrypi3-homeassistant:0.71.0
18-06-11 08:54:54 INFO (SyncWorker_13) [hassio.docker.interface] Pull image homeassistant/raspberrypi3-homeassistant tag 0.71.0.
18-06-11 08:55:04 ERROR (SyncWorker_13) [hassio.docker.interface] Can't install homeassistant/raspberrypi3-homeassistant:0.71.0 -> 500 Server Error: Internal Server Error ("Get https://registry-1.docker.io/v2/: net/http: TLS handshake timeout").

When I try to run hassio homeassistant update manually it complains that it cannot pull the image.

Additional error when trying another time:

18-06-11 10:21:31 INFO (SyncWorker_16) [hassio.docker.interface] Update docker 0.69.1 with homeassistant/raspberrypi3-homeassistant:0.71.0
18-06-11 10:21:31 INFO (SyncWorker_16) [hassio.docker.interface] Pull image homeassistant/raspberrypi3-homeassistant tag 0.71.0.
18-06-11 10:21:43 ERROR (SyncWorker_16) [hassio.docker.interface] Can't install homeassistant/raspberrypi3-homeassistant:0.71.0 -> 404 Client Error: Not Found ("no such image: homeassistant/raspberrypi3-homeassistant:0.71.0: No such image: homeassistant/raspberrypi3-homeassistant:0.71.0").

Is anyone else experiencing this or anything I can do about it?

I can see that the tag 0.71.0 exists on the docker hub page:
https://hub.docker.com/r/homeassistant/raspberrypi3-homeassistant/tags/

So I’m not sure why my system is having an issue updating.

Anyone else experiencing this?

Yes, I’m having the same issue. Got the update message a few days ago but the RP3 image cannot be found for download. The update fails :frowning:

1 Like

Not sure why, but mine seems to have started working again, but only when I ssh’d into the box and ran hassio homeassistant update.
This command didn’t work before, but it seems to now.

If you don’t have ssh access setup, you need to set up your authorized_keys file using these instructions and ssh using:
ssh root@[your_hass_ip]

@xx_Nexus_xx Might want to try this and let us know.

I’m having the same problem. However updating with ssh and

hassio homeassistant update

gives the following error:

ERROR
panic: interface conversion: interface is nil, not string

goroutine 1 [running]:
panic(0x2c7050, 0x107cc1c0)
/home/travis/.gimme/versions/go1.7.6.linux.amd64/src/runtime/panic.go:50 0 +0x33c
github.com/home-assistant/hassio-cli/command/helpers.DisplayOutput(0x107e0000, 0 x24, 0x200, 0x0)
/home/travis/gopath/src/github.com/home-assistant/hassio-cli/command/hel pers/common.go:118 +0x3c8
github.com/home-assistant/hassio-cli/command/helpers.ExecCommand(0x2f6f83, 0xd, 0x7ead3e63, 0x6, 0x0, 0x0, 0x76500, 0x0, 0x0, 0x0, …)
/home/travis/gopath/src/github.com/home-assistant/hassio-cli/command/hel pers/common.go:155 +0x308
github.com/home-assistant/hassio-cli/command.CmdHomeassistant(0x10778420)
/home/travis/gopath/src/github.com/home-assistant/hassio-cli/command/hom eassistant.go:48 +0x540
github.com/urfave/cli.HandleAction(0x2af768, 0x324b14, 0x10778420, 0x0, 0x0)
/home/travis/gopath/src/github.com/urfave/cli/app.go:503 +0xf0
github.com/urfave/cli.Command.Run(0x2f6f83, 0xd, 0x0, 0x0, 0x40bd10, 0x1, 0x1, 0 x301e4d, 0x2f, 0x0, …)
/home/travis/gopath/src/github.com/urfave/cli/command.go:165 +0x6b8
github.com/urfave/cli.(*App).Run(0x107648c0, 0x1070a160, 0x3, 0x4, 0x0, 0x0)
/home/travis/gopath/src/github.com/urfave/cli/app.go:259 +0x8b0
main.main()
/home/travis/gopath/src/github.com/home-assistant/hassio-cli/main.go:22 +0x108

1 Like

I have tried the manual update as well and getting the same error as Try2Fly

core-ssh:~# hassio homeassistant update
ERROR
panic: interface conversion: interface is nil, not string

goroutine 1 [running]:
panic(0x2c7050, 0x107ac3e0)
/home/travis/.gimme/versions/go1.7.6.linux.amd64/src/runtime/panic.go:500 +0x33c
github.com/home-assistant/hassio-cli/command/helpers.DisplayOutput(0x107b6200, 0x24, 0x200, 0x0)
/home/travis/gopath/src/github.com/home-assistant/hassio-cli/command/helpers/common.go:118 +0x3c8
github.com/home-assistant/hassio-cli/command/helpers.ExecCommand(0x2f6f83, 0xd, 0x7edb5e5f, 0x6, 0x0, 0x0, 0x76500, 0x0, 0x0, 0x0, …)
/home/travis/gopath/src/github.com/home-assistant/hassio-cli/command/helpers/common.go:155 +0x308
github.com/home-assistant/hassio-cli/command.CmdHomeassistant(0x10778420)
/home/travis/gopath/src/github.com/home-assistant/hassio-cli/command/homeassistant.go:48 +0x540
github.com/urfave/cli.HandleAction(0x2af768, 0x324b14, 0x10778420, 0x0, 0x0)
/home/travis/gopath/src/github.com/urfave/cli/app.go:503 +0xf0
github.com/urfave/cli.Command.Run(0x2f6f83, 0xd, 0x0, 0x0, 0x40bd10, 0x1, 0x1, 0x301e4d, 0x2f, 0x0, …)
/home/travis/gopath/src/github.com/urfave/cli/command.go:165 +0x6b8
github.com/urfave/cli.(*App).Run(0x107648c0, 0x1070a140, 0x3, 0x4, 0x0, 0x0)
/home/travis/gopath/src/github.com/urfave/cli/app.go:259 +0x8b0
main.main()
/home/travis/gopath/src/github.com/home-assistant/hassio-cli/main.go:22 +0x108 indent preformatted text by 4 spaces

I have the exact same issue. Any workarounds?

1 Like

I am also having the same issue unfortunately.

I’ve created an issue on Github: link

Just for clarification … I’m trying to update from version 0.70 and having the above issue

Thanks! Let’s home someone can solve this.

Just a further note, after I do the update (via UI or via SSH), I would not be able to connect to HA. But when I turn off power and turn it back on again, the 0.69.1 instance of HA appears back as normal. Not sure if this is the same as yours or if it is relevant.

I also tried to update to 0.70.1 first, but this fails to.

@iphoust84 I just get the errors and can still use HA while it’s trying to update. So no disconnection.

same error.

same error

I was also having this problem but with the new update 0.72.0 it is solved. :sunglasses:

Unfortunately for me not… I’m seeing the following error in the hassio panel

18-06-25 08:31:00 INFO (SyncWorker_12) [hassio.docker.interface] Update docker 0.69.1 with homeassistant/raspberrypi3-homeassistant:0.72.0
18-06-25 08:31:00 INFO (SyncWorker_12) [hassio.docker.interface] Pull image homeassistant/raspberrypi3-homeassistant tag 0.72.0.
18-06-25 08:37:04 ERROR (SyncWorker_12) [hassio.docker.interface] Can’t install homeassistant/raspberrypi3-homeassistant:0.72.0 → 404 Client Error: Not Found (“no such image: homeassistant/raspberrypi3-homeassistant:0.72.0: No such image: homeassistant/raspberrypi3-homeassistant:0.72.0”).

I’m now thinking it could be a free space issue. Will check tonight with a larger sd card.

Also see This post

The issue is closed from my side … I was able to update from 0.70 to 0.72

thanks for all your help

I switched to larger sd, and the problem was solved!

what was the SD capacity you had and how much space did you switch to?