#Update 10.0 to 10.1 failing

1 messages · Page 1 of 1 (latest)

tawny osprey
#

Hi,
I'm stuck updating my HA installation on my Rasp 4.

I tried already to restart the HA and even the hole pie...

I get the following errors in the log:

#
Logger: homeassistant.components.hassio.handler
Source: components/hassio/handler.py:48
Integration: Home Assistant Supervisor (documentation, issues)
First occurred: 27. April 2023 um 20:34:06 (5 occurrences)
Last logged: 08:28:50

Client error on /os/update request Server disconnected
#

second error:

Logger: homeassistant.core
Source: components/hassio/update.py:214
First occurred: 27. April 2023 um 20:34:06 (5 occurrences)
Last logged: 08:28:50

Error executing service: <ServiceCall update.install (c:01GZ1ZT9BJSKMJNPE9R88TBZDS): entity_id=['update.home_assistant_operating_system_update'], version=10.1, backup=False>
Error executing service: <ServiceCall update.install (c:01GZ201EC1NB74ZWJV6T1NY05C): entity_id=['update.home_assistant_operating_system_update'], version=10.1, backup=False>
Error executing service: <ServiceCall update.install (c:01GZ364XPRCENK9V01V0PM44XM): entity_id=['update.home_assistant_operating_system_update'], version=10.1, backup=False>
Error executing service: <ServiceCall update.install (c:01GZ37HGDNJESN64Y8CGG3NS3D): entity_id=['update.home_assistant_operating_system_update'], version=10.1, backup=False>
Error executing service: <ServiceCall update.install (c:01GZ38MQQ3F6XYD2G29CM3T8FQ): entity_id=['update.home_assistant_operating_system_update'], version=10.1, backup=False>
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 212, in async_install
    await async_update_os(self.hass, version)
  File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 48, in _wrapper
    data = await funct(*argv, **kwargs)
  File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 215, in async_update_os
    return await hassio.send_command(
  File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 500, in send_command
    raise HassioAPIError()
homeassistant.components.hassio.handler.HassioAPIError
#
The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/core.py", line 1838, in catch_exceptions
    await coro_or_task
  File "/usr/src/homeassistant/homeassistant/core.py", line 1857, in _execute_service
    await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(
  File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 216, in handle_service
    await service.entity_service_call(
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 798, in entity_service_call
    future.result()  # pop exception if have
  File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 977, in async_request_call
    await coro
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 838, in _handle_entity_call
    await result
  File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 156, in async_install
    await entity.async_install_with_progress(version, backup)
  File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 417, in async_install_with_progress
    await self.async_install(version, backup)
  File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 214, in async_install
    raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Error updating Home Assistant Operating System:
#

Thanks for any help!

#

🤦‍♂️