Closed andersmoldin closed 1 month ago
Odroid XU4 + hassio latest
Failed to perform the action update/install. Error updating eufy-security-ws: Can't install bropat/hassio-eufy-security-ws-armv7:1.9.0: 404 Client Error for http+docker://localhost/v1.45/images/create?tag=1.9.0&fromImage=bropat%2Fhassio-eufy-security-ws-armv7&platform=linux%2Farm%2Fv7: Not Found ("manifest for bropat/hassio-eufy-security-ws-armv7:1.9.0 not found: manifest unknown: manifest unknown")
Same issue for me. Running on HASS OS 13.1, Core 2024.8.3, RPi4
Same issue for me.
Here is the same issue with latest HAOS 13.1 and Core 2024.8.3 on Proxmox.
Publish to docker.hub did not happen for armv7 apparently.
https://hub.docker.com/r/bropat/hassio-eufy-security-ws-armv7
The latest release is 6 months old.
Publish action might have failed.
After system restart i can install the update 1.9.0
When creating the container images for armhf and on armv7, there has been a problem for some time that causes the build process to hang and, as in this case, to be interrupted by GitHub Actions after 6 hours:
https://github.com/bropat/hassio-eufy-security-ws/actions/runs/10581969120
There are numerous issues about this problem, some possible workarounds but no definitive solution:
I have a possible workaround in mind, but I need some time to test everything.
In the meantime, I have solved it manually:
Let me know if it works.
thanks for fixing
It's an issue with QEMU, so we'll wait until it's fixed there:
In the meantime, I have solved it manually:
* https://hub.docker.com/r/bropat/hassio-eufy-security-ws-armhf * https://hub.docker.com/r/bropat/hassio-eufy-security-ws-armv7
Let me know if it works.
Hi, thanks for the fix!
Could you explain how you managed to build it?
I would like to directly build eufy-security-ws
for armv7 since I am not using hassio.
Version
1.9.0
Node version
1.0
Operating System type
Other
Operating system version
1.0
Describe the bug
In Home Assistant, when I'm trying to update the eufy-security-ws add-on from version 1.8.0-2 to 1.9.0 I get an error:
Failed to perform the action update/install. Error updating eufy-security-ws: Can't install bropat/hassio-eufy-security-ws-armv7:1.9.0: 404 Client Error for http+docker://localhost/v1.45/images/create?tag=1.9.0&fromImage=bropat%2Fhassio-eufy-security-ws-armv7&platform=linux%2Farm%2Fv7: Not Found ("manifest for bropat/hassio-eufy-security-ws-armv7:1.9.0 not found: manifest unknown: manifest unknown")
PS. Versions from Home Assistants About dialog:
Core 2024.8.3 Supervisor 2024.08.0 Operating System 13.1
To reproduce
In Home Assistant,
Screenshots & Logfiles
Additional context
No response