Coder Social home page Coder Social logo

Comments (15)

ManiacMouse avatar ManiacMouse commented on August 21, 2024 1

@pssc thank you for replying. Shortly after I wrote the ticket, I did upgrade to 2024.8.2 but it did not make a difference.

I would love to give you a debug log for the integration, but I don't know how to do that when it does not load and does not show up. The Troubleshooting your configuration page only describes how to do it in Settings > Devices & Services > Integrations, but its not there. I tried manually browsing to /config/integrations/integration/yamaha and the page loads, but the only links on the left side under the Yamaha logo are to Documentation and Known Issues, no option to enable debug logging.

So the only logs I have is what I wrote in the initial ticket, those two rows in home-assistant.log.

I'm happy to help debugging any way I can.

from core.

pssc avatar pssc commented on August 21, 2024 1

Yes can be done though the logger config in configuration in configuration.yaml, ah but this looks like can't actually connect to them at all, Have a look in the detailed log also

from core.

pssc avatar pssc commented on August 21, 2024 1

@ManiacMouse thank you that's really useful it looking like the fix in 2024.8.2 is masking another bug, I am working on an updated version #124057 and related to #124087

from core.

pssc avatar pssc commented on August 21, 2024 1

@ManiacMouse thanks will have a new version tomorrow after some local testing if you could oblige.

from core.

ManiacMouse avatar ManiacMouse commented on August 21, 2024 1

@pssc I will help in any way I can. Thank you! Now its time to sleep :)

from core.

home-assistant avatar home-assistant commented on August 21, 2024

yamaha documentation
yamaha source

from core.

pssc avatar pssc commented on August 21, 2024

@ManiacMouse sorry to hear you having issues, make sure your running core 2024.8.2 some fixes when in that release and a debug log for the component if that hasn't fixed it would be really useful thanks.

from core.

ManiacMouse avatar ManiacMouse commented on August 21, 2024

Ok, I've enabled debug successfully through the logger configuration and this is what I get now in home-assistant.log
Looks like its looping to try to connect.

2024-08-19 10:28:39.787 DEBUG (MainThread) [homeassistant.components.yamaha.media_player] Known receiver zones: set()
2024-08-19 10:28:39.787 DEBUG (MainThread) [homeassistant.components.yamaha.media_player] Discovery Info: None
2024-08-19 10:28:39.787 DEBUG (MainThread) [homeassistant.components.yamaha.media_player] Known receiver zones: set()
2024-08-19 10:28:39.787 DEBUG (MainThread) [homeassistant.components.yamaha.media_player] Discovery Info: None
2024-08-19 10:28:39.790 DEBUG (SyncWorker_7) [homeassistant.components.yamaha.media_player] Config Zones
2024-08-19 10:28:39.790 DEBUG (SyncWorker_9) [homeassistant.components.yamaha.media_player] Config Zones
2024-08-19 10:28:43.667 WARNING (MainThread) [homeassistant.components.media_player] Platform yamaha not ready yet: Issue while connecting to Sovrum; Retrying in background in 30 seconds
2024-08-19 10:28:43.668 WARNING (MainThread) [homeassistant.components.media_player] Platform yamaha not ready yet: Issue while connecting to Vardagsrum; Retrying in background in 30 seconds
2024-08-19 10:28:55.704 DEBUG (MainThread) [homeassistant.components.yamaha.media_player] Known receiver zones: set()
2024-08-19 10:28:55.705 DEBUG (MainThread) [homeassistant.components.yamaha.media_player] Discovery Info: None
2024-08-19 10:28:55.705 DEBUG (MainThread) [homeassistant.components.yamaha.media_player] Known receiver zones: set()
2024-08-19 10:28:55.705 DEBUG (MainThread) [homeassistant.components.yamaha.media_player] Discovery Info: None
2024-08-19 10:28:55.707 DEBUG (SyncWorker_0) [homeassistant.components.yamaha.media_player] Config Zones
2024-08-19 10:28:55.707 DEBUG (SyncWorker_10) [homeassistant.components.yamaha.media_player] Config Zones
2024-08-19 10:29:59.114 DEBUG (MainThread) [homeassistant.components.yamaha.media_player] Known receiver zones: set()
2024-08-19 10:29:59.114 DEBUG (MainThread) [homeassistant.components.yamaha.media_player] Discovery Info: None
2024-08-19 10:29:59.115 DEBUG (SyncWorker_10) [homeassistant.components.yamaha.media_player] Config Zones
2024-08-19 10:29:59.132 DEBUG (MainThread) [homeassistant.components.yamaha.media_player] Known receiver zones: set()
2024-08-19 10:29:59.133 DEBUG (MainThread) [homeassistant.components.yamaha.media_player] Discovery Info: None
2024-08-19 10:29:59.133 DEBUG (SyncWorker_12) [homeassistant.components.yamaha.media_player] Config Zones
2024-08-19 10:31:32.525 DEBUG (MainThread) [homeassistant.components.yamaha.media_player] Known receiver zones: set()
2024-08-19 10:31:32.525 DEBUG (MainThread) [homeassistant.components.yamaha.media_player] Discovery Info: None
2024-08-19 10:31:32.525 DEBUG (SyncWorker_12) [homeassistant.components.yamaha.media_player] Config Zones
2024-08-19 10:31:32.567 DEBUG (MainThread) [homeassistant.components.yamaha.media_player] Known receiver zones: set()
2024-08-19 10:31:32.567 DEBUG (MainThread) [homeassistant.components.yamaha.media_player] Discovery Info: None
2024-08-19 10:31:32.567 DEBUG (SyncWorker_16) [homeassistant.components.yamaha.media_player] Config Zones
2024-08-19 10:33:35.788 DEBUG (MainThread) [homeassistant.components.yamaha.media_player] Known receiver zones: set()
2024-08-19 10:33:35.788 DEBUG (MainThread) [homeassistant.components.yamaha.media_player] Discovery Info: None
2024-08-19 10:33:35.788 DEBUG (SyncWorker_13) [homeassistant.components.yamaha.media_player] Config Zones
2024-08-19 10:33:36.048 DEBUG (MainThread) [homeassistant.components.yamaha.media_player] Known receiver zones: set()
2024-08-19 10:33:36.049 DEBUG (MainThread) [homeassistant.components.yamaha.media_player] Discovery Info: None
2024-08-19 10:33:36.049 DEBUG (SyncWorker_3) [homeassistant.components.yamaha.media_player] Config Zones

My configuration related to this looks like this now:

# Logger settings
logger:
  default: warning
  logs:
    homeassistant.components.yamaha: debug

# Enable Yamaha Media Player support
media_player:
  - platform: yamaha
    host: 192.168.0.30
    name: "Vardagsrum"
  - platform: yamaha
    host: 192.168.0.31
    name: "Sovrum"

from core.

ManiacMouse avatar ManiacMouse commented on August 21, 2024

@pssc I installed the yamaha.tar.gz you shared in the other thread as custom_component, but it does not seem to fix my issue.
I still have debug enabled, but I don't get any debug output anymore. All I see is the output below in home-assistant.log.

2024-08-19 19:15:01.234 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration yamaha which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-19 19:15:05.510 WARNING (MainThread) [homeassistant.components.media_player] Platform yamaha not ready yet: Issue while connecting to Vardagsrum; Retrying in background in 30 seconds
2024-08-19 19:15:05.510 WARNING (MainThread) [homeassistant.components.media_player] Platform yamaha not ready yet: Issue while connecting to Sovrum; Retrying in background in 30 seconds

from core.

pssc avatar pssc commented on August 21, 2024

@ManiacMouse it looks like you debug log settings might have dropped off as you should be able to gain more detailed logs. On the surface it looks like the config for your receivers needs checking as it is failing to connect to the device at the network level, But I will reserve judgement until I can see the full debug log as the new component has more logging. This was working right? ;-)

from core.

ManiacMouse avatar ManiacMouse commented on August 21, 2024

@pssc My configuration is still exactly the same as above. Network connectivity is fine, my HAOS is on the same network as the receivers.

Welcome to Home Assistant
homeassistant login: root
Welcome to Home Assistant OS.

Use `ha` to access the Home Assistant CLI.
# ip addr show enp0s2
2: enp0s2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
    link/ether 52:54:00:85:70:38 brd ff:ff:ff:ff:ff:ff
    inet 192.168.0.20/22 brd 192.168.3.255 scope global dynamic noprefixroute enp0s2
       valid_lft 55057sec preferred_lft 55057sec
    inet6 fe80::e7f9:a58a:e602:95a6/64 scope link noprefixroute
       valid_lft forever preferred_lft forever
# ping 192.168.0.30
192.168.0.30 is alive!
# ping 192.168.0.31
192.168.0.31 is alive!

I'll try to debug the debugging so I can get some logs.

from core.

ManiacMouse avatar ManiacMouse commented on August 21, 2024

@pssc I tried rebooting HAOS just to try it, but its still the same three rows in home-assistant.log and no debug output at all.

I assume this path is correct since it says that it loads yamaha as a custom integration.
/mnt/data/supervisor/homeassistant/custom_components/yamaha

Do I need to enable debug differently when its loaded as a custom integration?

from core.

ManiacMouse avatar ManiacMouse commented on August 21, 2024

@pssc Sorry, I'm learning more and more about how Home Assistant works as I play around. Figured out how to turn on debug logging for custom components so my configuration for the logger is now like this.

# Logger settings
logger:
  default: warning
  logs:
    homeassistant.components.yamaha: debug
    custom_components.yamaha: debug

And now, we have some debug printouts.

2024-08-20 00:37:31.032 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration yamaha which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2024-08-20 00:37:31.502 DEBUG (MainThread) [custom_components.yamaha.media_player] Known receiver zones: set()
2024-08-20 00:37:31.502 DEBUG (MainThread) [custom_components.yamaha.media_player] Discovery Info: None
2024-08-20 00:37:31.502 DEBUG (MainThread) [custom_components.yamaha.media_player] Discovery data store {}
2024-08-20 00:37:31.502 DEBUG (MainThread) [custom_components.yamaha.media_player] Known receiver zones: set()
2024-08-20 00:37:31.502 DEBUG (MainThread) [custom_components.yamaha.media_player] Discovery Info: None
2024-08-20 00:37:31.503 DEBUG (MainThread) [custom_components.yamaha.media_player] Discovery data store {}
2024-08-20 00:37:31.504 DEBUG (SyncWorker_0) [custom_components.yamaha.media_player] Discovery Config {'name': 'Vardagsrum', 'host': '192.168.0.30', 'ctrl_url': 'http://192.168.0.30:80/YamahaRemoteControl/ctrl', 'source_ignore': [], 'source_names': {}, 'zone_ignore': [], 'zone_names': {}, 'from_discovery': False}
2024-08-20 00:37:31.504 DEBUG (SyncWorker_0) [custom_components.yamaha.media_player] Config Zones
2024-08-20 00:37:31.504 DEBUG (SyncWorker_10) [custom_components.yamaha.media_player] Discovery Config {'name': 'Sovrum', 'host': '192.168.0.31', 'ctrl_url': 'http://192.168.0.31:80/YamahaRemoteControl/ctrl', 'source_ignore': [], 'source_names': {}, 'zone_ignore': [], 'zone_names': {}, 'from_discovery': False}
2024-08-20 00:37:31.504 DEBUG (SyncWorker_10) [custom_components.yamaha.media_player] Config Zones
2024-08-20 00:37:35.305 WARNING (MainThread) [homeassistant.components.media_player] Platform yamaha not ready yet: Issue while connecting to Sovrum; Retrying in background in 30 seconds
2024-08-20 00:37:35.305 WARNING (MainThread) [homeassistant.components.media_player] Platform yamaha not ready yet: Issue while connecting to Vardagsrum; Retrying in background in 30 seconds
2024-08-20 00:37:48.908 DEBUG (MainThread) [custom_components.yamaha.media_player] Known receiver zones: set()
2024-08-20 00:37:48.908 DEBUG (MainThread) [custom_components.yamaha.media_player] Discovery Info: None
2024-08-20 00:37:48.908 DEBUG (MainThread) [custom_components.yamaha.media_player] Known receiver zones: set()
2024-08-20 00:37:48.908 DEBUG (MainThread) [custom_components.yamaha.media_player] Discovery Info: None
2024-08-20 00:37:48.928 DEBUG (MainThread) [custom_components.yamaha.media_player] Discovery data store {}
2024-08-20 00:37:48.928 DEBUG (MainThread) [custom_components.yamaha.media_player] Discovery data store {}
2024-08-20 00:37:48.932 DEBUG (SyncWorker_12) [custom_components.yamaha.media_player] Discovery Config {'name': 'Sovrum', 'host': '192.168.0.31', 'ctrl_url': 'http://192.168.0.31:80/YamahaRemoteControl/ctrl', 'source_ignore': [], 'source_names': {}, 'zone_ignore': [], 'zone_names': {}, 'from_discovery': False}
2024-08-20 00:37:48.932 DEBUG (SyncWorker_12) [custom_components.yamaha.media_player] Config Zones
2024-08-20 00:37:48.932 DEBUG (SyncWorker_1) [custom_components.yamaha.media_player] Discovery Config {'name': 'Vardagsrum', 'host': '192.168.0.30', 'ctrl_url': 'http://192.168.0.30:80/YamahaRemoteControl/ctrl', 'source_ignore': [], 'source_names': {}, 'zone_ignore': [], 'zone_names': {}, 'from_discovery': False}
2024-08-20 00:37:48.932 DEBUG (SyncWorker_1) [custom_components.yamaha.media_player] Config Zones
2024-08-20 00:38:52.113 DEBUG (MainThread) [custom_components.yamaha.media_player] Known receiver zones: set()
2024-08-20 00:38:52.113 DEBUG (MainThread) [custom_components.yamaha.media_player] Discovery Info: None
2024-08-20 00:38:52.113 DEBUG (MainThread) [custom_components.yamaha.media_player] Discovery data store {}
2024-08-20 00:38:52.114 DEBUG (SyncWorker_8) [custom_components.yamaha.media_player] Discovery Config {'name': 'Vardagsrum', 'host': '192.168.0.30', 'ctrl_url': 'http://192.168.0.30:80/YamahaRemoteControl/ctrl', 'source_ignore': [], 'source_names': {}, 'zone_ignore': [], 'zone_names': {}, 'from_discovery': False}
2024-08-20 00:38:52.114 DEBUG (SyncWorker_8) [custom_components.yamaha.media_player] Config Zones
2024-08-20 00:38:52.480 DEBUG (MainThread) [custom_components.yamaha.media_player] Known receiver zones: set()
2024-08-20 00:38:52.480 DEBUG (MainThread) [custom_components.yamaha.media_player] Discovery Info: None
2024-08-20 00:38:52.480 DEBUG (MainThread) [custom_components.yamaha.media_player] Discovery data store {}
2024-08-20 00:38:52.481 DEBUG (SyncWorker_17) [custom_components.yamaha.media_player] Discovery Config {'name': 'Sovrum', 'host': '192.168.0.31', 'ctrl_url': 'http://192.168.0.31:80/YamahaRemoteControl/ctrl', 'source_ignore': [], 'source_names': {}, 'zone_ignore': [], 'zone_names': {}, 'from_discovery': False}
2024-08-20 00:38:52.481 DEBUG (SyncWorker_17) [custom_components.yamaha.media_player] Config Zones
2024-08-20 00:40:25.483 DEBUG (MainThread) [custom_components.yamaha.media_player] Known receiver zones: set()
2024-08-20 00:40:25.483 DEBUG (MainThread) [custom_components.yamaha.media_player] Discovery Info: None
2024-08-20 00:40:25.484 DEBUG (MainThread) [custom_components.yamaha.media_player] Discovery data store {}
2024-08-20 00:40:25.484 DEBUG (SyncWorker_3) [custom_components.yamaha.media_player] Discovery Config {'name': 'Vardagsrum', 'host': '192.168.0.30', 'ctrl_url': 'http://192.168.0.30:80/YamahaRemoteControl/ctrl', 'source_ignore': [], 'source_names': {}, 'zone_ignore': [], 'zone_names': {}, 'from_discovery': False}
2024-08-20 00:40:25.484 DEBUG (SyncWorker_3) [custom_components.yamaha.media_player] Config Zones
2024-08-20 00:40:25.978 DEBUG (MainThread) [custom_components.yamaha.media_player] Known receiver zones: set()
2024-08-20 00:40:25.978 DEBUG (MainThread) [custom_components.yamaha.media_player] Discovery Info: None
2024-08-20 00:40:25.978 DEBUG (MainThread) [custom_components.yamaha.media_player] Discovery data store {}
2024-08-20 00:40:25.979 DEBUG (SyncWorker_16) [custom_components.yamaha.media_player] Discovery Config {'name': 'Sovrum', 'host': '192.168.0.31', 'ctrl_url': 'http://192.168.0.31:80/YamahaRemoteControl/ctrl', 'source_ignore': [], 'source_names': {}, 'zone_ignore': [], 'zone_names': {}, 'from_discovery': False}
2024-08-20 00:40:25.979 DEBUG (SyncWorker_16) [custom_components.yamaha.media_player] Config Zones

I tried these two URLs I see in the log in a browser, and they are responding but give errors.
Perhaps this is working as intended because I guess its some kind of API, I don't know, but I hope the information helps.

http://192.168.0.30:80/YamahaRemoteControl/ctrl
http://192.168.0.31:80/YamahaRemoteControl/ctrl

The first one (.30) is my RX-A840 and it gives a HTTP ERROR 400.
The second one (.31) is my RX-V585 and it gives a ERR_INVALID_RESPONSE.

from core.

pssc avatar pssc commented on August 21, 2024

@ManiacMouse most useful thank you for your persistence looks like its coming unstuck after Config Zones are there any exceptions?

from core.

ManiacMouse avatar ManiacMouse commented on August 21, 2024

This is the contents of the home-assistant.log.fault and it does have a number of errors, but I don't know if its related.

Fatal Python error: Segmentation fault

Thread 0x00007f9d3a716b30 (most recent call first):
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89 in _worker
  File "/usr/local/lib/python3.12/threading.py", line 1010 in run
  File "/usr/local/lib/python3.12/threading.py", line 1073 in _bootstrap_inner
  File "/usr/local/lib/python3.12/threading.py", line 1030 in _bootstrap

Thread 0x00007f9d3a829b30 (most recent call first):
  File "/usr/local/lib/python3.12/site-packages/serial/serialposix.py", line 322 in open
  File "/usr/local/lib/python3.12/site-packages/serial/__init__.py", line 90 in serial_for_url
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58 in run
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 92 in _worker
  File "/usr/local/lib/python3.12/threading.py", line 1010 in run
  File "/usr/local/lib/python3.12/threading.py", line 1073 in _bootstrap_inner
  File "/usr/local/lib/python3.12/threading.py", line 1030 in _bootstrap

Thread 0x00007f9d3a93cb30 (most recent call first):
  File "/usr/local/lib/python3.12/selectors.py", line 462 in select
  File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1936 in _run_once
  File "/usr/local/lib/python3.12/asyncio/base_events.py", line 638 in run_forever
  File "/usr/local/lib/python3.12/site-packages/bellows/thread.py", line 28 in _thread_main
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58 in run
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 92 in _worker
  File "/usr/local/lib/python3.12/threading.py", line 1010 in run
  File "/usr/local/lib/python3.12/threading.py", line 1073 in _bootstrap_inner
  File "/usr/local/lib/python3.12/threading.py", line 1030 in _bootstrap

Thread 0x00007f9d3aa4fb30 (most recent call first):
  File "/usr/local/lib/python3.12/threading.py", line 359 in wait
  File "/usr/local/lib/python3.12/queue.py", line 180 in get
  File "/usr/local/lib/python3.12/site-packages/aiosqlite/core.py", line 99 in run
  File "/usr/local/lib/python3.12/threading.py", line 1073 in _bootstrap_inner
  File "/usr/local/lib/python3.12/threading.py", line 1030 in _bootstrap

Thread 0x00007f9d3c86fb30 (most recent call first):
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89 in _worker
  File "/usr/local/lib/python3.12/threading.py", line 1010 in run
  File "/usr/local/lib/python3.12/threading.py", line 1073 in _bootstrap_inner
  File "/usr/local/lib/python3.12/threading.py", line 1030 in _bootstrap

Thread 0x00007f9d3d78db30 (most recent call first):
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89 in _worker
  File "/usr/local/lib/python3.12/threading.py", line 1010 in run
  File "/usr/local/lib/python3.12/threading.py", line 1073 in _bootstrap_inner
  File "/usr/local/lib/python3.12/threading.py", line 1030 in _bootstrap

Thread 0x00007f9d3d8a0b30 (most recent call first):
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89 in _worker
  File "/usr/local/lib/python3.12/threading.py", line 1010 in run
  File "/usr/local/lib/python3.12/threading.py", line 1073 in _bootstrap_inner
  File "/usr/local/lib/python3.12/threading.py", line 1030 in _bootstrap

Thread 0x00007f9d3d9b3b30 (most recent call first):
  File "/usr/local/lib/python3.12/ssl.py", line 1105 in read
  File "/usr/local/lib/python3.12/ssl.py", line 1253 in recv_into
  File "/usr/local/lib/python3.12/socket.py", line 707 in readinto
  File "/usr/local/lib/python3.12/http/client.py", line 292 in _read_status
  File "/usr/local/lib/python3.12/http/client.py", line 331 in begin
  File "/usr/local/lib/python3.12/http/client.py", line 1419 in getresponse
  File "/usr/local/lib/python3.12/site-packages/urllib3/connectionpool.py", line 462 in _make_request
  File "/usr/local/lib/python3.12/site-packages/urllib3/connectionpool.py", line 715 in urlopen
  File "/usr/local/lib/python3.12/site-packages/requests/adapters.py", line 486 in send
  File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 703 in send
  File "/usr/local/lib/python3.12/site-packages/requests/sessions.py", line 589 in request
  File "/usr/local/lib/python3.12/site-packages/requests/api.py", line 59 in request
  File "/usr/local/lib/python3.12/site-packages/requests/api.py", line 73 in get
  File "/usr/local/lib/python3.12/site-packages/solaredge/solaredge.py", line 312 in get_inventory
  File "/usr/src/homeassistant/homeassistant/components/solaredge/coordinator.py", line 162 in update
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58 in run
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 92 in _worker
  File "/usr/local/lib/python3.12/threading.py", line 1010 in run
  File "/usr/local/lib/python3.12/threading.py", line 1073 in _bootstrap_inner
  File "/usr/local/lib/python3.12/threading.py", line 1030 in _bootstrap

Thread 0x00007f9d3e7cfb30 (most recent call first):
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89 in _worker
  File "/usr/local/lib/python3.12/threading.py", line 1010 in run
  File "/usr/local/lib/python3.12/threading.py", line 1073 in _bootstrap_inner
  File "/usr/local/lib/python3.12/threading.py", line 1030 in _bootstrap

Thread 0x00007f9d3ecffb30 (most recent call first):
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89 in _worker
  File "/usr/local/lib/python3.12/threading.py", line 1010 in run
  File "/usr/local/lib/python3.12/threading.py", line 1073 in _bootstrap_inner
  File "/usr/local/lib/python3.12/threading.py", line 1030 in _bootstrap

Thread 0x00007f9d3ff1fb30 (most recent call first):
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89 in _worker
  File "/usr/local/lib/python3.12/threading.py", line 1010 in run
  File "/usr/local/lib/python3.12/threading.py", line 1073 in _bootstrap_inner
  File "/usr/local/lib/python3.12/threading.py", line 1030 in _bootstrap

Thread 0x00007f9d407bcb30 (most recent call first):
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89 in _worker
  File "/usr/local/lib/python3.12/threading.py", line 1010 in run
  File "/usr/local/lib/python3.12/threading.py", line 1073 in _bootstrap_inner
  File "/usr/local/lib/python3.12/threading.py", line 1030 in _bootstrap

Thread 0x00007f9d4c1ffb38 (most recent call first):
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89 in _worker
  File "/usr/local/lib/python3.12/threading.py", line 1010 in run
  File "/usr/local/lib/python3.12/threading.py", line 1073 in _bootstrap_inner
  File "/usr/local/lib/python3.12/threading.py", line 1030 in _bootstrap

Thread 0x00007f9d4ca4fb38 (most recent call first):
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89 in _worker
  File "/usr/local/lib/python3.12/threading.py", line 1010 in run
  File "/usr/local/lib/python3.12/threading.py", line 1073 in _bootstrap_inner
  File "/usr/local/lib/python3.12/threading.py", line 1030 in _bootstrap

Thread 0x00007f9d5e4afb38 (most recent call first):
  File "/usr/local/lib/python3.12/threading.py", line 355 in wait
  File "/usr/local/lib/python3.12/concurrent/futures/_base.py", line 451 in result
  File "/usr/src/homeassistant/homeassistant/components/recorder/core.py", line 687 in _wait_startup_or_shutdown
  File "/usr/src/homeassistant/homeassistant/components/recorder/core.py", line 746 in _run
  File "/usr/src/homeassistant/homeassistant/components/recorder/core.py", line 698 in run
  File "/usr/local/lib/python3.12/threading.py", line 1073 in _bootstrap_inner
  File "/usr/local/lib/python3.12/threading.py", line 1030 in _bootstrap

Thread 0x00007f9d62bffb38 (most recent call first):
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89 in _worker
  File "/usr/local/lib/python3.12/threading.py", line 1010 in run
  File "/usr/local/lib/python3.12/threading.py", line 1073 in _bootstrap_inner
  File "/usr/local/lib/python3.12/threading.py", line 1030 in _bootstrap

Thread 0x00007f9d6417bb38 (most recent call first):
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89 in _worker
  File "/usr/local/lib/python3.12/threading.py", line 1010 in run
  File "/usr/local/lib/python3.12/threading.py", line 1073 in _bootstrap_inner
  File "/usr/local/lib/python3.12/threading.py", line 1030 in _bootstrap

Thread 0x00007f9d6427fb38 (most recent call first):
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89 in _worker
  File "/usr/local/lib/python3.12/threading.py", line 1010 in run
  File "/usr/local/lib/python3.12/threading.py", line 1073 in _bootstrap_inner
  File "/usr/local/lib/python3.12/threading.py", line 1030 in _bootstrap

Thread 0x00007f9d64bffb38 (most recent call first):
  File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 89 in _worker
  File "/usr/local/lib/python3.12/threading.py", line 1010 in run
  File "/usr/local/lib/python3.12/threading.py", line 1073 in _bootstrap_inner
  File "/usr/local/lib/python3.12/threading.py", line 1030 in _bootstrap

Thread 0x00007f9d651efb38 (most recent call first):
  File "/usr/local/lib/python3.12/logging/handlers.py", line 1527 in dequeue
  File "/usr/local/lib/python3.12/logging/handlers.py", line 1578 in _monitor
  File "/usr/local/lib/python3.12/threading.py", line 1010 in run
  File "/usr/local/lib/python3.12/threading.py", line 1073 in _bootstrap_inner
  File "/usr/local/lib/python3.12/threading.py", line 1030 in _bootstrap

Current thread 0x00007f9d6a12bb08 (most recent call first):
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/messages.py", line 246 in _message_to_json_bytes_or_none
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/messages.py", line 259 in message_to_json_bytes
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/http.py", line 199 in _send_message
  File "/usr/src/homeassistant/homeassistant/components/frontend/__init__.py", line 741 in websocket_get_translations
  File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 26 in _handle_async_response
  File "/usr/local/lib/python3.12/asyncio/events.py", line 84 in _run
  File "/usr/local/lib/python3.12/asyncio/base_events.py", line 1974 in _run_once
  File "/usr/local/lib/python3.12/asyncio/base_events.py", line 638 in run_forever
  File "/usr/local/lib/python3.12/asyncio/base_events.py", line 671 in run_until_complete
  File "/usr/src/homeassistant/homeassistant/runner.py", line 188 in run
  File "/usr/src/homeassistant/homeassistant/__main__.py", line 209 in main
  File "/usr/src/homeassistant/homeassistant/__main__.py", line 221 in <module>
  File "<frozen runpy>", line 88 in _run_code
  File "<frozen runpy>", line 198 in _run_module_as_main

Extension modules: yaml._yaml, _cffi_backend, multidict._multidict, yarl._quoting_c, ciso8601, _brotli, aiohttp._helpers, aiohttp._http_writer, aiohttp._http_parser, aiohttp._websocket, frozenlist._frozenlist, ulid_transform._ulid_impl, markupsafe._speedups, isal.igzip_lib, isal.isal_zlib, PIL._imaging, simplejson._speedups, sqlalchemy.cyextension.collections, sqlalchemy.cyextension.immutabledict, sqlalchemy.cyextension.processors, sqlalchemy.cyextension.resultproxy, sqlalchemy.cyextension.util, greenlet._greenlet, fnv_hash_fast._fnv_impl, cached_ipaddress.ipaddress, dbus_fast.signature, dbus_fast._private.marshaller, dbus_fast.message, dbus_fast.service, dbus_fast._private.address, dbus_fast.unpack, dbus_fast.message_bus, dbus_fast._private.unmarshaller, dbus_fast.aio.message_reader, bluetooth_data_tools.gap, bluetooth_data_tools._time_impl, bluetooth_data_tools._utils_impl, bluetooth_data_tools.utils, habluetooth.models, habluetooth.advertisement_tracker, habluetooth.manager, habluetooth.base_scanner, habluetooth.scanner, zeroconf._utils.time, zeroconf._dns, zeroconf._protocol.outgoing, zeroconf._protocol.incoming, zeroconf._cache, zeroconf._record_update, zeroconf._history, zeroconf._updates, zeroconf._services, zeroconf._utils.ipaddress, zeroconf._services.info, zeroconf._services.registry, zeroconf._handlers.answers, zeroconf._handlers.multicast_outgoing_queue, zeroconf._handlers.query_handler, zeroconf._handlers.record_manager, zeroconf._listener, zeroconf._services.browser, numpy.core._multiarray_umath, numpy.core._multiarray_tests, numpy.linalg._umath_linalg, numpy.fft._pocketfft_internal, numpy.random._common, numpy.random.bit_generator, numpy.random._bounded_integers, numpy.random._mt19937, numpy.random.mtrand, numpy.random._philox, numpy.random._pcg64, numpy.random._sfc64, numpy.random._generator, psutil._psutil_linux, psutil._psutil_posix, chacha20poly1305_reuseable, av._core, av.logging, av.bytesource, av.buffer, av.audio.format, av.enum, av.error, av.utils, av.option, av.descriptor, av.container.pyio, av.dictionary, av.format, av.stream, av.container.streams, av.sidedata.motionvectors, av.sidedata.sidedata, av.packet, av.container.input, av.bitstream.filter, av.bitstream.context, av.container.output, av.container.core, av.codec.context, av.video.format, av.video.reformatter, av.plane, av.video.plane, av.video.frame, av.video.stream, av.codec.codec, av.frame, av.audio.layout, av.audio.plane, av.audio.frame, av.audio.stream, av.audio.fifo, av.filter.pad, av.filter.link, av.filter.context, av.filter.graph, av.filter.filter, av.audio.resampler, google._upb._message (total: 121)

from core.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.