8000 Error after update · Issue #152 · gazoodle/gecko-home-assistant · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error after update #152

Open
4 tasks done
jaketame opened this issue Feb 18, 2025 · 3 comments
Open
4 tasks done

Error after update #152

jaketame opened this issue Feb 18, 2025 · 3 comments

Comments

@jaketame
Copy link

System Health details

System Information

version core-2025.2.4
installation_type Unknown
dev false
hassio false
docker false
user jake
virtualenv false
python_version 3.13.1
os_name Darwin
os_version 14.4.1
arch arm64
timezone Europe/London
config_dir /Users/jake/.homeassistant
Home Assistant Community Store
GitHub API ok
GitHub Content ok
GitHub Web ok
HACS Data ok
GitHub API Calls Remaining 4976
Installed Version 2.0.5
Stage running
Available Repositories 1539
Downloaded Repositories 5
Home Assistant Cloud
logged_in false
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Dashboards
dashboards 2
resources 1
views 0
mode storage
Network Configuration
adapters lo0 (disabled), en6 (enabled, default, auto), awdl0 (disabled), llw0 (disabled), bridge100 (disabled)
ipv4_addresses lo0 (127.0.0.1/8), en6 (10.1.1.175/24), awdl0 (), llw0 (), bridge100 (192.168.105.1/24)
ipv6_addresses lo0 (::1/128, fe80::1/64), en6 (fe80::1474:ae69:8515:6de/64, fd2f:4220:42c4:c644:83e:46bb:5af2:b0b4/64), awdl0 (fe80::448f:74ff:fe9c:5cb5/64), llw0 (fe80::448f:74ff:fe9c:5cb5/64), bridge100 (fe80::4c20:b8ff:fe9a:6664/64, fd93:f54a:12b7:fd13:4aa:62b0:24ce:f61e/64)
announce_addresses 10.1.1.175, fe80::1474:ae69:8515:6de, fd2f:4220:42c4:c644:83e:46bb:5af2:b0b4
Recorder
oldest_recorder_run 7 February 2025 at 01:46
current_recorder_run 18 February 2025 at 08:54
estimated_db_size 49.51 MiB
database_engine sqlite
database_version 3.48.0

Checklist

  • I have enabled debug logging for my installation.
  • I have filled out the issue template to the best of my ability.
  • This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
  • This issue is not a duplicate issue of currently previous issues

Describe the issue

Updated to latest Gecko HACS Plugin Version - Existing Hot Tub connection became unavailable, remove and re-added. Only 2 entities showing (Reconnect and Status). Error in logs

Reproduction steps

  1. Updated to latest
  2. Remove and re-add hot tub

...

Debug logs

2025-02-18 08:46:06.414 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Hot Tub for binary_sensor
Traceback (most recent call last):
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/config_entries.py", line 849, in async_unload
    result = await component.async_unload_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/components/binary_sensor/__init__.py", line 144, in async_unload_entry
    return await hass.data[DATA_COMPONENT].async_unload_entry(entry)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/helpers/entity_component.py", line 200, in async_unload_entry
    raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2025-02-18 08:46:06.417 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Hot Tub for button
Traceback (most recent call last):
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/config_entries.py", line 849, in async_unload
    result = await component.async_unload_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/components/button/__init__.py", line 73, in async_unload_entry
    return await hass.data[DATA_COMPONENT].async_unload_entry(entry)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/helpers/entity_component.py", line 200, in async_unload_entry
    raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2025-02-18 08:46:06.418 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Hot Tub for fan
Traceback (most recent call last):
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/config_entries.py", line 849, in async_unload
    result = await component.async_unload_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/components/fan/__init__.py", line 188, in async_unload_entry
    return await hass.data[DATA_COMPONENT].async_unload_entry(entry)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/helpers/entity_component.py", line 200, in async_unload_entry
    raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2025-02-18 08:46:06.420 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Hot Tub for sensor
Traceback (most recent call last):
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/config_entries.py", line 849, in async_unload
    result = await component.async_unload_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/components/sensor/__init__.py", line 101, in async_unload_entry
    return await hass.data[DATA_COMPONENT].async_unload_entry(entry)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/helpers/entity_component.py", line 200, in async_unload_entry
    raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2025-02-18 08:46:06.421 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Hot Tub for switch
Traceback (most recent call last):
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/config_entries.py", line 849, in async_unload
    result = await component.async_unload_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/components/switch/__init__.py", line 84, in async_unload_entry
    return await hass.data[DATA_COMPONENT].async_unload_entry(entry)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/helpers/entity_component.py", line 200, in async_unload_entry
    raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2025-02-18 08:46:06.423 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Hot Tub for climate
Traceback (most recent call last):
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/config_entries.py", line 849, in async_unload
    result = await component.async_unload_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/components/climate/__init__.py", line 222, in async_unload_entry
    return await hass.data[DATA_COMPONENT].async_unload_entry(entry)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/helpers/entity_component.py", line 200, in async_unload_entry
    raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2025-02-18 08:46:06.424 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Hot Tub for light
Traceback (most recent call last):
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/config_entries.py", line 849, in async_unload
    result = await component.async_unload_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/components/light/__init__.py", line 696, in async_unload_entry
    return await hass.data[DATA_COMPONENT].async_unload_entry(entry)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/helpers/entity_component.py", line 200, in async_unload_entry
    raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2025-02-18 08:46:06.425 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Hot Tub for select
Traceback (most recent call last):
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/config_entries.py", line 849, in async_unload
    result = await component.async_unload_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/components/select/__init__.py", line 109, in async_unload_entry
    return await hass.data[DATA_COMPONENT].async_unload_entry(entry)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/helpers/entity_component.py", line 200, in async_unload_entry
    raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!
2025-02-18 08:46:06.426 ERROR (MainThread) [homeassistant.config_entries] Error unloading entry Hot Tub for water_heater
Traceback (most recent call last):
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/config_entries.py", line 849, in async_unload
    result = await component.async_unload_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/components/water_heater/__init__.py", line 135, in async_unload_entry
    return await hass.data[DATA_COMPONENT].async_unload_entry(entry)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/Caskroom/miniforge/base/envs/hass/lib/python3.13/site-packages/homeassistant/helpers/entity_component.py", line 200, in async_unload_entry
    raise ValueError("Config entry was never loaded!")
ValueError: Config entry was never loaded!

Diagnostics dump

No response

@SchmidSP
Copy link

Same Problem.

Downgrade to 0.1.18 works.

My Version:
Core 2025.2.4
Supervisor 2025.02.1
Operating System 14.2
Frontend 20250214.0

@gazoodle
Copy link
Owner

Hmm, there was probably an error leading up to those stack traces which is the root cause here. Can you dig a bit further back in your log file and see if there is anything obvious?

@gazoodle
Copy link
Owner

Can you also try v0.1.23? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
0