telepot icon indicating copy to clipboard operation
telepot copied to clipboard

OrderedWebhook not working

Open javadfarah opened this issue 7 years ago • 3 comments

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!!!!!!

javadfarah avatar Feb 01 '18 20:02 javadfarah

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:

  1. Run python3.5 flask_counter.py <token> <port> https://<your_domain.com>/webhook, filling in these 3 arguments as needed. Note that https:// and /webhook are hard-coded, and should not be changed.
  2. Open a browser, go to: https://<your_domain.com>/webhook

Do you see OK displayed?

nickoala avatar Feb 23 '18 14:02 nickoala

Could it be the issue with #198? Are you using PythonAnywhere?

nickoala avatar Mar 02 '18 13:03 nickoala

@nickoala yes i use PythonAnywhere

javadfarah avatar Oct 25 '18 17:10 javadfarah