home-assistant/cli

Error returned when using CLi to update Home Assistant

DavidFW1960 opened this issue · 3 comments

Describe the problem

A clear and concise description of what the bug is.
When I use ha core update --version 2021.x.x ha does update and everything works well however I get an error returned. This has only happened with the latest version of the community SSH & Web Terminal addon.
Issue reported here hassio-addons/addon-ssh#259 but Frenck says it is upstream issue and to report here

Debug information

  1. SSH Addon type
  • [ x] Community
  • Core
  • Custom
  1. Version of the CLI

CLI Version: 2021.04.1
Add-on: SSH & Web Terminal
Add-on version: 8.2.1

  1. Version of Home Assistant Core & the Home Assistant Supervisor

Home Assistant Core: 2021.5.1
Home Assistant Supervisor: 2021.04.3

  1. Output from executing the command with debug info

Post "http://supervisor/core/update": context deadline exceeded (Client.Timeout exceeded while awaiting headers)
e.g., ha hardware info should be run as ha --log-level debug hardware info

Post "http://supervisor/core/update": context deadline exceeded (Client.Timeout exceeded while awaiting headers)

Expected behavior

A clear and concise description of what you expected to happen.
I don't expect an error - it never used to error and HA is updated and working. No supervisor errors just that terminal error

Additional context

Add any other context about the problem here.
e.g., If you are running ha core check and the config is known to be broken or good.

ok, my issue in supervisor (closed by Frenck above) was 'almost' a duplicate. the error is also shown when issuing

ha core check

it the same code logic and change that triggers this. The command doesn't matter in this case :)

Any news on this issue? It seems that I cant even restart Home Assistant from the GUI (fortunately just my DEV environment) and I am hesitant to update the PROD system because of this.