sabeechen / hassio-google-drive-backup

Automatically create and sync Home Assistant backups into Google Drive
MIT License
2.97k stars 181 forks source link

Addon Install Fail : Layer does not exists #1048

Open alfaprima opened 1 month ago

alfaprima commented 1 month ago

Hi,

OS Version: Home Assistant OS 12.3 Home Assistant Core: 2024.5.5

While trying to install this add on, I have this error;

2024-05-26 12:05:48.842 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /addons/cebe7a76_hassio_google_drive_backup/install - Can't install ghcr.io/sabeechen/hassio-google-drive-backup-amd64:0.112.1: 500 Server Error for http+docker://localhost/v1.44/images/ghcr.io/sabeechen/hassio-google-drive-backup-amd64:0.112.1/json: Internal Server Error ("layer does not exist")

I have removed the addon, performed a repair, rebooted, tried to install again.. but I'm still getting the same error.

From the CLI: ➜ homeassistant docker pull ghcr.io/sabeechen/hassio-google-drive-backup-amd64
Using default tag: latest latest: Pulling from sabeechen/hassio-google-drive-backup-amd64 Digest: sha256:9eee185e3e468c2080a79c0ba333a194fb182bf795247e3bca9832c74809439c Status: Downloaded newer image for ghcr.io/sabeechen/hassio-google-drive-backup-amd64:latest ghcr.io/sabeechen/hassio-google-drive-backup-amd64:latest

but if I do ➜ homeassistant docker image list | grep hassio-google-drive-backup
➜ homeassistant Noting is returned.

dale3h commented 2 weeks ago

I am having this same issue, but I do not think it is specific to Google Drive Backup add-on. I was having this issue with the Home Assistant core docker image last week, and I ended up having to install HAOS again from scratch, and then restore from a previous backup.

Have you found any solutions to this issue?

alfaprima commented 1 week ago

No solution here... but I tried to pull the docker image from github using the command line and I got the same error.. Strange because docker is running fine for the rest of the containers.

Did the re-install solved your issues?