Issues updating to 2025.4

I am trying to update to HA Core 2025.4 (from 2025.3) and I never had a problem until now. For some reason, it gets updated but it restart a second after nd rolls back from 2025.4 or 2025.4.1 to 2025.3.4.

My supervisor logs says this as errors:

2025-04-05 02:20:08.909 ERROR (MainThread) [supervisor.homeassistant.api] Timeout on call http://172.30.32.1:8123/api/core/state.

2025-04-05 02:20:09.909 ERROR (MainThread) [supervisor.homeassistant.api] Timeout on call http://172.30.32.1:8123/api/core/state.

2025-04-05 02:20:13.487 ERROR (MainThread) [supervisor.homeassistant.api] Error on call http://172.30.32.1:8123/api/core/state: Cannot connect to host 172.30.32.1:8123 ssl:False [Connect call failed (‘172.30.32.1’, 8123)]

2025-04-05 02:20:13.496 ERROR (MainThread) [supervisor.homeassistant.api] Error on call http://172.30.32.1:8123/api/core/state: Cannot connect to host 172.30.32.1:8123 ssl:False [Connect call failed (‘172.30.32.1’, 8123)]

2025-04-05 02:20:19.946 ERROR (MainThread) [supervisor.homeassistant.core] Home Assistant has crashed!

2025-04-05 02:20:19.947 CRITICAL (MainThread) [supervisor.homeassistant.core] HomeAssistant update failed → rollback!

Has anyone faced that? Any ideas on how to troubleshoot?

Thanks,

1 Like

I have the same problem here.

2025-04-05 19:57:16.064 ERROR (MainThread) [supervisor.homeassistant.api] Error on call https://172.30.32.1:8123/api/core/state: Cannot connect to host 172.30.32.1:8123 ssl:False [Connect call failed (‘172.30.32.1’, 8123)]
2025-04-05 19:57:16.092 ERROR (MainThread) [supervisor.homeassistant.api] Error on call https://172.30.32.1:8123/api/core/state: Cannot connect to host 172.30.32.1:8123 ssl:False [Connect call failed (‘172.30.32.1’, 8123)]

2025-04-05 19:57:26.181 ERROR (MainThread) [supervisor.homeassistant.core] Home Assistant has crashed!
2025-04-05 19:57:26.183 CRITICAL (MainThread) [supervisor.homeassistant.core] HomeAssistant update failed → rollback!

1 Like

Exactly the same issue here. Also the same IP address is mentioned in my log, but i don’t use that range.

That IP range is used by the (internal) Docker containers in HAOS. It’s not what is causing the issue.

I also looked at “home-assistant-rollback.log” file and cleaned-up all items that showed as Error (just two), but no luck.

Safe Mode does not work because after an update, HA restart automatically or regular mode and rollback automatically.

This is driving me crazy as I dont even know where to look now.

1 Like

I finally figure out what the issue was in my case. One of the HACS integration was causing it (StreamAssist).

For those with the same issue, I suggest turning off each HACS integration and retry update until it works.

2 Likes

Signed up just to say: Thank you!
I was having a very similar issue trying to update to 2025.4.2.

The update did not want to install until yesterday it suddenly did and rendered my HA unreachable. Luckily i could restore a backup from safe mode. After removing streamassist i was able to update successfully.

1 Like