|
楼主 |
发表于 2023-9-30 22:27:22
|
显示全部楼层
root@armbian:~# docker logs 4d38a66e101079bc9033a6f158c8ba8ae0b8bbfb7048914f347df775aac98847
[migrations] started
[migrations] no migrations found
───────────────────────────────────────
██╗ ███████╗██╗ ██████╗
██║ ██╔════╝██║██╔═══██╗
██║ ███████╗██║██║ ██║
██║ ╚════██║██║██║ ██║
███████╗███████║██║╚██████╔╝
╚══════╝╚══════╝╚═╝ ╚═════╝
Brought to you by linuxserver.io
───────────────────────────────────────
To support LSIO projects visit:
https://www.linuxserver.io/donate/
───────────────────────────────────────
GID/UID
───────────────────────────────────────
User UID: 1000
User GID: 1000
───────────────────────────────────────
Updating pip to HA supported version
Requirement already satisfied: pip<22.1,>=21.0 in /config/lsiopy/lib/python3.11/site-packages (22.0.4)
Requirement already satisfied: setuptools in /config/lsiopy/lib/python3.11/site-packages (68.2.2)
Requirement already satisfied: wheel in /config/lsiopy/lib/python3.11/site-packages (0.41.2)
Setting permissions
[custom-init] No custom files found, skipping...
2023-09-30 22:16:03.502 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration hacs 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
2023-09-30 22:16:03.506 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration xiaomi_miot 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
2023-09-30 22:16:03.510 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration hon 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
2023-09-30 22:16:03.513 WARNING (SyncWorker_4) [homeassistant.loader] We found a custom integration candy 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
[ls.io-init] done.
2023-09-30 22:16:25.113 ERROR (MainThread) [homeassistant.setup] Error handling when_setup callback for frontend
Traceback (most recent call last):
File "/lsiopy/lib/python3.11/site-packages/yarl/_url.py", line 191, in __new__
port = val.port
^^^^^^^^
File "/usr/lib/python3.11/urllib/parse.py", line 182, in port
raise ValueError(f"Port could not be cast to integer value as {port!r}")
ValueError: Port could not be cast to integer value as '8123.'
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/lsiopy/lib/python3.11/site-packages/homeassistant/setup.py", line 457, in when_setup
await when_setup_cb(hass, component)
File "/lsiopy/lib/python3.11/site-packages/homeassistant/components/zeroconf/__init__.py", line 216, in _async_zeroconf_hass_start
await _async_register_hass_zc_service(hass, aio_zc, uuid)
File "/lsiopy/lib/python3.11/site-packages/homeassistant/components/zeroconf/__init__.py", line 302, in _async_register_hass_zc_service
params["external_url"] = get_url(hass, allow_internal=False)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/lsiopy/lib/python3.11/site-packages/homeassistant/helpers/network.py", line 155, in get_url
return _get_external_url(
^^^^^^^^^^^^^^^^^^
File "/lsiopy/lib/python3.11/site-packages/homeassistant/helpers/network.py", line 265, in _get_external_url
external_url = yarl.URL(hass.config.external_url)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/lsiopy/lib/python3.11/site-packages/yarl/_url.py", line 193, in __new__
raise ValueError(
ValueError: Invalid URL: port can't be converted to integer
2023-09-30 22:16:35.756 WARNING (MainThread) [homeassistant.setup] Setup of ssdp is taking over 10 seconds.
|
|