python telegram bot
Hello please I deployed my quart app which is a telegram bot .the bot receives web hook updates from telegram and is meant to insert the update in an update queue but it doesn’t work ,when I send commands that should work nothing happens, when I run this same app on my local system it works perfect
11 Replies
Project ID:
b2e78250-2e6a-4f98-aab5-31ee91fad152
b2e78250-2e6a-4f98-aab5-31ee91fad152
did you update the url that telegram is supposed to send webhooks too?
Yes
It receives the webhook
have you tried calling the webhook yourself with postman with some dummy data to see if you're able to call the webhook?
Yup
The problem isn’t the web server
It’s the update queue
what status code did you get when you called the webhook endpoint yourself?
200
Like it loads the update queue but nothing happens
But when I run on local system
Everything runs ok
that's sounds a bit more like a code issue? are there any error logs?
There’s also no error
It’s just not working
my recommendation would be to add more verbose debug logging your your application in hopes of finding out what piece of code isn't working as intended