Relative Content

Tag Archive for pythontelegramaiogram

Telegram aiogram poll_answer.option_ids problem

Why is poll_answer.option_ids result different between web and mobile versions?
Question is same, answer is same:
Web:
poll_answer.option_ids:[0, 0]
correct_ids:[0]
Mobile:
poll_answer.option_ids:[0]
correct_ids:[0]

Aiogram don’t starting

Error:Sleep for 1.000000 seconds and try again… (tryings = 0, bot id = 7011809806)
Failed to fetch updates – TelegramConflictError: Telegram server says – Conflict: terminated by other getUpdates request; make sure that only one bot instance is running

State in the aiogram is handled but doesn’t do the job

I need to get the phone number from the user and write it to the database, but when the user writes the number and sends it to the logs I get “INFO:aiogram.event:Update id=7250**** is handled. Duration 0 ms by bot id=643270****”, and not a single command in the handler is not executed.
This script is running on the master router in my other project. This project I split the routers, now each router is responsible for different bot cathologies.