Replies: 5 comments 7 replies
-
Hi, Caportabow! Please, provide your script exception traceback, when its failed. Or, you can add next rows to your code, to get more info about your program: |
Beta Was this translation helpful? Give feedback.
-
This is full log. My bot don't fail or whenever, it just don't have any effect if I push the buttons |
Beta Was this translation helpful? Give feedback.
-
Now works fine. |
Beta Was this translation helpful? Give feedback.
-
You won't trust me, but my issue was fixed with revoking api key of my bot |
Beta Was this translation helpful? Give feedback.
-
Hi, you have to answer to callback queries to avoid this issue. If you don't, eventually API will stop sending you this update, forcing you to revoke. |
Beta Was this translation helpful? Give feedback.
-
pyTelegramBotAPI 4.14.0 | Windows | Python 3.12.0
So I wanted create some callback query handlers in my bot using this script:
https://pastebin.com/wZfumXXU
But it don't worked. When I tried to to add print statement in the start of my function it also printed nothing.
Then I tried this easy script:
https://pastebin.com/iZAW51jg
But it also don't worked for me
Beta Was this translation helpful? Give feedback.
All reactions