-
Notifications
You must be signed in to change notification settings - Fork 32
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
Blocking call to open inside the event loop #268
Labels
Comments
i have the same errors :( |
mine went ok today :) |
additional info from my log [very same error]:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HA 2024.6.0b0
Detected blocking call to open inside the event loop by custom integration 'toyota' at custom_components/toyota/__init__.py, line 56: client = MyT( (offender: /usr/local/lib/python3.12/site-packages/mytoyota/controller.py, line 56: with open(str(CACHE_FILENAME), "r", encoding="utf-8") as f:), please create a bug report at https://github.com/DurgNomis-drol/ha_toyota/issues
and
Detected blocking call to open inside the event loop by custom integration 'toyota' at custom_components/toyota/__init__.py, line 73: vehicles = await asyncio.wait_for(client.get_vehicles(metric=metric_values), 15) (offender: /usr/local/lib/python3.12/site-packages/mytoyota/controller.py, line 203: with open(str(CACHE_FILENAME), "w", encoding="utf-8") as f:), please create a bug report at https://github.com/DurgNomis-drol/ha_toyota/issues
The text was updated successfully, but these errors were encountered: