Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Can't install 1.9.0 #357

Open
andersmoldin opened this issue Aug 28, 2024 · 10 comments
Open

[Bug]: Can't install 1.9.0 #357

andersmoldin opened this issue Aug 28, 2024 · 10 comments
Labels
bug Something isn't working solution proposed

Comments

@andersmoldin
Copy link

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,

  1. Go to Settings, System, Updates, click eufy-security-ws Update and then Install.
  2. See error

Screenshots & Logfiles

image

Logger: homeassistant.components.websocket_api.http.connection
Source: components/websocket_api/commands.py:241
integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 10:19:14 (5 occurrences)
Last logged: 10:29:04

[2413169008] Unexpected exception
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 168, in async_install
    await async_update_addon(self.hass, slug=self._addon_slug, backup=backup)
  File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 57, in _wrapper
    data = await funct(*argv, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 134, in async_update_addon
    return await hassio.send_command(
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 599, in send_command
    raise HassioAPIError(error.get(ATTR_MESSAGE))
homeassistant.components.hassio.handler.HassioAPIError: 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")

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 241, in handle_call_service
    response = await hass.services.async_call(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2763, in async_call
    response_data = await coro
                    ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2806, in _execute_service
    return await target(service_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 999, in entity_service_call
    single_response = await _handle_entity_call(
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1071, in _handle_entity_call
    result = await task
             ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 154, in async_install
    await entity.async_install_with_progress(version, backup)
  File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 458, in async_install_with_progress
    await self.async_install(version, backup)
  File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 170, in async_install
    raise HomeAssistantError(f"Error updating {self.title}: {err}") from err
homeassistant.exceptions.HomeAssistantError: 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")

Additional context

No response

@andersmoldin andersmoldin added the bug Something isn't working label Aug 28, 2024
@extremeshok
Copy link

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")

@ablohm
Copy link

ablohm commented Aug 28, 2024

Same issue for me. Running on HASS OS 13.1, Core 2024.8.3, RPi4

@stevied65
Copy link

Same issue for me.

@nukleuz80
Copy link

Here is the same issue with latest HAOS 13.1 and Core 2024.8.3 on Proxmox.

@fuatakgun
Copy link
Contributor

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.

@nukleuz80
Copy link

After system restart i can install the update 1.9.0

@bropat
Copy link
Owner

bropat commented Aug 29, 2024

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.

@bropat
Copy link
Owner

bropat commented Aug 29, 2024

In the meantime, I have solved it manually:

Let me know if it works.

@bropat bropat added the fixed label Aug 30, 2024
@extremeshok
Copy link

thanks for fixing

@bropat
Copy link
Owner

bropat commented Sep 29, 2024

It's an issue with QEMU, so we'll wait until it's fixed there:

https://gitlab.com/qemu-project/qemu/-/issues/1729

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working solution proposed
Projects
None yet
Development

No branches or pull requests

7 participants