2020-04-24 05:35:43,001 (
util.py:66 PollingThread) ERROR - TeleBot: "ApiException occurred, args=('A request to the Telegram API was unsuccessful. The server returned HTTP 409 Conflict. Response body:\n[b\'{"ok":false,"error_code":409,"description":"Conflict: terminated by other getUpdates request; make sure that only one bot instance is running"}\']',)
Traceback (most recent call last):
File "/home/krarrus/.local/lib/python3.6/site-packages/telebot/util.py", line 60, in run
task(*args, **kwargs)
File "/home/krarrus/.local/lib/python3.6/site-packages/telebot/__init__.py", line 279, in
retrieve_updates
updates = self.get_updates(offset=(self.last_update_id + 1), timeout=timeout)
File "/home/krarrus/.local/lib/python3.6/site-packages/telebot/init__.py", line 249, in get_updates
json_updates = apihelper.get_updates(self.token, offset, limit, timeout, allowed_updates)
File "/home/krarrus/.local/lib/python3.6/site-packages/telebot/apihelper.py", line 194, in get_updates
return _make_request(token, method_url, params=payload)
File "/home/krarrus/.local/lib/python3.6/site-packages/telebot/apihelper.py", line 60, in _make_request
return _check_result(method_name, result)['result']
File "/home/krarrus/.local/lib/python3.6/site-packages/telebot/apihelper.py", line 79, in _check_result
raise ApiException(msg, method_name, result)
telebot.apihelper.ApiException: A request to the Telegram API was unsuccessful. The server returned HTTP 409 Conflict. Response body:
[b'{"ok":false,"error_code":409,"description":"Conflict: terminated by other getUpdates request; make sure that only one bot instance is running"}']
"