IP
Traceback (most recent call last):
File "C:\Users\koro02\AppData\Local\Programs\Python\Python38-32\lib\site-packages\aiogram\dispatcher\dispatcher.py", line 310, in start_polling
updates = await self.bot.get_updates(limit=limit, offset=offset, timeout=timeout)
File "C:\Users\koro02\AppData\Local\Programs\Python\Python38-32\lib\site-packages\aiogram\bot\bot.py", line 95, in get_updates
result = await self.request(api.Methods.GET_UPDATES, payload)
File "C:\Users\koro02\AppData\Local\Programs\Python\Python38-32\lib\site-packages\aiogram\bot\base.py", line 201, in request
return await api.make_request(self.session, self.__token, method, data, files,
File "C:\Users\koro02\AppData\Local\Programs\Python\Python38-32\lib\site-packages\aiogram\bot\api.py", line 104, in make_request
return check_result(method, response.content_type, response.status, await response.text())
File "C:\Users\koro02\AppData\Local\Programs\Python\Python38-32\lib\site-packages\aiogram\bot\api.py", line 82, in check_result
exceptions.ConflictError.detect(description)
File "C:\Users\koro02\AppData\Local\Programs\Python\Python38-32\lib\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