Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error converting ulid #2

Closed
3 of 4 tasks
holdestmade opened this issue May 31, 2023 · 0 comments · Fixed by #3
Closed
3 of 4 tasks

Error converting ulid #2

holdestmade opened this issue May 31, 2023 · 0 comments · Fixed by #3
Assignees

Comments

@holdestmade
Copy link

holdestmade commented May 31, 2023

System Health details

Home Assistant 2023.5.4
Supervisor 2023.05.0
Operating System 10.1
Frontend 20230503.3 - latest

Checklist

  • I have enabled debug logging for my installation.
  • I have filled out the issue template to the best of my ability.
  • This issue only contains 1 issue (if you have multiple issues, open one issue for each issue).
  • This issue is not a duplicate issue of currently previous issues..

Describe the issue

Getting this in the logger regularly - every minute. If I disable the integration it stops.

Logger: homeassistant.components.recorder.models.context
Source: components/recorder/models/context.py:19
Integration: Recorder (documentation, issues)
First occurred: 20:22:33 (1 occurrences)
Last logged: 20:22:33

Error converting ulid f6b8cce3636841f89298056430ade909 to bytes: ULID must be a 26 character string: f6b8cce3636841f89298056430ade909
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/recorder/models/context.py", line 19, in ulid_to_bytes_or_none
return ulid_to_bytes(ulid)
File "src/ulid_transform/_ulid_impl.pyx", line 24, in ulid_transform._ulid_impl._ulid_to_bytes
ValueError: ULID must be a 26 character string: f6b8cce3636841f89298056430ade909

Reproduction steps

  1. Enable the Integration

Debug logs

Logger: homeassistant.components.recorder.models.context
Source: components/recorder/models/context.py:19
Integration: Recorder ([documentation](https://www.home-assistant.io/integrations/recorder), [issues](https://github.com/home-assistant/home-assistant/issues?q=is%3Aissue+is%3Aopen+label%3A%22integration%3A+recorder%22))
First occurred: 20:22:33 (1 occurrences)
Last logged: 20:22:33

Error converting ulid f6b8cce3636841f89298056430ade909 to bytes: ULID must be a 26 character string: f6b8cce3636841f89298056430ade909
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/recorder/models/context.py", line 19, in ulid_to_bytes_or_none
    return ulid_to_bytes(ulid)
  File "src/ulid_transform/_ulid_impl.pyx", line 24, in ulid_transform._ulid_impl._ulid_to_bytes
ValueError: ULID must be a 26 character string: f6b8cce3636841f89298056430ade909

Diagnostics dump

No response

@rumbu13 rumbu13 self-assigned this May 31, 2023
rumbu13 pushed a commit that referenced this issue May 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants