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 warning on startup #144

Closed
alanbriolat opened this issue Jan 31, 2019 · 1 comment
Closed

Google API client warning on startup #144

alanbriolat opened this issue Jan 31, 2019 · 1 comment
Assignees

Comments

@alanbriolat
Copy link
Member

bot_1      | [2019/01/31 23:51:03] (I:csbot.core) registered command: (youtube, <csbot.plugins.youtube.Youtube object at 0x7fe9e9dc19b0>)
bot_1      | [2019/01/31 23:51:03] (W:googleapiclient.discovery_cache) file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth
bot_1      | Traceback (most recent call last):
bot_1      |   File "/venv/lib/python3.6/site-packages/googleapiclient/discovery_cache/__init__.py", line 36, in autodetect
bot_1      |     from google.appengine.api import memcache
bot_1      | ModuleNotFoundError: No module named 'google.appengine'
bot_1      | 
bot_1      | During handling of the above exception, another exception occurred:
bot_1      | 
bot_1      | Traceback (most recent call last):
bot_1      |   File "/venv/lib/python3.6/site-packages/googleapiclient/discovery_cache/file_cache.py", line 33, in <module>
bot_1      |     from oauth2client.contrib.locked_file import LockedFile
bot_1      | ModuleNotFoundError: No module named 'oauth2client'
bot_1      | 
bot_1      | During handling of the above exception, another exception occurred:
bot_1      | 
bot_1      | Traceback (most recent call last):
bot_1      |   File "/venv/lib/python3.6/site-packages/googleapiclient/discovery_cache/file_cache.py", line 37, in <module>
bot_1      |     from oauth2client.locked_file import LockedFile
bot_1      | ModuleNotFoundError: No module named 'oauth2client'
bot_1      | 
bot_1      | During handling of the above exception, another exception occurred:
bot_1      | 
bot_1      | Traceback (most recent call last):
bot_1      |   File "/venv/lib/python3.6/site-packages/googleapiclient/discovery_cache/__init__.py", line 41, in autodetect
bot_1      |     from . import file_cache
bot_1      |   File "/venv/lib/python3.6/site-packages/googleapiclient/discovery_cache/file_cache.py", line 41, in <module>
bot_1      |     'file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth')
bot_1      | ImportError: file_cache is unavailable when using oauth2client >= 4.0.0 or google-auth
bot_1      | [2019/01/31 23:51:03] (I:googleapiclient.discovery) URL being requested: GET https://www.googleapis.com/discovery/v1/apis/youtube/v3/rest?key=REDACTED
@alanbriolat alanbriolat changed the title Google API client error on startup Google API client warning on startup Jan 31, 2019
alanbriolat added a commit to alanbriolat/csbot that referenced this issue Feb 1, 2019
@alanbriolat
Copy link
Member Author

@alanbriolat alanbriolat self-assigned this Feb 1, 2019
alanbriolat added a commit to alanbriolat/csbot that referenced this issue Feb 1, 2019
alanbriolat added a commit to alanbriolat/csbot that referenced this issue Feb 1, 2019
alanbriolat added a commit to alanbriolat/csbot that referenced this issue Feb 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant