P
P
PEREGINEC2021-08-24 12:30:21
Python
PEREGINEC, 2021-08-24 12:30:21

How to migrate a Python bot (aiogram) to a server?

The bot did not work on Windows 10 without problems, there was a need to transfer to the server.
Installed all dependencies and packages.
On startup I get this message.
What can be done about it?

File "/usr/local/lib/python3.8/site-packages/aiogram/bot/api.py", line 82, in check_result
exceptions.ConflictError.detect(description)
File "/usr/local/lib/python3. 8/site-packages/aiogram/utils/exceptions.py", line 136, in detect
raise err(cls.text or description)
aiogram.utils.exceptions.TerminatedByOtherGetUpdates: Terminated by other getupdates request; make sure that only one bot instance is running

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
soremix, 2021-08-24
@SoreMix

You already have a bot running somewhere

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question