Advertisement
Guest User

Docker HA Log

a guest
Jul 16th, 2025
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.03 KB | None | 0 0
  1. [Extensions Warnings]
  2.  
  3. 2025-07-16 22:37:40.284 ERROR (MainThread) [root] Uncaught exception
  4.  
  5. Traceback (most recent call last):
  6.  
  7. File "<frozen runpy>", line 198, in _run_module_as_main
  8.  
  9. File "<frozen runpy>", line 88, in _run_code
  10.  
  11. File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
  12.  
  13. sys.exit(main())
  14.  
  15. ~~~~^^
  16.  
  17. File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
  18.  
  19. exit_code = runner.run(runtime_conf)
  20.  
  21. File "/usr/src/homeassistant/homeassistant/runner.py", line 154, in run
  22.  
  23. return loop.run_until_complete(setup_and_run_hass(runtime_config))
  24.  
  25. ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  26.  
  27. File "/usr/local/lib/python3.13/asyncio/base_events.py", line 719, in run_until_complete
  28.  
  29. return future.result()
  30.  
  31. ~~~~~~~~~~~~~^^
  32.  
  33. File "/usr/src/homeassistant/homeassistant/runner.py", line 122, in setup_and_run_hass
  34.  
  35. hass = await bootstrap.async_setup_hass(runtime_config)
  36.  
  37. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  38.  
  39. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 336, in async_setup_hass
  40.  
  41. await async_from_config_dict(config_dict, hass) is not None
  42.  
  43. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  44.  
  45. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 474, in async_from_config_dict
  46.  
  47. await async_load_base_functionality(hass)
  48.  
  49. File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 442, in async_load_base_functionality
  50.  
  51. await asyncio.gather(
  52.  
  53. ...<14 lines>...
  54.  
  55. )
  56.  
  57. File "/usr/src/homeassistant/homeassistant/helpers/device_registry.py", line 1513, in async_load
  58.  
  59. await async_get(hass).async_load()
  60.  
  61. File "/usr/src/homeassistant/homeassistant/helpers/device_registry.py", line 1360, in async_load
  62.  
  63. name_by_user=device["name_by_user"],
  64.  
  65. ~~~~~~^^^^^^^^^^^^^^^^
  66.  
  67. KeyError: 'name_by_user'
  68.  
  69. [22:37:43] INFO: Home Assistant Core finish process exit code 1
  70.  
  71. [22:37:43] INFO: Home Assistant Core service shutdown
  72.  
  73. s6-rc: info: service legacy-services: stopping
  74.  
  75. s6-rc: info: service legacy-services successfully stopped
  76.  
  77. s6-rc: info: service legacy-cont-init: stopping
  78.  
  79. s6-rc: info: service legacy-cont-init successfully stopped
  80.  
  81. s6-rc: info: service fix-attrs: stopping
  82.  
  83. s6-rc: info: service fix-attrs successfully stopped
  84.  
  85. s6-rc: info: service s6rc-oneshot-runner: stopping
  86.  
  87. s6-rc: info: service s6rc-oneshot-runner successfully stopped
  88.  
  89. s6-rc: info: service s6rc-oneshot-runner: starting
  90.  
  91. s6-rc: info: service s6rc-oneshot-runner successfully started
  92.  
  93. s6-rc: info: service fix-attrs: starting
  94.  
  95. s6-rc: info: service fix-attrs successfully started
  96.  
  97. s6-rc: info: service legacy-cont-init: starting
  98.  
  99. s6-rc: info: service legacy-cont-init successfully started
  100.  
  101. s6-rc: info: service legacy-services: starting
  102.  
  103. services-up: info: copying legacy longrun home-assistant (no readiness notification)
  104.  
  105. s6-rc: info: service legacy-services successfully started
  106.  
  107. [Extensions Warnings]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement