Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#78582 - [home-assistant] missing python-ulid-transform dependency
Attached to Project:
Community Packages
Opened by Cedric Girard (Xdark) - Wednesday, 24 May 2023, 08:33 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 24 May 2023, 20:51 GMT
Opened by Cedric Girard (Xdark) - Wednesday, 24 May 2023, 08:33 GMT
Last edited by Toolybird (Toolybird) - Wednesday, 24 May 2023, 20:51 GMT
|
DetailsDescription: home-assistant crash at start without python-ulid-transform
Additional info: * package version: 1:2023.5.3-1 * stacktrace: ``` systemd[1]: Started Home assistant. hass[44134]: Traceback (most recent call last): hass[44134]: File "/usr/bin/hass", line 8, in <module> hass[44134]: sys.exit(main()) hass[44134]: ^^^^^^ hass[44134]: File "/usr/lib/python3.11/site-packages/homeassistant/__main__.py", line 181, in main hass[44134]: args = get_arguments() hass[44134]: ^^^^^^^^^^^^^^^ hass[44134]: File "/usr/lib/python3.11/site-packages/homeassistant/__main__.py", line 81, in get_arguments hass[44134]: from . import config as config_util hass[44134]: File "/usr/lib/python3.11/site-packages/homeassistant/config.py", line 20, in <module> hass[44134]: from . import auth hass[44134]: File "/usr/lib/python3.11/site-packages/homeassistant/auth/__init__.py", line 12, in <module> hass[44134]: from homeassistant import data_entry_flow hass[44134]: File "/usr/lib/python3.11/site-packages/homeassistant/data_entry_flow.py", line 16, in <module> hass[44134]: from .core import HomeAssistant, callback hass[44134]: File "/usr/lib/python3.11/site-packages/homeassistant/core.py", line 83, in <module> hass[44134]: from .util import dt as dt_util, location, ulid as ulid_util hass[44134]: File "/usr/lib/python3.11/site-packages/homeassistant/util/ulid.py", line 6, in <module> hass[44134]: from ulid_transform import bytes_to_ulid, ulid_at_time, ulid_hex, ulid_to_bytes hass[44134]: ModuleNotFoundError: No module named 'ulid_transform' ``` |
This task depends upon
Closed by Toolybird (Toolybird)
Wednesday, 24 May 2023, 20:51 GMT
Reason for closing: Duplicate
Additional comments about closing: FS#78483
Wednesday, 24 May 2023, 20:51 GMT
Reason for closing: Duplicate
Additional comments about closing:
FS#78483. Will consolidate.