getUpdates ETELEGRAM 409 Conflict: terminated by other getUpdates request; # 550

An error while working with the framework aiogram for writing telegram bots in python.

The easiest thing to do is to restart your computer / server.

And you can watch the processes and kill unnecessary ones.

ps -fA | grep python

Output example:

501 25132 1 0 10:04 PM ?? 0: 03.15 /usr/local/Cellar/python/3.7.4_1/Frameworks/Python.framework/Versions/3.7/Resources/Python.app/Contents/MacOS/Python app / bots / bot_conversation / bot.py
501 31158 31059 0 12:50 AM ttys000 0: 00.00 grep python

Next, we kill the process:

kill 31059

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *