Skip to content

UL Length incompatible with release 2023.4 #297

Closed
@robchandhok

Description

@robchandhok

Upon updating to 2023.4.0 (and .1 later) there are now a lot of these errors:

2023-04-08 11:50:33.049 ERROR (Recorder) [homeassistant.components.recorder.models.context] Error converting ulid ec_27d790_e4f2ce9dacca95da39232d3b6e to bytes: ULID must be a 26 character string: ec_27d790_e4f2ce9dacca95da39232d3b6e

It appears that CONTEXT_ID_CHARACTER_LIMIT is just incompatible, but I don't know enough about it to suggest the change.

See also where used:

context_id = context_id[:CONTEXT_ID_CHARACTER_LIMIT]

See also this HA issue (closed) which resolved to the "adaptive lighting" custom component, not HA.
home-assistant/core#91019

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions