Skip to content

CallbackQueryHandler stopped receiving updates #4767

Answered by Bibo-Joshi
neonaddict asked this question in Q&A
Discussion options

You must be logged in to vote

Hi. I don't see anything obviously wrong. As a first debugging step I suggest that you ensure the update is actually reaching your bot. For this you can do two things

  1. Set logging level to debug if the application: logging.getLogger("telegram.ext Application"). This should then show you all incoming updates in the logs. If you do see the callback query there, then something is going wrong in the application/handler setup. If it does not show, then the update does not reach your bot and the problem may lie on Telegrams end
  2. After the buttons show in the chat, stop the python script. Then open in your browser: https://api.telegram.org/bot/getUpdates. This is basically what your bot would do.…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@neonaddict
Comment options

Answer selected by neonaddict
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants