-
Notifications
You must be signed in to change notification settings - Fork 5
Common Errors & Fixes
Jonathan Wu edited this page Nov 10, 2023
·
7 revisions
This error is caused when your email server refuses to log in, whether if it's because of incorrect credentials or a new sign-in location. If you are using Google, make sure you are using app passwords and not your account password.
This error is caused if the secret_key.txt file is missing. This should be generated each time daily_tasks.py is run.
- Run daily-tasks.py (
$ python daily_tasks.py
). - If that doesn't work, make sure daily_tasks.py is being executed in the correct directory and run it again.