hi there.
there is problem all setup is done.
and add Contents\Script\ client_secrets.json file.
what is wrong?
thanks.
================ log here================
LogPython: Initializing Google Assistant.
LogPython: Error: [Errno 2] No such file or directory: 'client_secrets.json'
LogPython: Error: Traceback (most recent call last):
LogPython: Error: File "", line 29, in setup_assistant
LogPython: Error: AttributeError: module 'googlesamples.assistant.common_settings' has no attribute 'PUBSUB_OAUTH_SCOPE'
LogPython: Error: During handling of the above exception, another exception occurred:
LogPython: Error: Traceback (most recent call last):
LogPython: Error: File "", line 110, in
LogPython: Error: File "", line 35, in setup_assistant
LogPython: Error: File "../../../../../UnrealProject/UEGoogle-Assistant/Content/Scripts\googlesamples\assistant\auth_helpers_init_.py", line 43, in credentials_flow_interactive
scopes=scopes)
LogPython: Error: File "D:\Python\Python36\lib\site-packages\google_auth_oauthlib\flow.py", line 171, in from_client_secrets_file
with open(client_secrets_file, 'r') as json_file:
LogPython: Error: FileNotFoundError: [Errno 2] No such file or directory: 'client_secrets.json'