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

Warnings in HA logfile #745

Open
def1149 opened this issue May 1, 2024 · 1 comment
Open

Warnings in HA logfile #745

def1149 opened this issue May 1, 2024 · 1 comment

Comments

@def1149
Copy link

def1149 commented May 1, 2024

HA version 2024.5.0b6 but also in 2024.4.x

2024-05-01 10:30:42.230 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to import_module inside the event loop by custom integration 'smartthinq_sensors' at custom_components/smartthinq_sensors/wideq/core_async.py, line 1637: encoding = detect(content)["encoding"] (offender: /usr/local/lib/python3.12/site-packages/charset_normalizer/utils.py, line 256: importlib.import_module("encodings.{}".format(name)).IncrementalDecoder,), please create a bug report at https://github.com/ollo69/ha-smartthinq-sensors/issues
2024-05-01 10:30:48.551 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/pydub/utils.py:300: SyntaxWarning: invalid escape sequence '('
m = re.match('(sup?) (([0-9]{1,2}) bit)$', token)
2024-05-01 10:30:48.552 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/pydub/utils.py:301: SyntaxWarning: invalid escape sequence '('
m2 = re.match('(sup?)( (default))?$', token)
2024-05-01 10:30:48.553 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/pydub/utils.py:310: SyntaxWarning: invalid escape sequence '('
elif re.match('(flt)p?( (default))?$', token):
2024-05-01 10:30:48.553 WARNING (ImportExecutor_0) [py.warnings] /usr/local/lib/python3.12/site-packages/pydub/utils.py:314: SyntaxWarning: invalid escape sequence '('
elif re.match('(dbl)p?( (default))?$', token):

@ollo69
Copy link
Owner

ollo69 commented May 4, 2024

This should be fixed with last release

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

No branches or pull requests

2 participants