-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
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 Mail #118411
Milestone
Comments
Hey there @tkdrob, mind taking a look at this issue as it has been labeled with an integration ( Code owner commandsCode owners of
(message by CodeOwnersMention) google_mail documentation |
fix should be the same as #118418 |
bdraco
added a commit
that referenced
this issue
May 29, 2024
20 tasks
balloob
pushed a commit
that referenced
this issue
May 29, 2024
20 tasks
frenck
pushed a commit
that referenced
this issue
May 29, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The problem
hello,
Received this log error on updating to 2024.6.0b0, thanks
2024-05-29 12:49:00.273 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open inside the event loop by integration 'google_mail' at homeassistant/components/google_mail/api.py, line 61: return build("gmail", "v1", credentials=credentials) (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_mail%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 Mail
Link to integration documentation on our website
https://www.home-assistant.io/integrations/google_mail/
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: