1292 lines
62 KiB
Plaintext
1292 lines
62 KiB
Plaintext
2026-01-17 09:13:48,315 [INFO] root: Logger initialized | level=INFO | file=D:\Code\iDRAC_Info\idrac_info\data\logs\app.log
|
|
2026-01-17 09:13:48,336 [INFO] app: DB URI = sqlite:///D:/Code/iDRAC_Info/idrac_info/backend/instance/site.db
|
|
2026-01-17 09:13:48,418 [INFO] backend.routes.jobs: Jobs routes registered at /jobs
|
|
2026-01-17 09:13:48,431 [INFO] app: 🔒 봇 중복 실행 방지 락(TCP:50000) 획득 시도...
|
|
2026-01-17 09:13:48,432 [INFO] app: 🔒 락 획득 성공! 봇 폴링 스레드를 시작합니다.
|
|
2026-01-17 09:13:48,433 [INFO] telegram_bot_service: Starting polling for bot: admin_bot (ID: 1)
|
|
2026-01-17 09:13:49,768 [INFO] apscheduler.scheduler: Scheduler started
|
|
2026-01-17 09:13:54,765 [ERROR] telegram.ext.Application: No error handlers are registered, logging exception.
|
|
Traceback (most recent call last):
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 134, in network_retry_loop
|
|
await do_action()
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 127, in do_action
|
|
action_cb_task.result()
|
|
~~~~~~~~~~~~~~~~~~~~~^^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_updater.py", line 340, in polling_action_cb
|
|
updates = await self.bot.get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<3 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 676, in get_updates
|
|
updates = await super().get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<9 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 4780, in get_updates
|
|
await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
),
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 703, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 372, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-01-17 09:14:00,770 [ERROR] telegram.ext.Application: No error handlers are registered, logging exception.
|
|
Traceback (most recent call last):
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 134, in network_retry_loop
|
|
await do_action()
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 127, in do_action
|
|
action_cb_task.result()
|
|
~~~~~~~~~~~~~~~~~~~~~^^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_updater.py", line 340, in polling_action_cb
|
|
updates = await self.bot.get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<3 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 676, in get_updates
|
|
updates = await super().get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<9 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 4780, in get_updates
|
|
await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
),
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 703, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 372, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-01-17 09:14:02,092 [INFO] app: LOGIN: form ok email=ganghee@zespro.co.kr
|
|
2026-01-17 09:14:02,131 [INFO] app: LOGIN: found id=1 active=True approved=True pass_ok=True
|
|
2026-01-17 09:14:02,132 [INFO] app: LOGIN: SUCCESS → redirect
|
|
2026-01-17 09:14:08,017 [ERROR] telegram.ext.Application: No error handlers are registered, logging exception.
|
|
Traceback (most recent call last):
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 134, in network_retry_loop
|
|
await do_action()
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 127, in do_action
|
|
action_cb_task.result()
|
|
~~~~~~~~~~~~~~~~~~~~~^^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_updater.py", line 340, in polling_action_cb
|
|
updates = await self.bot.get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<3 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 676, in get_updates
|
|
updates = await super().get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<9 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 4780, in get_updates
|
|
await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
),
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 703, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 372, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-01-17 09:14:14,150 [ERROR] telegram.ext.Application: No error handlers are registered, logging exception.
|
|
Traceback (most recent call last):
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 134, in network_retry_loop
|
|
await do_action()
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 127, in do_action
|
|
action_cb_task.result()
|
|
~~~~~~~~~~~~~~~~~~~~~^^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_updater.py", line 340, in polling_action_cb
|
|
updates = await self.bot.get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<3 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 676, in get_updates
|
|
updates = await super().get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<9 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 4780, in get_updates
|
|
await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
),
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 703, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 372, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-01-17 09:14:23,568 [ERROR] telegram.ext.Application: No error handlers are registered, logging exception.
|
|
Traceback (most recent call last):
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 134, in network_retry_loop
|
|
await do_action()
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 127, in do_action
|
|
action_cb_task.result()
|
|
~~~~~~~~~~~~~~~~~~~~~^^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_updater.py", line 340, in polling_action_cb
|
|
updates = await self.bot.get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<3 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 676, in get_updates
|
|
updates = await super().get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<9 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 4780, in get_updates
|
|
await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
),
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 703, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 372, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-01-17 09:14:35,044 [INFO] root: 파일 이동 성공: 1T48HG4.txt from 새 폴더 to 새 폴더 - 복사본
|
|
2026-01-17 09:14:35,055 [INFO] root: 파일 이동 성공: 1V48HG4.txt from 새 폴더 to 새 폴더 - 복사본
|
|
2026-01-17 09:14:35,055 [INFO] root: 파일 이동 성공: 1BZ7HG4.txt from 새 폴더 to 새 폴더 - 복사본
|
|
2026-01-17 09:14:36,527 [INFO] root: 파일 이동 성공: 1T48HG4.txt from 새 폴더 - 복사본 to 새 폴더
|
|
2026-01-17 09:14:37,690 [INFO] root: 파일 이동 성공: 1BZ7HG4.txt from 새 폴더 - 복사본 to 새 폴더
|
|
2026-01-17 09:14:37,759 [ERROR] telegram.ext.Application: No error handlers are registered, logging exception.
|
|
Traceback (most recent call last):
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 134, in network_retry_loop
|
|
await do_action()
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 127, in do_action
|
|
action_cb_task.result()
|
|
~~~~~~~~~~~~~~~~~~~~~^^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_updater.py", line 340, in polling_action_cb
|
|
updates = await self.bot.get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<3 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 676, in get_updates
|
|
updates = await super().get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<9 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 4780, in get_updates
|
|
await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
),
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 703, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 372, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-01-17 09:14:38,574 [INFO] root: 파일 이동 성공: 1V48HG4.txt from 새 폴더 - 복사본 to 새 폴더
|
|
2026-01-17 09:14:58,207 [ERROR] telegram.ext.Application: No error handlers are registered, logging exception.
|
|
Traceback (most recent call last):
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 134, in network_retry_loop
|
|
await do_action()
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 127, in do_action
|
|
action_cb_task.result()
|
|
~~~~~~~~~~~~~~~~~~~~~^^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_updater.py", line 340, in polling_action_cb
|
|
updates = await self.bot.get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<3 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 676, in get_updates
|
|
updates = await super().get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<9 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 4780, in get_updates
|
|
await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
),
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 703, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 372, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-01-17 09:15:20,289 [ERROR] telegram.ext.Application: No error handlers are registered, logging exception.
|
|
Traceback (most recent call last):
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 134, in network_retry_loop
|
|
await do_action()
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 127, in do_action
|
|
action_cb_task.result()
|
|
~~~~~~~~~~~~~~~~~~~~~^^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_updater.py", line 340, in polling_action_cb
|
|
updates = await self.bot.get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<3 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 676, in get_updates
|
|
updates = await super().get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<9 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 4780, in get_updates
|
|
await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
),
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 703, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 372, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-01-17 09:15:34,666 [INFO] root: GUID 슬롯 우선순위: 31,32,33,34,35,36,37,38,39,40
|
|
2026-01-17 09:15:35,484 [INFO] root: GUID 리스트 스크립트 실행 결과: [INFO] 사용자 지정 슬롯 우선순위: ['31', '32', '33', '34', '35', '36', '37', '38', '39', '40']
|
|
엑셀 파일이 생성되었습니다: D:\Code\iDRAC_Info\idrac_info\data\idrac_info\XE9680_GUID.xlsx
|
|
|
|
2026-01-17 09:15:50,925 [ERROR] telegram.ext.Application: No error handlers are registered, logging exception.
|
|
Traceback (most recent call last):
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 134, in network_retry_loop
|
|
await do_action()
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 127, in do_action
|
|
action_cb_task.result()
|
|
~~~~~~~~~~~~~~~~~~~~~^^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_updater.py", line 340, in polling_action_cb
|
|
updates = await self.bot.get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<3 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 676, in get_updates
|
|
updates = await super().get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<9 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 4780, in get_updates
|
|
await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
),
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 703, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 372, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-01-17 09:16:25,939 [ERROR] telegram.ext.Application: No error handlers are registered, logging exception.
|
|
Traceback (most recent call last):
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 134, in network_retry_loop
|
|
await do_action()
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 127, in do_action
|
|
action_cb_task.result()
|
|
~~~~~~~~~~~~~~~~~~~~~^^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_updater.py", line 340, in polling_action_cb
|
|
updates = await self.bot.get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<3 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 676, in get_updates
|
|
updates = await super().get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<9 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 4780, in get_updates
|
|
await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
),
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 703, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 372, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-01-17 09:17:00,948 [ERROR] telegram.ext.Application: No error handlers are registered, logging exception.
|
|
Traceback (most recent call last):
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 134, in network_retry_loop
|
|
await do_action()
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 127, in do_action
|
|
action_cb_task.result()
|
|
~~~~~~~~~~~~~~~~~~~~~^^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_updater.py", line 340, in polling_action_cb
|
|
updates = await self.bot.get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<3 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 676, in get_updates
|
|
updates = await super().get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<9 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 4780, in get_updates
|
|
await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
),
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 703, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 372, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-01-17 19:46:15,509 [INFO] root: Logger initialized | level=INFO | file=D:\Code\iDRAC_Info\idrac_info\data\logs\app.log
|
|
2026-01-17 19:46:15,530 [INFO] app: DB URI = sqlite:///D:/Code/iDRAC_Info/idrac_info/backend/instance/site.db
|
|
2026-01-17 19:46:15,620 [INFO] backend.routes.jobs: Jobs routes registered at /jobs
|
|
2026-01-17 19:46:15,633 [INFO] app: 🔒 봇 중복 실행 방지 락(TCP:50000) 획득 시도...
|
|
2026-01-17 19:46:15,634 [INFO] app: 🔒 락 획득 성공! 봇 폴링 스레드를 시작합니다.
|
|
2026-01-17 19:46:15,636 [INFO] telegram_bot_service: Starting polling for bot: admin_bot (ID: 1)
|
|
2026-01-17 19:46:17,098 [INFO] apscheduler.scheduler: Scheduler started
|
|
2026-01-17 19:46:22,074 [ERROR] telegram.ext.Application: No error handlers are registered, logging exception.
|
|
Traceback (most recent call last):
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 134, in network_retry_loop
|
|
await do_action()
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 127, in do_action
|
|
action_cb_task.result()
|
|
~~~~~~~~~~~~~~~~~~~~~^^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_updater.py", line 340, in polling_action_cb
|
|
updates = await self.bot.get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<3 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 676, in get_updates
|
|
updates = await super().get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<9 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 4780, in get_updates
|
|
await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
),
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 703, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 372, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-01-17 19:46:28,075 [ERROR] telegram.ext.Application: No error handlers are registered, logging exception.
|
|
Traceback (most recent call last):
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 134, in network_retry_loop
|
|
await do_action()
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 127, in do_action
|
|
action_cb_task.result()
|
|
~~~~~~~~~~~~~~~~~~~~~^^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_updater.py", line 340, in polling_action_cb
|
|
updates = await self.bot.get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<3 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 676, in get_updates
|
|
updates = await super().get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<9 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 4780, in get_updates
|
|
await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
),
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 703, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 372, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-01-17 19:46:29,843 [INFO] app: LOGIN: form ok email=ganghee@zespro.co.kr
|
|
2026-01-17 19:46:29,881 [INFO] app: LOGIN: found id=1 active=True approved=True pass_ok=True
|
|
2026-01-17 19:46:29,882 [INFO] app: LOGIN: SUCCESS → redirect
|
|
2026-01-17 19:46:34,538 [INFO] root: 파일 삭제됨: XE9680_GUID.xlsx
|
|
2026-01-17 19:46:35,316 [ERROR] telegram.ext.Application: No error handlers are registered, logging exception.
|
|
Traceback (most recent call last):
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 134, in network_retry_loop
|
|
await do_action()
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 127, in do_action
|
|
action_cb_task.result()
|
|
~~~~~~~~~~~~~~~~~~~~~^^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_updater.py", line 340, in polling_action_cb
|
|
updates = await self.bot.get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<3 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 676, in get_updates
|
|
updates = await super().get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<9 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 4780, in get_updates
|
|
await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
),
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 703, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 372, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-01-17 19:46:41,440 [ERROR] telegram.ext.Application: No error handlers are registered, logging exception.
|
|
Traceback (most recent call last):
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 134, in network_retry_loop
|
|
await do_action()
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 127, in do_action
|
|
action_cb_task.result()
|
|
~~~~~~~~~~~~~~~~~~~~~^^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_updater.py", line 340, in polling_action_cb
|
|
updates = await self.bot.get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<3 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 676, in get_updates
|
|
updates = await super().get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<9 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 4780, in get_updates
|
|
await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
),
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 703, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 372, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-01-17 19:46:42,557 [INFO] root: 파일 이동 성공: 1T48HG4.txt from 새 폴더 to 새 폴더 - 복사본
|
|
2026-01-17 19:46:43,352 [INFO] root: 파일 이동 성공: 1V48HG4.txt from 새 폴더 to 새 폴더 - 복사본
|
|
2026-01-17 19:46:43,998 [INFO] root: 파일 이동 성공: 1BZ7HG4.txt from 새 폴더 to 새 폴더 - 복사본
|
|
2026-01-17 19:46:47,862 [INFO] root: 파일 이동 성공: 1V48HG4.txt from 새 폴더 - 복사본 to 새 폴더
|
|
2026-01-17 19:46:47,864 [INFO] root: 파일 이동 성공: 1BZ7HG4.txt from 새 폴더 - 복사본 to 새 폴더
|
|
2026-01-17 19:46:47,864 [INFO] root: 파일 이동 성공: 1T48HG4.txt from 새 폴더 - 복사본 to 새 폴더
|
|
2026-01-17 19:46:50,977 [ERROR] telegram.ext.Application: No error handlers are registered, logging exception.
|
|
Traceback (most recent call last):
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 134, in network_retry_loop
|
|
await do_action()
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 127, in do_action
|
|
action_cb_task.result()
|
|
~~~~~~~~~~~~~~~~~~~~~^^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_updater.py", line 340, in polling_action_cb
|
|
updates = await self.bot.get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<3 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 676, in get_updates
|
|
updates = await super().get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<9 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 4780, in get_updates
|
|
await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
),
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 703, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 372, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-01-17 19:46:56,761 [INFO] root: 파일 이동 성공: 1V48HG4.txt from 새 폴더 to 새 폴더 - 복사본
|
|
2026-01-17 19:46:56,761 [INFO] root: 파일 이동 성공: 1T48HG4.txt from 새 폴더 to 새 폴더 - 복사본
|
|
2026-01-17 19:46:56,776 [INFO] root: 파일 이동 성공: 1BZ7HG4.txt from 새 폴더 to 새 폴더 - 복사본
|
|
2026-01-17 19:47:00,147 [INFO] root: 파일 이동 성공: 1BZ7HG4.txt from 새 폴더 - 복사본 to 새 폴더
|
|
2026-01-17 19:47:00,148 [INFO] root: 파일 이동 성공: 1V48HG4.txt from 새 폴더 - 복사본 to 새 폴더
|
|
2026-01-17 19:47:00,166 [INFO] root: 파일 이동 성공: 1T48HG4.txt from 새 폴더 - 복사본 to 새 폴더
|
|
2026-01-17 19:47:05,147 [ERROR] telegram.ext.Application: No error handlers are registered, logging exception.
|
|
Traceback (most recent call last):
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 134, in network_retry_loop
|
|
await do_action()
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 127, in do_action
|
|
action_cb_task.result()
|
|
~~~~~~~~~~~~~~~~~~~~~^^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_updater.py", line 340, in polling_action_cb
|
|
updates = await self.bot.get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<3 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 676, in get_updates
|
|
updates = await super().get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<9 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 4780, in get_updates
|
|
await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
),
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 703, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 372, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-01-17 19:47:25,605 [ERROR] telegram.ext.Application: No error handlers are registered, logging exception.
|
|
Traceback (most recent call last):
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 134, in network_retry_loop
|
|
await do_action()
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 127, in do_action
|
|
action_cb_task.result()
|
|
~~~~~~~~~~~~~~~~~~~~~^^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_updater.py", line 340, in polling_action_cb
|
|
updates = await self.bot.get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<3 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 676, in get_updates
|
|
updates = await super().get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<9 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 4780, in get_updates
|
|
await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
),
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 703, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 372, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-01-17 19:47:47,674 [ERROR] telegram.ext.Application: No error handlers are registered, logging exception.
|
|
Traceback (most recent call last):
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 134, in network_retry_loop
|
|
await do_action()
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 127, in do_action
|
|
action_cb_task.result()
|
|
~~~~~~~~~~~~~~~~~~~~~^^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_updater.py", line 340, in polling_action_cb
|
|
updates = await self.bot.get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<3 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 676, in get_updates
|
|
updates = await super().get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<9 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 4780, in get_updates
|
|
await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
),
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 703, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 372, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-01-17 19:48:18,450 [ERROR] telegram.ext.Application: No error handlers are registered, logging exception.
|
|
Traceback (most recent call last):
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 134, in network_retry_loop
|
|
await do_action()
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 127, in do_action
|
|
action_cb_task.result()
|
|
~~~~~~~~~~~~~~~~~~~~~^^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_updater.py", line 340, in polling_action_cb
|
|
updates = await self.bot.get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<3 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 676, in get_updates
|
|
updates = await super().get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<9 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 4780, in get_updates
|
|
await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
),
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 703, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 372, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-01-17 19:48:53,583 [ERROR] telegram.ext.Application: No error handlers are registered, logging exception.
|
|
Traceback (most recent call last):
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 134, in network_retry_loop
|
|
await do_action()
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 127, in do_action
|
|
action_cb_task.result()
|
|
~~~~~~~~~~~~~~~~~~~~~^^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_updater.py", line 340, in polling_action_cb
|
|
updates = await self.bot.get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<3 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 676, in get_updates
|
|
updates = await super().get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<9 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 4780, in get_updates
|
|
await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
),
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 703, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 372, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-01-17 19:49:28,709 [ERROR] telegram.ext.Application: No error handlers are registered, logging exception.
|
|
Traceback (most recent call last):
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 134, in network_retry_loop
|
|
await do_action()
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 127, in do_action
|
|
action_cb_task.result()
|
|
~~~~~~~~~~~~~~~~~~~~~^^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_updater.py", line 340, in polling_action_cb
|
|
updates = await self.bot.get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<3 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 676, in get_updates
|
|
updates = await super().get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<9 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 4780, in get_updates
|
|
await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
),
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 703, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 372, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-01-17 19:50:03,843 [ERROR] telegram.ext.Application: No error handlers are registered, logging exception.
|
|
Traceback (most recent call last):
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 134, in network_retry_loop
|
|
await do_action()
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 127, in do_action
|
|
action_cb_task.result()
|
|
~~~~~~~~~~~~~~~~~~~~~^^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_updater.py", line 340, in polling_action_cb
|
|
updates = await self.bot.get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<3 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 676, in get_updates
|
|
updates = await super().get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<9 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 4780, in get_updates
|
|
await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
),
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 703, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 372, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-01-17 19:50:38,958 [ERROR] telegram.ext.Application: No error handlers are registered, logging exception.
|
|
Traceback (most recent call last):
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 134, in network_retry_loop
|
|
await do_action()
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_utils\networkloop.py", line 127, in do_action
|
|
action_cb_task.result()
|
|
~~~~~~~~~~~~~~~~~~~~~^^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_updater.py", line 340, in polling_action_cb
|
|
updates = await self.bot.get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<3 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 676, in get_updates
|
|
updates = await super().get_updates(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<9 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 4780, in get_updates
|
|
await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
),
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 703, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\ext\_extbot.py", line 372, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\_bot.py", line 732, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
...<6 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
...<7 lines>...
|
|
)
|
|
^
|
|
File "C:\Users\ktnsky20\AppData\Local\Programs\Python\Python314\Lib\site-packages\telegram\request\_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.Conflict: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|