-
Notifications
You must be signed in to change notification settings - Fork 51
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
What to do with No tasks found. ? #125
Comments
Hi @patrickelectric, you ran I understand that the message isn't helpful at all. I'll take a look and try to make it better. Thanks for opening the issue. |
I have a local computer running the code without problems. wilson
├── bot.py
├── getnet.py
├── __pycache__
│ ├── bot.cpython-35.pyc
│ ├── getnet.cpython-35.pyc
│ └── settings.cpython-35.pyc
└── settings.py You can check my settings here. |
My guess would be something related to the polling mode. Since it keeps requesting updates from Telegram API, could the VPS be thinking your are DDoSing them? I would suggest you to use webhook mode. Almost no changes on Update your version of bottery (0.1.0a10), I just published this
|
Same error..
|
Oh, I thought it was working on your local machine. The token you put on |
Sorry, probably I was not clear enough. |
Alright, when you said |
I have the same error running on heroku. I coundn't emulate it locally, thought. To me would be enough to silence this error and continue, but I'm yet studing how can I do this. |
I just realized that revoke the token and generate a new one can solve this problem |
Fresh install,
No tasks found.
appear withbottery run
.The text was updated successfully, but these errors were encountered: