home-assistant/cli

deConz addon CLI install triggers: context deadline exceeded

xiki808 opened this issue · 2 comments

The problem

When installing the deConz addon from CLI: addons install core_samba, I get Post "http://supervisor/addons/core_deconz/install": context deadline exceeded (Client.Timeout exceeded while awaiting headers). The plugin eventually still installs, but this breaks automation scripts if there are other commands configuring this same addon. They will be executed before the addon is installed.

Environment

  • Add-on with the issue: deConz
  • Add-on release with the issue: 6.9.0
  • Last working add-on release (if known): Ran the same script like a month ago and had no issues
  • Operating environment (OS/Supervised): Home Assistant OS 5.13
  • Core: core-2021.5.5
  • Supervisor: supervisor-2021.04.3
  • Home assistant run on a VM. Host OS: Proxmox 6.4

Problem-relevant configuration

Nothing modified

# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:

# Text to speech
tts:
  - platform: google_translate

group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml

Additional information

Installing another addon, like Samba did not produce the same error.

That is not an add-on issue, but a possible CLI issue.

In which add-on/CLI client where you using the CLI? And which version was it running?

I'm not sure if I'm going to answer correctly. I don't seem I can get the CLI version, but I can see core version 2021.5.5. What I'm doing is spinning a VM from the latest image I can download. For this setup, I got it from there: https://github.com/home-assistant/operating-system/releases/download/5.13/hassos_ova-5.13.vmdk.xz

Then I can access the shell of the VM, which gets me to homeassistant CLI after logging in with root, and this is where the error message shows when I try to install the deConz addon.

Let me know if I should query this issue somewhere else.