Skip to content

Google API client warning on startup #144

@alanbriolat

Description

@alanbriolat
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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions