Unable to update Core 2023.10.3 to 2023.10.5

I have tried to reboot and restored from a fresh install but still unable to update the core.

In the Supervisor logs I see

23-10-27 13:51:05 ERROR (MainThread) [supervisor.homeassistant.core] No API response in 5 minutes, assuming core has had a fatal startup error

23-10-27 13:51:05 CRITICAL (MainThread) [supervisor.homeassistant.core] HomeAssistant update failed → rollback!

Trying to update through the CLI I see this in the logs

23-10-27 15:28:16 ERROR (MainThread) [supervisor.docker.interface] Can’t install ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2023.10.5: 404 Client Error for http+docker://localhost/v1.43/images/ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2023.10.5/json: Not Found (“No such image: ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2023.10.5”)

23-10-27 15:28:16 WARNING (MainThread) [supervisor.homeassistant.core] Updating Home Assistant image failed

Anyone want to help?
IMG_0053|230x500

Same here, trying update core 2023.9.3 to 2023.10.5

23-10-29 09:44:13 ERROR (MainThread) [supervisor.homeassistant.core] No API response in 5 minutes, assuming core has had a fatal startup error
23-10-29 09:44:13 CRITICAL (MainThread) [supervisor.homeassistant.core] HomeAssistant update failed → rollback!

1 Like

Im glad it isn’t just me. Hoping the next update can be installed with no issues.

It seems as though the 5 minute timeout is a new-ish addition; I’ve asked if we can get a way by which to disable the timeout if we have slower machines lol.

1 Like

I tried restoring my home assistant set up on a mini pc but it still fails to update the core.

I have the same issue :frowning:

Yeah, The new update also didnt work for me. I might have to end up starting from scratch.

Is there a temporary fix for the problem?
Can’t turn on my bathroom lights at the moment. :sweat_smile:

I too am unable to update core.

Things I have tried, with no luck
– Loading from UI
– Loading from SSH
– verifing all apps are upaded and Tried again from Both UI & SSH
– Shut down all apps and Tried again from Both UI & SSH
– Rolling back HA and Core 3 versions or more. “No Luck”

I have done alot of work on my automations and GUI over the last few months and really don’t want to loose what I have been working all any and all advice would be greatly appreciated. I do have backups However I am not in a hurry to rebuild the system as I am no certain I know the best process to just pull the UI data / Automation(s) / apps Etc…

OS Version: Home Assistant OS 11.5.dev20240117
Home Assistant Core: 2023.12.3

Memory - 8G
Processor - Generic x86-64
HD – 500G 20% used

I have the same results With items disabled or enabled.

Here are the currently errors I am showing within the “Core Logs”.
All other logs are clear

Core Errors

#1)
Logger: homeassistant
Source: runner.py:145
First occurred: 4:32:31 PM (1 occurrences)
Last logged: 4:32:31 PM

Error doing job: Unclosed connection

#2) ← Pretty sure this is becuase I have everything “Disabled”

Logger: homeassistant.components.template.template_entity
Source: components/template/template_entity.py:194
Integration: Template (documentation, issues)
First occurred: 4:23:56 PM (3 occurrences)
Last logged: 4:23:56 PM

TemplateError(‘UndefinedError: ‘None’ has no attribute ‘attributes’’) while processing template ‘Template<template=({{ states.weather.openweathermap.attributes.humidity }}) renders=4>’ for attribute ‘_attr_native_value’ in entity ‘sensor.humidity_sensor’
TemplateError(‘UndefinedError: ‘daily’ is undefined’) while processing template ‘Template<template=({{ daily.forecast }}) renders=4>’ for attribute ‘forecast’ in entity ‘sensor.weather_forecast_daily’
TemplateError(‘TypeError: must be real number, not NoneType’) while processing template ‘Template<template=({{ ‘%+.1f’|format(state_attr(‘sun.sun’, ‘elevation’)) }}) renders=4>’ for attribute ‘_attr_native_value’ in entity ‘sensor.sun_angle’

#3) ← Pretty sure this is becuase I have everything “Disabled”

Logger: homeassistant.helpers.event
Source: helpers/template.py:571
First occurred: 4:23:56 PM (3 occurrences)
Last logged: 4:23:56 PM

  • Error while processing template: Template<template=({{ states.weather.openweathermap.attributes.humidity }}) renders=2>
  • Error while processing template: Template<template=({{ daily.forecast }}) renders=2>
  • Error while processing template: Template<template=({{ ‘%+.1f’|format(state_attr(‘sun.sun’, ‘elevation’)) }}) renders=2>

Traceback (most recent call last): —truncated due to excess error data No value added here.

#4) ← Pretty sure this is becuase I have everything “Disabled”

Logger: homeassistant.helpers.template
Source: helpers/template.py:2260
First occurred: 4:23:56 PM (4 occurrences)
Last logged: 4:23:56 PM

#5) ← Pretty sure this is becuase I have everything “Disabled”

Logger: homeassistant.components.script
Source: components/script/config.py:139
Integration: Script (documentation, issues)
First occurred: 4:23:54 PM (2 occurrences)
Last logged: 4:23:54 PM

I’m stuck here too. Tried doing every update that has been available to today to 2024.2.1 and all fail. Tried at the SSH prompt and the GUI.

Installed version
2024.1.3

Latest version
2024.2.1

Memory 0.7 GB / 1 GB
Storage 36% used - 33.9 GB free
Raspberry Pi 3
rpi3-64

Failing on upgrade of 2024.1.5 to anything newer.

From supervisor.log:

24-02-10 16:12:30 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/generic-x86-64-homeassistant:2024.2.1: 404 Client Error for http+docker://localhost/v1.43/images/ghcr.io/home-assistant/generic-x86-64-homeassistant:2024.2.1/json: Not Found ("No such image: ghcr.io/home-assistant/generic-x86-64-homeassistant:2024.2.1")
24-02-10 16:12:30 WARNING (MainThread) [supervisor.homeassistant.core] Updating Home Assistant image failed