-
Notifications
You must be signed in to change notification settings - Fork 1
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
Token refresh generate google api warning #10
Comments
I will catch the warning and only publish it in debug log if enabled. something like
OR
Will try and publish new release if confirmed stable |
Here is the debug log of google.api_core.bidi, will investigate 2024-05-09 19:22:07.847 INFO (MainThread) [google.cloud.firestore_v1.watch] RPC termination has signaled manager shutdown. |
Filtered the warning from being displayed in the log. Still investigating if this is confirmed to be safe to ignore. |
The logging is coming from the BackgroundConsumer.stop method in google/api_core/bidi.py:
According my various reading, this is safe to ignore. |
Solved in 0.0.9b2, safe to ignore warning. Logging level set to ERROR for api_core.bidi suppress warning message from google.api_core.bidilogger = logging.getLogger('google.api_core.bidi') |
For each refresh as the watcher gets unsubcribe, a warning is generated. safe to ignore ? integration is working and token is being refreshed as it should.
Logger: google.api_core.bidi
Source: custom_components/aquarite/aquarite.py:110
integration: Aquarite (documentation, issues)
First occurred: 3:55:42 PM (1 occurrences)
Last logged: 3:55:42 PM
Background thread did not exit.
The text was updated successfully, but these errors were encountered: