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

Google API Client - file_cache is only supported with oauth2client<4.0.0 #79

Closed
PortableProgrammer opened this issue Apr 20, 2023 · 1 comment
Assignees
Labels
dependency issue This issue is related to a bug (or some other issue) in a dependency

Comments

@PortableProgrammer
Copy link
Owner

May have a Google API dependency issue, seeing the following in the logs for every cycle:
googleapiclient.discovery_cache.autodetect INFO: file_cache is only supported with oauth2client<4.0.0

@PortableProgrammer PortableProgrammer added the dependency issue This issue is related to a bug (or some other issue) in a dependency label Apr 20, 2023
@PortableProgrammer PortableProgrammer self-assigned this Apr 20, 2023
@PortableProgrammer
Copy link
Owner Author

Per Issue 299 this has been a known issue for years. Explicitly disabling cache_discovery in status-light/sources/calendar/google.py#L74 should fix it.

PortableProgrammer added a commit that referenced this issue Apr 20, 2023
Fixes #79 - Noisy `INFO` from GoogleAPI
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency issue This issue is related to a bug (or some other issue) in a dependency
Projects
None yet
Development

No branches or pull requests

1 participant