-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
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
Detected blocking call to open inside the event loop - Google Tasks #118407
Comments
Hey there @allenporter, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) google_tasks documentation |
missed another one
|
fixes #118407
fixes #118407
The problem
hello,
Received these logs when upateding to 2024.6.0b0, thanks
2024-05-29 12:48:58.880 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open inside the event loop by integration 'google_tasks' at homeassistant/components/google_tasks/api.py, line 55: return build("tasks", "v1", credentials=Credentials(token=token)) (offender: /usr/local/lib/python3.12/site-packages/googleapiclient/discovery_cache/__init__.py, line 72: with open(os.path.join(DISCOVERY_DOC_DIR, doc_name), "r") as f:), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+google_tasks%22
What version of Home Assistant Core has the issue?
2024.6.0b0
What was the last working version of Home Assistant Core?
2024.5.x
What type of installation are you running?
Home Assistant OS
Integration causing the issue
Google Tasks
Link to integration documentation on our website
https://www.home-assistant.io/integrations/google_tasks/
Diagnostics information
No response
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: