-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error loading settings #5
Comments
The issue is fixed when I did below:
|
Thanks! That seems to have worked. I can run the script but then it just stops and i'm not sure why. Any idea? python goes-notify.py |
or is this how it's supposed to be? The script just runs and then stops? I thought it would just keep running and checking every X minutes |
ok nevermind, I figured out how to run the script in powershell so that it repeats every 5 minutes while(1) |
python goes-notify.py
INFO: 04/29/2018 07:56:29 PM config file is:/config.json
ERROR: 04/29/2018 07:56:29 PM Error loading settings from config.json file: [Errno 2] No such file or directory: '/config.json'
Not sure what I am doing wrong? I am on Windows and installed python 2.7. I renamed config.json.example to config.json but it's not finding it for some reason?
The text was updated successfully, but these errors were encountered: