Replies: 1 comment 1 reply
-
Please enable debug logging and share all the logs so I could analyze more. Debug your code, which piece is not working? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to run a telegram bot on render.com's web service.
Previously, I ran the same code on heroku, and it worked well.
POST requests can be seen in the logs of render.com, but the bot does not respond.
How can I make this work?
my app.py:
Beta Was this translation helpful? Give feedback.
All reactions