MizaGBF/MizaBOT

Can't create credential.json

Closed this issue · 2 comments

atliv commented

hi miza, i tried to run your bot in my own server but it doesn't generate credentials.json in my locals environment.

i have been following your guide but this error is pop out
image

and here's my settings.yaml
image

There is an error in generate_gdrive_credentials.py (probably because I never used this version of the script): line 4 should be gauth.credentials and not self.gauth.credentials.
It should fix the error.
If it doesn't, it will ask you to put client_secrets.json in the same folder.

atliv commented

after i follow the steps from this #1 issue, it finally worked. btw thanks for fast reply.