-
Notifications
You must be signed in to change notification settings - Fork 12
Questions #1
Comments
I'm so sorry, I only noticed your question just now. |
sorry for the late reply again.
EDIT: same for your google drive key, by the way |
To add more to that: a loadConfig() error in heroku is usually caused by a malformed config.json (quote, bracket or comma missing) |
I'm not sure, to be honest. I ran something like:
locally to get it. It will let you authentificate in a web browser, once. If you did, I think that the problem is somewhere else. |
Did you put the example save.json file in the folder? The bot doesn't generate one the first time. |
I mean, in the google drive folder where the bot will save. And no you don't have to edit it, I believe it should work fine. |
After placing the save.json to my google drive, the problem still persists.
|
Check this: |
It took me a while to check (Google UI is terrible to navigate in). |
0 should work. Some commands might crash or do nothing as a result. Some tasks might cause problems, I might try to update them. |
EDIT 3: For the cog error, you can remove the corresponding cog at the end of the bot.py file (the For the help issue, one of your discord setting is preventing it to dm you (check in setting > privacy or something similar). I don't know if adding the bot as a friend would work. For the other errors, try the latest version, I added some extra checks to avoid them. If you know python, it might be better to edit out some things yourself. |
I believe that your
from pydrive.auth import GoogleAuth
from pydrive.drive import GoogleDrive
gauth = GoogleAuth()
gauth.LocalWebserverAuth()
gauth.LoadCredentialsFile(gauth) (if you didn't install pydrive, run a If it doesn't work, I have no ideas why. |
Thanks its able to run 24/7 now! |
Yes the |
Hi, is there a place where I can dm you? I have some question regarding the bot.
The text was updated successfully, but these errors were encountered: