telepot
telepot copied to clipboard
OrderedWebhook not working
hi, i used flask_counter on my server! server config is ok! telegram send message to my web service but telepot is not working with orderedwebhook i copy flask_counter exactly! but i have no idea what is wrong!!!!!!
I just tested flask_counter.py
on my web host, and it works fine!
Without seeing your actual situations, I can only suggest one thing:
- Run
python3.5 flask_counter.py <token> <port> https://<your_domain.com>/webhook
, filling in these 3 arguments as needed. Note thathttps://
and/webhook
are hard-coded, and should not be changed. - Open a browser, go to:
https://<your_domain.com>/webhook
Do you see OK
displayed?
Could it be the issue with #198? Are you using PythonAnywhere?
@nickoala yes i use PythonAnywhere