2904 lines
321 KiB
Plaintext
2904 lines
321 KiB
Plaintext
2026-03-29 17:04:11,785 WARNING gateway.config: Invalid idle_minutes=0 (must be positive). Using default 1440.
|
|
2026-03-29 17:04:12,007 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
|
|
2026-03-29 17:08:25,446 WARNING gateway.config: Invalid idle_minutes=0 (must be positive). Using default 1440.
|
|
2026-03-29 17:08:25,523 WARNING gateway.run: No user allowlists configured. All unauthorized users will be denied. Set GATEWAY_ALLOW_ALL_USERS=true in ~/.hermes/.env to allow open access, or configure platform allowlists (e.g., TELEGRAM_ALLOWED_USERS=your_id).
|
|
2026-03-29 18:25:41,788 WARNING gateway.config: Invalid idle_minutes=0 (must be positive). Using default 1440.
|
|
2026-03-29 18:25:42,325 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-03-29 18:30:48,160 WARNING gateway.config: Invalid idle_minutes=0 (must be positive). Using default 1440.
|
|
2026-03-29 18:30:48,630 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-03-29 19:00:11,365 WARNING gateway.config: Invalid idle_minutes=0 (must be positive). Using default 1440.
|
|
2026-03-29 19:00:11,923 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-03-29 19:00:47,906 ERROR root: Non-retryable client error: Error code: 404 - {'type': 'error', 'error': {'type': 'not_found_error', 'message': 'model: claude-3-5-sonnet-latest'}, 'request_id': 'req_011CZXtRPhGwLq7XiosrSJFN'}
|
|
2026-03-29 19:02:43,452 ERROR root: API call failed after 3 retries. HTTP 429: This request would exceed your account's rate limit. Please try again later. | provider=anthropic model=claude-sonnet-4-5 msgs=2 tokens=***
|
|
2026-03-29 19:03:09,728 ERROR root: API call failed after 3 retries. HTTP 429: This request would exceed your account's rate limit. Please try again later. | provider=anthropic model=claude-sonnet-4-6 msgs=2 tokens=***
|
|
2026-03-29 19:03:18,474 ERROR root: Non-retryable client error: Error code: 404 - {'type': 'error', 'error': {'type': 'not_found_error', 'message': 'model: claude-3-7-sonnet'}, 'request_id': 'req_011CZXtcVTrDtpFnZ8zPA4cA'}
|
|
2026-03-29 19:04:17,005 ERROR root: API call failed after 3 retries. HTTP 429: This request would exceed your account's rate limit. Please try again later. | provider=anthropic model=claude-sonnet-4-5 msgs=2 tokens=***
|
|
2026-03-29 19:12:30,220 ERROR root: Non-retryable client error: Error code: 404 - {'type': 'error', 'error': {'type': 'not_found_error', 'message': 'model: claude-3-5-sonnet-latest'}, 'request_id': 'req_011CZXuKACNMCNH1wx1Hqi4A'}
|
|
2026-03-29 19:42:24,167 ERROR root: Non-retryable client error: Error code: 404 - {'type': 'error', 'error': {'type': 'not_found_error', 'message': 'model: claude-3-5-sonnet-latest'}, 'request_id': 'req_011CZXwbPNocE8kxNso5cdAa'}
|
|
2026-03-29 22:13:24,468 ERROR root: Non-retryable client error: Error code: 404 - {'type': 'error', 'error': {'type': 'not_found_error', 'message': 'model: claude-3-5-sonnet-latest'}, 'request_id': 'req_011CZY97GVgVQvWkcYcw5ywB'}
|
|
2026-03-29 22:14:42,435 ERROR root: Non-retryable client error: Error code: 404 - {'type': 'error', 'error': {'type': 'not_found_error', 'message': 'model: claude-3-5-sonnet-latest'}, 'request_id': 'req_011CZY9D1RjToXwTXnxCyF3K'}
|
|
2026-03-29 22:16:53,643 ERROR root: Non-retryable client error: Error code: 404 - {'type': 'error', 'error': {'type': 'not_found_error', 'message': 'model: claude-3-5-sonnet-latest'}, 'request_id': 'req_011CZY9Ng99bt4kjSzQUZSzE'}
|
|
2026-03-29 22:20:33,055 WARNING gateway.config: Invalid idle_minutes=0 (must be positive). Using default 1440.
|
|
2026-03-29 22:20:34,123 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-03-29 22:28:58,174 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/agent/auxiliary_client.py", line 1781, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-03-29 22:28:58,216 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/agent/auxiliary_client.py", line 1781, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-03-29 22:28:58,236 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/agent/auxiliary_client.py", line 1781, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-03-29 22:28:58,254 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/agent/auxiliary_client.py", line 1781, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-03-29 22:29:06,084 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/agent/auxiliary_client.py", line 1781, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-03-29 22:29:06,101 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/agent/auxiliary_client.py", line 1781, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-03-29 22:29:06,114 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/agent/auxiliary_client.py", line 1781, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-03-29 22:29:17,435 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/agent/auxiliary_client.py", line 1781, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-03-29 23:13:33,330 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/agent/auxiliary_client.py", line 1781, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-03-29 23:13:39,095 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/agent/auxiliary_client.py", line 1781, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-03-30 14:28:21,119 WARNING gateway.config: Invalid idle_minutes=0 (must be positive). Using default 1440.
|
|
2026-03-30 14:28:21,783 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-03-30 14:28:29,373 WARNING root: Failed to generate context summary: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-03-30 14:36:46,342 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/agent/auxiliary_client.py", line 1781, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-03-30 14:36:46,360 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/agent/auxiliary_client.py", line 1781, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-03-30 14:36:46,371 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/agent/auxiliary_client.py", line 1781, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-03-30 14:36:53,440 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/agent/auxiliary_client.py", line 1781, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-03-30 16:14:13,302 WARNING root: Invalid API response (retry 1/3): response.content is empty | Provider: model=claude-opus-4-6
|
|
2026-03-30 16:14:21,730 WARNING root: Invalid API response (retry 2/3): response.content is empty | Provider: model=claude-opus-4-6
|
|
2026-03-30 16:14:34,607 ERROR root: Invalid API response after 3 retries.
|
|
2026-03-30 17:27:54,705 ERROR root: API call failed after 3 retries. HTTP 429: This request would exceed your account's rate limit. Please try again later. | provider=anthropic model=claude-opus-4.6 msgs=312 tokens=***
|
|
2026-03-30 17:39:29,501 ERROR root: API call failed after 3 retries. HTTP 429: This request would exceed your account's rate limit. Please try again later. | provider=anthropic model=claude-opus-4.6 msgs=313 tokens=***
|
|
2026-03-30 17:42:07,174 ERROR root: API call failed after 3 retries. HTTP 429: This request would exceed your account's rate limit. Please try again later. | provider=anthropic model=claude-opus-4.6 msgs=314 tokens=***
|
|
2026-03-31 03:17:00,395 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/agent/auxiliary_client.py", line 1781, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-03-31 06:33:11,139 WARNING gateway.config: Invalid idle_minutes=0 (must be positive). Using default 1440.
|
|
2026-03-31 06:33:12,091 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-03-31 06:33:13,431 WARNING gateway.platforms.telegram: [Telegram] Could not register Telegram command menu: Command length must not exceed 32
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 630, in connect
|
|
await self._bot.set_my_commands([
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 3819, in set_my_commands
|
|
return await super().set_my_commands(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 8294, in set_my_commands
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.BadRequest: Command length must not exceed 32
|
|
2026-03-31 16:08:54,719 WARNING gateway.platforms.telegram: [Telegram] Failed to cache photo: Timed out
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions
|
|
yield
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 394, in handle_async_request
|
|
resp = await self._pool.handle_async_request(req)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request
|
|
raise exc from None
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request
|
|
response = await connection.handle_async_request(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request
|
|
return await self._connection.handle_async_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request
|
|
raise exc
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request
|
|
) = await self._receive_response_headers(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers
|
|
event = await self._receive_event(timeout=timeout)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 217, in _receive_event
|
|
data = await self._network_stream.read(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", line 32, in read
|
|
with map_exceptions(exc_map):
|
|
File "/usr/lib/python3.12/contextlib.py", line 158, in __exit__
|
|
self.gen.throw(value)
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions
|
|
raise to_exc(exc) from exc
|
|
httpcore.ReadTimeout
|
|
|
|
The above exception was the direct cause of the following exception:
|
|
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request
|
|
res = await self._client.request(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1540, in request
|
|
return await self.send(request, auth=*** follow_redirects=follow_redirects)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1629, in send
|
|
response = await self._send_handling_auth(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1657, in _send_handling_auth
|
|
response = await self._send_handling_redirects(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects
|
|
response = await self._send_single_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1730, in _send_single_request
|
|
response = await transport.handle_async_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram_network.py", line 91, in handle_async_request
|
|
response = await transport.handle_async_request(candidate)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 393, in handle_async_request
|
|
with map_httpcore_exceptions():
|
|
File "/usr/lib/python3.12/contextlib.py", line 158, in __exit__
|
|
self.gen.throw(value)
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions
|
|
raise mapped_exc(message) from exc
|
|
httpx.ReadTimeout
|
|
|
|
The above exception was the direct cause of the following exception:
|
|
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 1739, in _handle_media_message
|
|
file_obj = await photo.get_file()
|
|
^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_files/_basemedium.py", line 94, in get_file
|
|
return await self.get_bot().get_file(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 1945, in get_file
|
|
return await super().get_file(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 4182, in get_file
|
|
result = await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper
|
|
code, payload = await self.do_request(
|
|
^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request
|
|
raise TimedOut from err
|
|
telegram.error.TimedOut: Timed out
|
|
2026-03-31 17:01:19,960 WARNING gateway.platforms.telegram: [Telegram] MarkdownV2 parse failed, falling back to plain text: Can't parse entities: can't find end of pre entity at byte offset 3797
|
|
2026-03-31 17:01:20,316 WARNING gateway.platforms.telegram: [Telegram] MarkdownV2 parse failed, falling back to plain text: Can't parse entities: character '-' is reserved and must be escaped with the preceding '\'
|
|
2026-03-31 17:26:22,169 WARNING gateway.config: Invalid idle_minutes=0 (must be positive). Using default 1440.
|
|
2026-03-31 17:26:22,947 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-03-31 17:26:24,091 WARNING gateway.platforms.telegram: [Telegram] Could not register Telegram command menu: Command length must not exceed 32
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 630, in connect
|
|
await self._bot.set_my_commands([
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 3819, in set_my_commands
|
|
return await super().set_my_commands(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 8294, in set_my_commands
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.BadRequest: Command length must not exceed 32
|
|
2026-03-31 17:32:21,988 ERROR root: API call failed after 3 retries. HTTP 429: This request would exceed your account's rate limit. Please try again later. | provider=anthropic model=claude-opus-4.6 msgs=880 tokens=***
|
|
2026-03-31 18:21:22,810 WARNING gateway.config: Invalid idle_minutes=0 (must be positive). Using default 1440.
|
|
2026-03-31 18:21:23,212 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-03-31 18:21:24,118 WARNING gateway.platforms.telegram: [Telegram] Could not register Telegram command menu: Command length must not exceed 32
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 630, in connect
|
|
await self._bot.set_my_commands([
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 3819, in set_my_commands
|
|
return await super().set_my_commands(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 8294, in set_my_commands
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.BadRequest: Command length must not exceed 32
|
|
2026-03-31 18:22:33,528 WARNING gateway.config: Invalid idle_minutes=0 (must be positive). Using default 1440.
|
|
2026-03-31 18:22:34,279 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-03-31 18:22:35,463 WARNING gateway.platforms.telegram: [Telegram] Could not register Telegram command menu: Command length must not exceed 32
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 630, in connect
|
|
await self._bot.set_my_commands([
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 3819, in set_my_commands
|
|
return await super().set_my_commands(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 8294, in set_my_commands
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.BadRequest: Command length must not exceed 32
|
|
2026-03-31 18:22:48,881 WARNING gateway.config: Invalid idle_minutes=0 (must be positive). Using default 1440.
|
|
2026-03-31 18:22:49,407 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-03-31 18:22:50,398 WARNING gateway.platforms.telegram: [Telegram] Could not register Telegram command menu: Command length must not exceed 32
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 630, in connect
|
|
await self._bot.set_my_commands([
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 3819, in set_my_commands
|
|
return await super().set_my_commands(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 8294, in set_my_commands
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.BadRequest: Command length must not exceed 32
|
|
2026-03-31 18:23:34,064 WARNING gateway.config: Invalid idle_minutes=0 (must be positive). Using default 1440.
|
|
2026-03-31 18:23:34,607 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-03-31 18:23:35,541 WARNING gateway.platforms.telegram: [Telegram] Could not register Telegram command menu: Command length must not exceed 32
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 630, in connect
|
|
await self._bot.set_my_commands([
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 3819, in set_my_commands
|
|
return await super().set_my_commands(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 8294, in set_my_commands
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.BadRequest: Command length must not exceed 32
|
|
2026-03-31 18:24:22,598 WARNING gateway.config: Invalid idle_minutes=0 (must be positive). Using default 1440.
|
|
2026-03-31 18:24:23,036 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-03-31 18:24:24,054 WARNING gateway.platforms.telegram: [Telegram] Could not register Telegram command menu: Command length must not exceed 32
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 630, in connect
|
|
await self._bot.set_my_commands([
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 3819, in set_my_commands
|
|
return await super().set_my_commands(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 8294, in set_my_commands
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.BadRequest: Command length must not exceed 32
|
|
2026-03-31 18:27:38,012 WARNING gateway.config: Invalid idle_minutes=0 (must be positive). Using default 1440.
|
|
2026-03-31 18:27:38,493 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-03-31 18:27:39,466 WARNING gateway.platforms.telegram: [Telegram] Could not register Telegram command menu: Command length must not exceed 32
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 630, in connect
|
|
await self._bot.set_my_commands([
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 3819, in set_my_commands
|
|
return await super().set_my_commands(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 8294, in set_my_commands
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.BadRequest: Command length must not exceed 32
|
|
2026-03-31 18:27:57,523 WARNING gateway.config: Invalid idle_minutes=0 (must be positive). Using default 1440.
|
|
2026-03-31 18:27:57,860 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-03-31 18:27:58,617 WARNING gateway.platforms.telegram: [Telegram] Could not register Telegram command menu: Command length must not exceed 32
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 630, in connect
|
|
await self._bot.set_my_commands([
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 3819, in set_my_commands
|
|
return await super().set_my_commands(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 8294, in set_my_commands
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.BadRequest: Command length must not exceed 32
|
|
2026-03-31 18:30:07,674 WARNING gateway.config: Invalid idle_minutes=0 (must be positive). Using default 1440.
|
|
2026-03-31 18:30:08,133 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-03-31 18:30:09,165 WARNING gateway.platforms.telegram: [Telegram] Could not register Telegram command menu: Command length must not exceed 32
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 630, in connect
|
|
await self._bot.set_my_commands([
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 3819, in set_my_commands
|
|
return await super().set_my_commands(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 8294, in set_my_commands
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.BadRequest: Command length must not exceed 32
|
|
2026-03-31 18:31:00,889 WARNING gateway.config: Invalid idle_minutes=0 (must be positive). Using default 1440.
|
|
2026-03-31 18:31:01,283 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-03-31 18:31:02,103 WARNING gateway.platforms.telegram: [Telegram] Could not register Telegram command menu: Command length must not exceed 32
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 630, in connect
|
|
await self._bot.set_my_commands([
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 3819, in set_my_commands
|
|
return await super().set_my_commands(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 8294, in set_my_commands
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.BadRequest: Command length must not exceed 32
|
|
2026-03-31 18:36:48,004 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 18:37:10,458 ERROR gateway.platforms.telegram: [Telegram] Another local Hermes gateway is already using this Telegram bot token (PID 18752). Stop the other gateway before starting a second Telegram poller.
|
|
2026-03-31 18:37:10,461 WARNING gateway.run: ✗ telegram failed to connect
|
|
2026-03-31 18:37:10,462 ERROR gateway.run: Gateway hit a non-retryable startup conflict: telegram: Another local Hermes gateway is already using this Telegram bot token (PID 18752). Stop the other gateway before starting a second Telegram poller.
|
|
2026-03-31 18:37:10,465 ERROR gateway.run: Gateway exiting cleanly: telegram: Another local Hermes gateway is already using this Telegram bot token (PID 18752). Stop the other gateway before starting a second Telegram poller.
|
|
2026-03-31 18:37:23,702 ERROR gateway.platforms.telegram: [Telegram] Another local Hermes gateway is already using this Telegram bot token (PID 18752). Stop the other gateway before starting a second Telegram poller.
|
|
2026-03-31 18:37:23,704 WARNING gateway.run: ✗ telegram failed to connect
|
|
2026-03-31 18:37:23,705 ERROR gateway.run: Gateway hit a non-retryable startup conflict: telegram: Another local Hermes gateway is already using this Telegram bot token (PID 18752). Stop the other gateway before starting a second Telegram poller.
|
|
2026-03-31 18:37:23,707 ERROR gateway.run: Gateway exiting cleanly: telegram: Another local Hermes gateway is already using this Telegram bot token (PID 18752). Stop the other gateway before starting a second Telegram poller.
|
|
2026-03-31 18:37:36,912 ERROR gateway.platforms.telegram: [Telegram] Another local Hermes gateway is already using this Telegram bot token (PID 18752). Stop the other gateway before starting a second Telegram poller.
|
|
2026-03-31 18:37:36,914 WARNING gateway.run: ✗ telegram failed to connect
|
|
2026-03-31 18:37:36,915 ERROR gateway.run: Gateway hit a non-retryable startup conflict: telegram: Another local Hermes gateway is already using this Telegram bot token (PID 18752). Stop the other gateway before starting a second Telegram poller.
|
|
2026-03-31 18:37:36,917 ERROR gateway.run: Gateway exiting cleanly: telegram: Another local Hermes gateway is already using this Telegram bot token (PID 18752). Stop the other gateway before starting a second Telegram poller.
|
|
2026-03-31 18:37:50,107 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-03-31 18:37:50,897 WARNING gateway.platforms.telegram: [Telegram] Could not register Telegram command menu: Command length must not exceed 32
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 630, in connect
|
|
await self._bot.set_my_commands([
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 3819, in set_my_commands
|
|
return await super().set_my_commands(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 8294, in set_my_commands
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.BadRequest: Command length must not exceed 32
|
|
2026-03-31 18:38:07,604 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-03-31 18:38:08,422 WARNING gateway.platforms.telegram: [Telegram] Could not register Telegram command menu: Command length must not exceed 32
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 630, in connect
|
|
await self._bot.set_my_commands([
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 3819, in set_my_commands
|
|
return await super().set_my_commands(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 8294, in set_my_commands
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.BadRequest: Command length must not exceed 32
|
|
2026-03-31 18:38:10,772 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 18:38:29,851 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 18:38:38,483 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-03-31 18:54:35,402 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-03-31 19:02:49,938 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-03-31 20:53:01,395 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-03-31 20:56:22,318 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-03-31 21:46:05,330 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-03-31 21:59:05,277 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-03-31 21:59:06,103 WARNING gateway.platforms.telegram: [Telegram] Could not register Telegram command menu: Command length must not exceed 32
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 630, in connect
|
|
await self._bot.set_my_commands([
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 3819, in set_my_commands
|
|
return await super().set_my_commands(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 8294, in set_my_commands
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.BadRequest: Command length must not exceed 32
|
|
2026-03-31 22:00:09,062 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 22:00:28,143 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 22:08:23,816 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-03-31 22:11:08,694 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 22:15:06,674 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 22:15:22,244 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 22:30:06,852 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 22:30:22,458 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 22:42:31,142 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-03-31 22:45:06,399 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 22:45:21,968 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 22:52:15,429 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-03-31 23:00:08,669 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:00:24,312 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:00:39,912 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:00:55,496 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:01:11,083 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:01:26,683 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:01:42,276 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:01:57,820 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:02:13,389 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:02:29,141 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:02:44,777 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:03:00,351 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:03:15,920 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:03:31,498 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:03:47,095 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:15:07,541 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:15:23,120 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:15:38,669 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:15:54,231 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:16:09,810 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:16:25,363 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:16:40,939 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:16:56,550 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:17:12,091 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:17:27,653 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:17:43,243 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:17:58,822 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:18:14,389 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:18:30,087 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:25:31,979 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-03-31 23:26:32,219 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-03-31 23:26:33,081 WARNING gateway.platforms.telegram: [Telegram] Could not register Telegram command menu: Command length must not exceed 32
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 630, in connect
|
|
await self._bot.set_my_commands([
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 3819, in set_my_commands
|
|
return await super().set_my_commands(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 8294, in set_my_commands
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.BadRequest: Command length must not exceed 32
|
|
2026-03-31 23:30:07,427 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:36:18,955 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-03-31 23:36:19,891 WARNING gateway.platforms.telegram: [Telegram] Could not register Telegram command menu: Command length must not exceed 32
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 630, in connect
|
|
await self._bot.set_my_commands([
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 3819, in set_my_commands
|
|
return await super().set_my_commands(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 8294, in set_my_commands
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.BadRequest: Command length must not exceed 32
|
|
2026-03-31 23:37:26,130 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-03-31 23:37:26,891 WARNING gateway.platforms.telegram: [Telegram] Could not register Telegram command menu: Command length must not exceed 32
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 630, in connect
|
|
await self._bot.set_my_commands([
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 3819, in set_my_commands
|
|
return await super().set_my_commands(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 8294, in set_my_commands
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.BadRequest: Command length must not exceed 32
|
|
2026-03-31 23:45:06,776 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-03-31 23:45:25,818 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:00:09,901 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:00:28,980 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:00:44,583 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:01:00,164 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:01:15,750 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:01:31,366 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:01:46,951 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:02:02,547 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:02:18,125 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:02:33,706 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:02:49,269 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:03:04,818 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:03:20,362 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:03:35,935 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:15:06,256 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:15:25,315 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:15:40,880 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:15:56,458 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:16:12,057 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:16:27,660 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:16:43,259 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:16:58,802 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:17:14,373 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:17:29,965 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:17:45,537 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:18:01,121 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:18:16,706 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:18:32,255 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:30:06,783 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:30:25,884 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:30:41,442 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:30:57,036 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:31:12,614 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:31:28,169 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:31:43,734 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:31:59,417 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:32:15,059 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:32:30,599 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:32:46,163 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:33:01,729 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:33:17,281 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:33:32,841 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:33:48,386 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 00:45:06,842 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 01:00:09,236 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 01:00:28,309 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 01:00:43,861 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 01:00:59,419 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 01:01:14,987 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 01:01:30,548 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 01:01:46,131 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 01:02:01,692 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 01:02:17,251 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 01:02:32,833 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 01:02:48,374 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 01:03:04,345 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 01:03:19,899 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 01:03:35,587 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 01:15:06,592 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 01:30:07,276 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 01:30:26,344 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 01:45:06,696 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:00:10,487 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:00:29,578 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:00:45,194 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:01:00,797 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:01:16,349 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:01:31,934 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:01:47,544 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:02:03,154 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:02:18,756 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:02:34,496 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:02:50,078 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:03:05,643 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:03:21,241 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:03:36,787 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:03:52,361 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:15:07,802 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:30:07,454 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:30:26,524 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:30:42,073 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:30:57,665 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:31:13,281 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:31:28,843 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:31:44,401 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:31:59,982 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:32:15,563 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:32:31,135 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:32:46,724 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:33:02,295 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:33:17,836 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 02:45:05,964 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:00:08,641 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:00:27,686 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:00:43,506 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:00:59,068 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:01:14,621 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:15:07,354 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:15:26,480 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:15:42,073 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:15:57,663 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:16:13,274 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:16:28,880 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:16:44,481 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:17:00,071 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:17:15,657 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:17:31,255 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:17:46,874 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:18:02,430 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:18:17,992 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:18:33,593 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:18:49,184 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:30:07,276 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:30:26,366 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:30:41,931 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:30:57,716 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:31:13,304 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:31:28,859 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:31:44,454 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:31:59,997 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:32:15,573 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:32:31,121 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:32:46,685 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:33:02,248 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:33:17,884 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:33:33,468 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:33:49,057 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:34:03,693 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:45:07,586 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:45:26,673 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:45:42,229 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:45:57,795 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:46:13,334 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:46:28,905 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:46:44,464 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:47:00,027 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:47:15,607 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:47:31,164 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:47:46,722 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:48:02,285 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:48:17,819 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 03:48:33,376 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:00:09,531 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:00:28,601 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:00:44,153 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:00:59,709 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:01:15,279 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:01:30,844 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:01:46,385 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:02:01,940 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:02:17,519 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:02:33,100 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:02:48,661 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:03:04,256 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:03:19,837 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:03:35,406 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:15:06,588 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:15:25,640 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:15:41,239 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:15:56,817 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:16:12,415 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:16:27,983 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:16:43,555 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:16:59,128 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:17:14,729 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:17:30,289 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:17:45,831 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:18:01,377 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:18:16,949 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:30:07,172 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:30:26,237 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:30:41,806 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:30:57,362 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:31:12,912 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:31:28,458 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:31:44,008 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:31:59,584 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:32:15,162 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:32:30,725 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:32:46,290 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:33:01,849 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:33:17,407 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 04:45:06,880 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:00:08,970 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:00:28,054 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:00:43,638 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:00:59,224 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:01:14,815 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:01:30,419 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:01:46,001 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:02:01,609 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:02:17,195 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:02:32,796 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:02:48,383 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:03:03,950 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:03:19,515 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:03:35,111 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:03:50,676 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:15:06,690 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:15:25,772 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:15:41,359 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:15:56,915 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:16:12,509 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:16:28,093 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:16:43,673 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:16:59,267 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:17:14,846 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:30:07,410 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:30:26,505 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:30:42,089 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:30:57,648 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:31:13,222 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:31:28,790 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:31:44,386 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:31:59,973 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:32:15,558 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:32:31,114 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:32:46,705 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:33:02,309 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:33:17,905 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:33:33,492 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:45:06,625 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:45:25,678 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:45:41,276 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:45:56,855 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:46:12,408 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:46:27,978 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:46:43,553 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:46:59,127 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:47:14,709 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:47:30,293 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:47:45,855 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:48:01,446 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:48:17,035 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 05:48:32,579 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:00:09,315 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:00:28,414 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:00:43,976 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:00:59,529 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:01:15,112 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:01:30,678 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:01:46,266 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:02:01,824 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:02:17,406 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:02:32,951 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:02:48,540 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:03:04,118 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:03:19,722 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:03:35,303 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:03:50,849 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:15:06,450 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:15:25,509 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:15:41,086 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:15:56,672 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:16:12,265 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:16:27,871 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:16:43,472 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:16:59,060 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:17:14,660 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:17:30,393 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:17:45,975 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:18:01,497 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:18:17,072 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:30:06,974 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:45:06,537 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 06:45:25,620 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:00:10,124 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:00:29,223 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:00:44,806 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:01:00,395 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:01:15,957 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:01:31,561 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:01:47,130 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:02:02,682 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:02:18,250 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:02:33,807 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:02:49,373 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:03:04,962 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:03:20,567 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:03:36,112 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:03:51,658 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:15:07,409 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:15:26,523 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:15:42,091 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:15:57,715 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:16:13,288 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:16:28,871 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:16:44,449 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:17:00,007 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:17:15,607 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:17:31,210 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:17:46,771 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:18:02,356 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:18:17,912 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:18:33,457 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:30:08,473 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:30:27,547 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:30:43,124 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:30:58,708 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:31:14,293 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:31:29,857 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:31:45,415 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:32:00,994 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:32:16,561 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:32:32,104 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:32:47,657 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:33:03,375 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:33:18,914 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:33:34,512 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:33:50,062 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:45:06,906 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:45:25,983 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:45:41,550 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:45:57,117 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:46:12,647 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:46:28,231 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:46:43,832 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:46:59,365 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:47:14,934 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:47:30,516 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:47:46,121 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:48:01,701 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:48:17,265 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 07:48:31,938 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:00:08,837 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:00:27,901 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:00:43,464 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:00:59,056 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:01:14,631 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:01:30,212 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:01:45,809 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:02:01,389 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:02:16,994 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:15:07,170 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:15:26,249 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:15:41,800 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:15:57,386 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:16:12,978 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:16:28,577 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:16:44,175 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:25:03,528 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 08:30:06,261 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:30:21,643 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:33:00,282 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 08:34:37,742 WARNING huggingface_hub.utils._http: Warning: You are sending unauthenticated requests to the HF Hub. Please set a HF_TOKEN to enable higher rate limits and faster downloads.
|
|
2026-04-01 08:45:09,153 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:45:24,588 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:45:39,984 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:45:55,378 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:46:10,937 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:46:26,525 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:46:41,919 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:46:57,311 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:47:12,715 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:47:28,102 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:47:43,494 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:47:58,919 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:48:14,504 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:48:30,063 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:48:45,460 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:49:01,051 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:49:16,463 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:49:31,844 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:49:47,207 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:50:02,750 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:50:18,125 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:50:33,498 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:50:49,239 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:51:04,628 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:51:19,999 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:51:35,357 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:51:50,722 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:52:06,081 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 08:57:34,258 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 09:00:08,665 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 09:00:24,086 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 09:00:40,179 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 09:00:54,926 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 09:01:10,482 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 09:01:25,843 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 09:01:41,202 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 09:01:56,574 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 09:02:11,941 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 09:02:27,304 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 09:02:42,721 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 09:02:58,102 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 09:03:13,460 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 09:03:28,819 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 09:03:44,180 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 09:04:02,552 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 09:15:07,193 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 09:15:22,603 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 09:22:46,248 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 09:30:07,518 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 09:30:22,932 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 09:35:25,292 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 09:45:06,154 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 09:45:21,751 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:00:08,143 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:00:23,762 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:00:39,364 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:00:54,940 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:01:10,538 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:01:26,123 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:01:41,669 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:01:57,230 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:02:12,786 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:02:28,340 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:02:43,893 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:02:59,463 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:03:15,034 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:03:30,620 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:15:06,376 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:15:21,961 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:15:37,548 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:15:53,091 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:16:08,664 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:16:24,241 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:16:39,842 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:16:55,396 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:17:10,943 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:17:26,517 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:17:42,084 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:17:57,668 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:18:13,226 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:18:28,795 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:30:07,274 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:30:22,678 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:30:38,531 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:30:54,078 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:31:09,649 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:31:25,025 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:31:40,423 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:31:55,801 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:32:11,188 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:32:26,574 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:32:41,954 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:32:57,461 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:33:13,070 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:33:28,452 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:33:43,825 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:45:06,492 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:45:21,875 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:45:35,155 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 10:45:37,263 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:45:52,847 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:46:08,434 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:46:23,989 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:46:39,538 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:46:55,117 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:47:10,692 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:47:26,305 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:47:41,887 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 10:47:57,440 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:00:08,684 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:00:24,099 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:00:39,524 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:00:55,092 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:01:10,471 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:01:25,863 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:01:41,241 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:01:56,618 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:02:11,998 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:03:45,414 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 11:15:04,472 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 11:15:07,025 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:15:22,575 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:15:38,118 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:15:53,885 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:16:09,437 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:16:25,012 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:16:40,421 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:16:55,985 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:17:11,415 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:17:26,832 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:17:42,225 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:17:57,636 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:18:13,075 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:18:28,478 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:18:43,887 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:19:26,587 WARNING gateway.platforms.base: [Telegram] Failed to send media (): File not found: <path>
|
|
2026-04-01 11:19:30,677 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 11:30:07,922 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:30:23,526 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:30:39,108 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:30:54,683 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:31:10,282 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:31:25,856 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:31:41,430 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:31:57,005 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:32:12,587 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:32:28,165 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:32:43,731 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:32:59,314 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:33:14,878 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:45:07,377 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:45:22,933 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:45:38,487 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:45:54,047 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:46:09,619 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:46:25,204 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:46:40,785 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:46:56,359 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:47:11,948 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:47:27,513 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:47:43,093 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:47:58,694 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 11:48:14,296 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:00:09,134 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:00:25,035 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:00:40,623 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:00:56,224 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:01:11,844 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:01:27,414 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:01:43,000 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:01:58,583 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:02:14,163 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:02:29,728 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:02:45,289 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:03:00,862 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:03:16,424 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:13:40,198 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 12:15:06,513 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:15:22,111 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:15:37,686 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:15:53,303 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:16:08,864 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:16:24,440 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:16:40,041 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:16:55,630 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:17:11,197 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:17:26,760 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:17:42,321 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:17:57,862 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:18:13,456 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:18:29,041 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:30:07,919 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:30:23,484 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:30:39,041 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:30:54,606 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:31:10,199 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:31:25,794 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:31:41,402 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:31:56,970 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:32:12,553 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:32:28,143 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:32:43,734 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:32:59,323 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:33:14,911 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:33:30,472 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:33:46,053 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:34:16,360 ERROR tools.vision_tools: Error analyzing image: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/tools/vision_tools.py", line 413, in vision_analyze_tool
|
|
response = await async_call_llm(**call_kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/agent/auxiliary_client.py", line 1815, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-01 12:34:55,596 ERROR tools.vision_tools: Error analyzing image: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/tools/vision_tools.py", line 413, in vision_analyze_tool
|
|
response = await async_call_llm(**call_kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/agent/auxiliary_client.py", line 1815, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-01 12:44:36,440 WARNING root: Failed to generate context summary: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-01 12:45:07,311 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:45:19,441 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 12:45:22,726 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 12:57:10,480 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 13:00:08,227 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 13:00:23,625 WARNING gateway.platforms.telegram: [Telegram] Telegram polling conflict (1/3), will retry in 10s. Error: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running
|
|
2026-04-01 13:05:16,249 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 13:07:50,614 WARNING gateway.platforms.telegram: [Telegram] Failed to cache voice: Timed out
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions
|
|
yield
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 394, in handle_async_request
|
|
resp = await self._pool.handle_async_request(req)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request
|
|
raise exc from None
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request
|
|
response = await connection.handle_async_request(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request
|
|
return await self._connection.handle_async_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request
|
|
raise exc
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request
|
|
) = await self._receive_response_headers(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers
|
|
event = await self._receive_event(timeout=timeout)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 217, in _receive_event
|
|
data = await self._network_stream.read(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", line 32, in read
|
|
with map_exceptions(exc_map):
|
|
File "/usr/lib/python3.12/contextlib.py", line 158, in __exit__
|
|
self.gen.throw(value)
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions
|
|
raise to_exc(exc) from exc
|
|
httpcore.ReadTimeout
|
|
|
|
The above exception was the direct cause of the following exception:
|
|
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request
|
|
res = await self._client.request(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1540, in request
|
|
return await self.send(request, auth=*** follow_redirects=follow_redirects)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1629, in send
|
|
response = await self._send_handling_auth(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1657, in _send_handling_auth
|
|
response = await self._send_handling_redirects(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects
|
|
response = await self._send_single_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1730, in _send_single_request
|
|
response = await transport.handle_async_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram_network.py", line 91, in handle_async_request
|
|
response = await transport.handle_async_request(candidate)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 393, in handle_async_request
|
|
with map_httpcore_exceptions():
|
|
File "/usr/lib/python3.12/contextlib.py", line 158, in __exit__
|
|
self.gen.throw(value)
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions
|
|
raise mapped_exc(message) from exc
|
|
httpx.ReadTimeout
|
|
|
|
The above exception was the direct cause of the following exception:
|
|
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 1768, in _handle_media_message
|
|
file_obj = await msg.voice.get_file()
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_files/_basemedium.py", line 94, in get_file
|
|
return await self.get_bot().get_file(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 1945, in get_file
|
|
return await super().get_file(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 4182, in get_file
|
|
result = await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper
|
|
code, payload = await self.do_request(
|
|
^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request
|
|
raise TimedOut from err
|
|
telegram.error.TimedOut: Timed out
|
|
2026-04-01 13:08:07,803 WARNING agent.auxiliary_client: resolve_provider_client: unknown provider 'ollama'
|
|
2026-04-01 13:08:07,807 WARNING root: Fallback to ollama failed: provider not configured
|
|
2026-04-01 13:08:07,809 ERROR root: API call failed after 3 retries. HTTP 400: the message at position 210 with role 'user' must not be empty | provider=kimi-coding model=kimi-for-coding msgs=211 tokens=***
|
|
2026-04-01 13:12:54,334 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 13:19:29,730 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 14:14:08,757 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 15:11:33,111 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/agent/auxiliary_client.py", line 1815, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-01 15:11:33,122 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/agent/auxiliary_client.py", line 1815, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-01 15:11:33,135 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/agent/auxiliary_client.py", line 1815, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-01 15:15:56,843 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 15:16:05,009 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/agent/auxiliary_client.py", line 1815, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-01 15:16:05,022 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/agent/auxiliary_client.py", line 1815, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-01 15:16:05,032 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/agent/auxiliary_client.py", line 1815, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-01 15:57:26,320 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 16:06:57,387 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 16:14:04,503 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 16:19:03,474 WARNING gateway.platforms.telegram: [Telegram] MarkdownV2 parse failed, falling back to plain text: Can't parse entities: can't find end of italic entity at byte offset 3573
|
|
2026-04-01 16:19:03,927 WARNING gateway.platforms.telegram: [Telegram] MarkdownV2 parse failed, falling back to plain text: Can't parse entities: can't find end of italic entity at byte offset 1643
|
|
2026-04-01 16:39:29,314 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/agent/auxiliary_client.py", line 1815, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-01 16:39:29,390 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/agent/auxiliary_client.py", line 1815, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-01 16:39:29,458 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/agent/auxiliary_client.py", line 1815, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-01 16:39:29,508 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/agent/auxiliary_client.py", line 1815, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-01 16:39:29,590 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/agent/auxiliary_client.py", line 1815, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-01 16:49:47,202 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 16:51:44,888 WARNING gateway.platforms.telegram: [Telegram] MarkdownV2 parse failed, falling back to plain text: Can't parse entities: can't find end of italic entity at byte offset 2298
|
|
2026-04-01 17:07:46,131 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 17:14:43,446 WARNING root: Failed to generate context summary: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-01 17:18:44,337 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 17:34:31,934 WARNING gateway.run: Interrupt recursion depth 3 reached for session agent:main:telegram:dm:7635059073 — queueing message instead of recursing.
|
|
2026-04-01 17:34:31,998 WARNING gateway.platforms.base: [Telegram] Handler returned empty/None response for 7635059073
|
|
2026-04-01 17:45:19,641 WARNING gateway.run: Interrupt recursion depth 3 reached for session agent:main:telegram:dm:7635059073 — queueing message instead of recursing.
|
|
2026-04-01 17:53:46,024 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 18:28:19,925 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 18:34:19,147 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 18:50:36,278 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 18:53:24,644 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 19:01:30,894 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 19:05:53,833 ERROR tools.vision_tools: Error analyzing image: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/tools/vision_tools.py", line 413, in vision_analyze_tool
|
|
response = await async_call_llm(**call_kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/agent/auxiliary_client.py", line 1815, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-01 19:06:03,329 ERROR tools.vision_tools: Error analyzing image: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/tools/vision_tools.py", line 413, in vision_analyze_tool
|
|
response = await async_call_llm(**call_kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/agent/auxiliary_client.py", line 1815, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-01 19:06:44,220 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 19:10:28,070 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 19:11:15,348 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 19:22:01,214 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 19:28:47,928 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/agent/auxiliary_client.py", line 1815, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-01 19:39:57,973 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 19:56:35,280 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 20:03:54,128 WARNING root: Failed to generate context summary: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-01 20:04:01,484 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 20:15:45,473 WARNING root: Failed to generate context summary: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-01 20:22:24,163 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 20:28:32,865 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 20:37:44,743 WARNING gateway.platforms.base: [Telegram] Failed to send media (): File not found: /absolute/path/to/file
|
|
2026-04-01 20:37:53,037 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 22:08:30,752 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 22:42:27,770 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 22:56:02,930 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-01 23:12:47,218 ERROR gateway.platforms.telegram: [Telegram] Failed to send Telegram voice/audio, falling back to base adapter: Timed out
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions
|
|
yield
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 394, in handle_async_request
|
|
resp = await self._pool.handle_async_request(req)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request
|
|
raise exc from None
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request
|
|
response = await connection.handle_async_request(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request
|
|
return await self._connection.handle_async_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request
|
|
raise exc
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request
|
|
) = await self._receive_response_headers(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers
|
|
event = await self._receive_event(timeout=timeout)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 217, in _receive_event
|
|
data = await self._network_stream.read(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", line 32, in read
|
|
with map_exceptions(exc_map):
|
|
File "/usr/lib/python3.12/contextlib.py", line 158, in __exit__
|
|
self.gen.throw(value)
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions
|
|
raise to_exc(exc) from exc
|
|
httpcore.ReadTimeout
|
|
|
|
The above exception was the direct cause of the following exception:
|
|
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request
|
|
res = await self._client.request(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1540, in request
|
|
return await self.send(request, auth=*** follow_redirects=follow_redirects)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1629, in send
|
|
response = await self._send_handling_auth(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1657, in _send_handling_auth
|
|
response = await self._send_handling_redirects(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects
|
|
response = await self._send_single_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1730, in _send_single_request
|
|
response = await transport.handle_async_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram_network.py", line 91, in handle_async_request
|
|
response = await transport.handle_async_request(candidate)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 393, in handle_async_request
|
|
with map_httpcore_exceptions():
|
|
File "/usr/lib/python3.12/contextlib.py", line 158, in __exit__
|
|
self.gen.throw(value)
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions
|
|
raise mapped_exc(message) from exc
|
|
httpx.ReadTimeout
|
|
|
|
The above exception was the direct cause of the following exception:
|
|
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 952, in send_voice
|
|
msg = await self._bot.send_voice(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 3565, in send_voice
|
|
return await super().send_voice(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 2810, in send_voice
|
|
return await self._send_message(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 630, in _send_message
|
|
result = await super()._send_message(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 820, in _send_message
|
|
result = await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper
|
|
code, payload = await self.do_request(
|
|
^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request
|
|
raise TimedOut from err
|
|
telegram.error.TimedOut: Timed out
|
|
2026-04-01 23:29:45,390 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 00:05:58,129 WARNING agent.auxiliary_client: resolve_provider_client: unknown provider 'ollama'
|
|
2026-04-02 00:05:58,151 WARNING root: Fallback to ollama failed: provider not configured
|
|
2026-04-02 00:05:58,394 ERROR root: Non-retryable client error: Error code: 402 - {'error': {'message': "We're unable to verify your membership benefits at this time. Please ensure your membership is active.", 'type': 'invalid_request_error'}}
|
|
2026-04-02 00:32:44,674 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 00:49:10,291 WARNING root: Failed to generate context summary: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-02 00:49:15,045 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 00:49:52,570 ERROR tools.vision_tools: Error analyzing image: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/tools/vision_tools.py", line 413, in vision_analyze_tool
|
|
response = await async_call_llm(**call_kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/agent/auxiliary_client.py", line 1815, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-02 00:50:16,718 ERROR tools.vision_tools: Error analyzing image: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/tools/vision_tools.py", line 413, in vision_analyze_tool
|
|
response = await async_call_llm(**call_kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/agent/auxiliary_client.py", line 1815, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-02 00:51:45,589 WARNING root: Failed to generate context summary: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-02 00:53:30,355 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 00:55:20,340 WARNING gateway.run: Failed to send first response before queued message: name 'event' is not defined
|
|
2026-04-02 00:55:27,497 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 00:58:49,094 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 01:07:25,028 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 01:45:11,761 WARNING gateway.platforms.telegram: [Telegram] Failed to cache audio: File is too big
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 1778, in _handle_media_message
|
|
file_obj = await msg.audio.get_file()
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_files/_basemedium.py", line 94, in get_file
|
|
return await self.get_bot().get_file(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 1945, in get_file
|
|
return await super().get_file(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 4182, in get_file
|
|
result = await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.BadRequest: File is too big
|
|
2026-04-02 01:45:17,067 WARNING gateway.platforms.telegram_network: [Telegram] Primary api.telegram.org connection failed (); trying fallback IPs 149.154.167.220
|
|
2026-04-02 01:45:27,529 WARNING gateway.platforms.telegram_network: [Telegram] Primary api.telegram.org path unreachable; using sticky fallback IP 149.154.167.220
|
|
2026-04-02 01:45:43,358 WARNING agent.auxiliary_client: resolve_provider_client: unknown provider 'ollama'
|
|
2026-04-02 01:45:43,360 WARNING root: Fallback to ollama failed: provider not configured
|
|
2026-04-02 01:45:43,369 ERROR root: API call failed after 3 retries. HTTP 400: the message at position 139 with role 'user' must not be empty | provider=kimi-coding model=kimi-for-coding msgs=140 tokens=***
|
|
2026-04-02 02:10:38,832 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 02:13:05,149 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 02:32:16,553 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 02:38:33,596 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 02:42:55,213 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 02:53:48,404 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 03:00:55,988 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/agent/auxiliary_client.py", line 1815, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-02 03:00:56,127 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/agent/auxiliary_client.py", line 1815, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-02 03:00:56,279 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/agent/auxiliary_client.py", line 1815, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-02 03:00:56,372 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/agent/auxiliary_client.py", line 1815, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-02 03:01:40,750 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 03:02:51,198 WARNING root: Session summarization failed after 3 attempts: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/tools/session_search_tool.py", line 155, in _summarize_session
|
|
response = await async_call_llm(
|
|
^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/agent/auxiliary_client.py", line 1815, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-02 03:06:41,741 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 03:10:14,075 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 03:16:01,983 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-04-02 03:16:03,178 WARNING gateway.platforms.telegram: [Telegram] Could not register Telegram command menu: Command length must not exceed 32
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 630, in connect
|
|
await self._bot.set_my_commands([
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 3819, in set_my_commands
|
|
return await super().set_my_commands(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 8294, in set_my_commands
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.BadRequest: Command length must not exceed 32
|
|
2026-04-02 03:46:56,996 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-04-02 03:46:57,907 WARNING gateway.platforms.telegram: [Telegram] Could not register Telegram command menu: Command length must not exceed 32
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 630, in connect
|
|
await self._bot.set_my_commands([
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 3819, in set_my_commands
|
|
return await super().set_my_commands(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 8294, in set_my_commands
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.BadRequest: Command length must not exceed 32
|
|
2026-04-02 04:24:27,600 WARNING gateway.platforms.telegram: [Telegram] Telegram fallback IPs active: 149.154.167.220
|
|
2026-04-02 04:24:28,641 WARNING gateway.platforms.telegram: [Telegram] Could not register Telegram command menu: Command length must not exceed 32
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 630, in connect
|
|
await self._bot.set_my_commands([
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 3819, in set_my_commands
|
|
return await super().set_my_commands(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 8294, in set_my_commands
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper
|
|
raise exception
|
|
telegram.error.BadRequest: Command length must not exceed 32
|
|
2026-04-02 12:04:57,036 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 15:10:47,711 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 15:46:15,662 ERROR tools.vision_tools: Error analyzing image: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/tools/vision_tools.py", line 413, in vision_analyze_tool
|
|
response = await async_call_llm(**call_kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/agent/auxiliary_client.py", line 1815, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-02 15:46:21,153 ERROR tools.vision_tools: Error analyzing image: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/tools/vision_tools.py", line 413, in vision_analyze_tool
|
|
response = await async_call_llm(**call_kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/agent/auxiliary_client.py", line 1815, in async_call_llm
|
|
return await client.chat.completions.create(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/resources/chat/completions/completions.py", line 2714, in create
|
|
return await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1884, in post
|
|
return await self.request(cast_to, opts, stream=stream, stream_cls=stream_cls)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/openai/_base_client.py", line 1669, in request
|
|
raise self._make_status_error_from_response(err.response) from None
|
|
openai.AuthenticationError: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-02 15:53:47,940 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 16:16:14,384 WARNING gateway.platforms.telegram: [Telegram] Telegram network error, scheduling reconnect: httpx.ReadError:
|
|
2026-04-02 16:16:14,385 WARNING gateway.platforms.telegram: [Telegram] Telegram network error (attempt 1/10), reconnecting in 5s. Error: httpx.ReadError:
|
|
2026-04-02 16:27:57,851 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 16:28:02,536 ERROR gateway.platforms.telegram: [Telegram] Failed to send Telegram voice/audio, falling back to base adapter: Timed out
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions
|
|
yield
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 394, in handle_async_request
|
|
resp = await self._pool.handle_async_request(req)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request
|
|
raise exc from None
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request
|
|
response = await connection.handle_async_request(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request
|
|
return await self._connection.handle_async_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request
|
|
raise exc
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request
|
|
) = await self._receive_response_headers(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers
|
|
event = await self._receive_event(timeout=timeout)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 217, in _receive_event
|
|
data = await self._network_stream.read(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", line 32, in read
|
|
with map_exceptions(exc_map):
|
|
File "/usr/lib/python3.12/contextlib.py", line 158, in __exit__
|
|
self.gen.throw(value)
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions
|
|
raise to_exc(exc) from exc
|
|
httpcore.ReadTimeout
|
|
|
|
The above exception was the direct cause of the following exception:
|
|
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request
|
|
res = await self._client.request(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1540, in request
|
|
return await self.send(request, auth=*** follow_redirects=follow_redirects)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1629, in send
|
|
response = await self._send_handling_auth(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1657, in _send_handling_auth
|
|
response = await self._send_handling_redirects(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects
|
|
response = await self._send_single_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1730, in _send_single_request
|
|
response = await transport.handle_async_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram_network.py", line 91, in handle_async_request
|
|
response = await transport.handle_async_request(candidate)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 393, in handle_async_request
|
|
with map_httpcore_exceptions():
|
|
File "/usr/lib/python3.12/contextlib.py", line 158, in __exit__
|
|
self.gen.throw(value)
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions
|
|
raise mapped_exc(message) from exc
|
|
httpx.ReadTimeout
|
|
|
|
The above exception was the direct cause of the following exception:
|
|
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 952, in send_voice
|
|
msg = await self._bot.send_voice(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 3565, in send_voice
|
|
return await super().send_voice(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 2810, in send_voice
|
|
return await self._send_message(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 630, in _send_message
|
|
result = await super()._send_message(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 820, in _send_message
|
|
result = await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper
|
|
code, payload = await self.do_request(
|
|
^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request
|
|
raise TimedOut from err
|
|
telegram.error.TimedOut: Timed out
|
|
2026-04-02 16:38:19,512 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 16:39:51,024 WARNING gateway.platforms.telegram: [Telegram] Failed to cache voice: Timed out
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions
|
|
yield
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 394, in handle_async_request
|
|
resp = await self._pool.handle_async_request(req)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request
|
|
raise exc from None
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request
|
|
response = await connection.handle_async_request(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request
|
|
return await self._connection.handle_async_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request
|
|
raise exc
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request
|
|
) = await self._receive_response_headers(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers
|
|
event = await self._receive_event(timeout=timeout)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 217, in _receive_event
|
|
data = await self._network_stream.read(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", line 32, in read
|
|
with map_exceptions(exc_map):
|
|
File "/usr/lib/python3.12/contextlib.py", line 158, in __exit__
|
|
self.gen.throw(value)
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions
|
|
raise to_exc(exc) from exc
|
|
httpcore.ReadTimeout
|
|
|
|
The above exception was the direct cause of the following exception:
|
|
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request
|
|
res = await self._client.request(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1540, in request
|
|
return await self.send(request, auth=*** follow_redirects=follow_redirects)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1629, in send
|
|
response = await self._send_handling_auth(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1657, in _send_handling_auth
|
|
response = await self._send_handling_redirects(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects
|
|
response = await self._send_single_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1730, in _send_single_request
|
|
response = await transport.handle_async_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram_network.py", line 91, in handle_async_request
|
|
response = await transport.handle_async_request(candidate)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 393, in handle_async_request
|
|
with map_httpcore_exceptions():
|
|
File "/usr/lib/python3.12/contextlib.py", line 158, in __exit__
|
|
self.gen.throw(value)
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions
|
|
raise mapped_exc(message) from exc
|
|
httpx.ReadTimeout
|
|
|
|
The above exception was the direct cause of the following exception:
|
|
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 1768, in _handle_media_message
|
|
file_obj = await msg.voice.get_file()
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_files/_basemedium.py", line 94, in get_file
|
|
return await self.get_bot().get_file(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 1945, in get_file
|
|
return await super().get_file(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 4182, in get_file
|
|
result = await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper
|
|
code, payload = await self.do_request(
|
|
^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request
|
|
raise TimedOut from err
|
|
telegram.error.TimedOut: Timed out
|
|
2026-04-02 16:40:09,740 WARNING agent.auxiliary_client: resolve_provider_client: unknown provider 'ollama'
|
|
2026-04-02 16:40:09,743 WARNING root: Fallback to ollama failed: provider not configured
|
|
2026-04-02 16:40:09,745 ERROR root: API call failed after 3 retries. HTTP 400: the message at position 218 with role 'user' must not be empty | provider=kimi-coding model=kimi-for-coding msgs=219 tokens=***
|
|
2026-04-02 16:46:26,293 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 16:46:34,469 ERROR gateway.platforms.telegram: [Telegram] Failed to send Telegram voice/audio, falling back to base adapter: Timed out
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions
|
|
yield
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 394, in handle_async_request
|
|
resp = await self._pool.handle_async_request(req)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request
|
|
raise exc from None
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request
|
|
response = await connection.handle_async_request(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request
|
|
return await self._connection.handle_async_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request
|
|
raise exc
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request
|
|
) = await self._receive_response_headers(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers
|
|
event = await self._receive_event(timeout=timeout)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 217, in _receive_event
|
|
data = await self._network_stream.read(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", line 32, in read
|
|
with map_exceptions(exc_map):
|
|
File "/usr/lib/python3.12/contextlib.py", line 158, in __exit__
|
|
self.gen.throw(value)
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions
|
|
raise to_exc(exc) from exc
|
|
httpcore.ReadTimeout
|
|
|
|
The above exception was the direct cause of the following exception:
|
|
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request
|
|
res = await self._client.request(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1540, in request
|
|
return await self.send(request, auth=*** follow_redirects=follow_redirects)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1629, in send
|
|
response = await self._send_handling_auth(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1657, in _send_handling_auth
|
|
response = await self._send_handling_redirects(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects
|
|
response = await self._send_single_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1730, in _send_single_request
|
|
response = await transport.handle_async_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram_network.py", line 91, in handle_async_request
|
|
response = await transport.handle_async_request(candidate)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 393, in handle_async_request
|
|
with map_httpcore_exceptions():
|
|
File "/usr/lib/python3.12/contextlib.py", line 158, in __exit__
|
|
self.gen.throw(value)
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions
|
|
raise mapped_exc(message) from exc
|
|
httpx.ReadTimeout
|
|
|
|
The above exception was the direct cause of the following exception:
|
|
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 952, in send_voice
|
|
msg = await self._bot.send_voice(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 3565, in send_voice
|
|
return await super().send_voice(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 2810, in send_voice
|
|
return await self._send_message(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 630, in _send_message
|
|
result = await super()._send_message(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 820, in _send_message
|
|
result = await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper
|
|
code, payload = await self.do_request(
|
|
^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request
|
|
raise TimedOut from err
|
|
telegram.error.TimedOut: Timed out
|
|
2026-04-02 16:51:33,080 WARNING gateway.platforms.telegram: [Telegram] MarkdownV2 parse failed, falling back to plain text: Can't parse entities: can't find end of bold entity at byte offset 4068
|
|
2026-04-02 16:51:33,562 WARNING gateway.platforms.telegram: [Telegram] MarkdownV2 parse failed, falling back to plain text: Can't parse entities: can't find end of bold entity at byte offset 10
|
|
2026-04-02 17:01:01,087 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 17:01:13,403 ERROR gateway.platforms.telegram: [Telegram] Failed to send Telegram voice/audio, falling back to base adapter: Timed out
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions
|
|
yield
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 394, in handle_async_request
|
|
resp = await self._pool.handle_async_request(req)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request
|
|
raise exc from None
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request
|
|
response = await connection.handle_async_request(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request
|
|
return await self._connection.handle_async_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request
|
|
raise exc
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request
|
|
) = await self._receive_response_headers(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers
|
|
event = await self._receive_event(timeout=timeout)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 217, in _receive_event
|
|
data = await self._network_stream.read(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", line 32, in read
|
|
with map_exceptions(exc_map):
|
|
File "/usr/lib/python3.12/contextlib.py", line 158, in __exit__
|
|
self.gen.throw(value)
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions
|
|
raise to_exc(exc) from exc
|
|
httpcore.ReadTimeout
|
|
|
|
The above exception was the direct cause of the following exception:
|
|
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request
|
|
res = await self._client.request(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1540, in request
|
|
return await self.send(request, auth=*** follow_redirects=follow_redirects)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1629, in send
|
|
response = await self._send_handling_auth(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1657, in _send_handling_auth
|
|
response = await self._send_handling_redirects(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects
|
|
response = await self._send_single_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1730, in _send_single_request
|
|
response = await transport.handle_async_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram_network.py", line 91, in handle_async_request
|
|
response = await transport.handle_async_request(candidate)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 393, in handle_async_request
|
|
with map_httpcore_exceptions():
|
|
File "/usr/lib/python3.12/contextlib.py", line 158, in __exit__
|
|
self.gen.throw(value)
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions
|
|
raise mapped_exc(message) from exc
|
|
httpx.ReadTimeout
|
|
|
|
The above exception was the direct cause of the following exception:
|
|
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 952, in send_voice
|
|
msg = await self._bot.send_voice(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 3565, in send_voice
|
|
return await super().send_voice(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 2810, in send_voice
|
|
return await self._send_message(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 630, in _send_message
|
|
result = await super()._send_message(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 820, in _send_message
|
|
result = await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper
|
|
code, payload = await self.do_request(
|
|
^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request
|
|
raise TimedOut from err
|
|
telegram.error.TimedOut: Timed out
|
|
2026-04-02 17:11:31,213 ERROR gateway.platforms.telegram: [Telegram] Failed to send Telegram voice/audio, falling back to base adapter: Timed out
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions
|
|
yield
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 394, in handle_async_request
|
|
resp = await self._pool.handle_async_request(req)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request
|
|
raise exc from None
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request
|
|
response = await connection.handle_async_request(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request
|
|
return await self._connection.handle_async_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request
|
|
raise exc
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request
|
|
) = await self._receive_response_headers(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers
|
|
event = await self._receive_event(timeout=timeout)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 217, in _receive_event
|
|
data = await self._network_stream.read(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", line 32, in read
|
|
with map_exceptions(exc_map):
|
|
File "/usr/lib/python3.12/contextlib.py", line 158, in __exit__
|
|
self.gen.throw(value)
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions
|
|
raise to_exc(exc) from exc
|
|
httpcore.ReadTimeout
|
|
|
|
The above exception was the direct cause of the following exception:
|
|
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request
|
|
res = await self._client.request(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1540, in request
|
|
return await self.send(request, auth=*** follow_redirects=follow_redirects)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1629, in send
|
|
response = await self._send_handling_auth(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1657, in _send_handling_auth
|
|
response = await self._send_handling_redirects(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects
|
|
response = await self._send_single_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1730, in _send_single_request
|
|
response = await transport.handle_async_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram_network.py", line 91, in handle_async_request
|
|
response = await transport.handle_async_request(candidate)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 393, in handle_async_request
|
|
with map_httpcore_exceptions():
|
|
File "/usr/lib/python3.12/contextlib.py", line 158, in __exit__
|
|
self.gen.throw(value)
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions
|
|
raise mapped_exc(message) from exc
|
|
httpx.ReadTimeout
|
|
|
|
The above exception was the direct cause of the following exception:
|
|
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 952, in send_voice
|
|
msg = await self._bot.send_voice(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 3565, in send_voice
|
|
return await super().send_voice(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 2810, in send_voice
|
|
return await self._send_message(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 630, in _send_message
|
|
result = await super()._send_message(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 820, in _send_message
|
|
result = await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper
|
|
code, payload = await self.do_request(
|
|
^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request
|
|
raise TimedOut from err
|
|
telegram.error.TimedOut: Timed out
|
|
2026-04-02 17:32:41,013 ERROR gateway.platforms.telegram: [Telegram] Failed to edit Telegram message 677: Timed out
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions
|
|
yield
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 394, in handle_async_request
|
|
resp = await self._pool.handle_async_request(req)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request
|
|
raise exc from None
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request
|
|
response = await connection.handle_async_request(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request
|
|
return await self._connection.handle_async_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request
|
|
raise exc
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request
|
|
) = await self._receive_response_headers(**kwargs)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers
|
|
event = await self._receive_event(timeout=timeout)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_async/http11.py", line 217, in _receive_event
|
|
data = await self._network_stream.read(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_backends/anyio.py", line 32, in read
|
|
with map_exceptions(exc_map):
|
|
File "/usr/lib/python3.12/contextlib.py", line 158, in __exit__
|
|
self.gen.throw(value)
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions
|
|
raise to_exc(exc) from exc
|
|
httpcore.ReadTimeout
|
|
|
|
The above exception was the direct cause of the following exception:
|
|
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request
|
|
res = await self._client.request(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1540, in request
|
|
return await self.send(request, auth=*** follow_redirects=follow_redirects)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1629, in send
|
|
response = await self._send_handling_auth(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1657, in _send_handling_auth
|
|
response = await self._send_handling_redirects(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects
|
|
response = await self._send_single_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_client.py", line 1730, in _send_single_request
|
|
response = await transport.handle_async_request(request)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram_network.py", line 91, in handle_async_request
|
|
response = await transport.handle_async_request(candidate)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 393, in handle_async_request
|
|
with map_httpcore_exceptions():
|
|
File "/usr/lib/python3.12/contextlib.py", line 158, in __exit__
|
|
self.gen.throw(value)
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions
|
|
raise mapped_exc(message) from exc
|
|
httpx.ReadTimeout
|
|
|
|
The above exception was the direct cause of the following exception:
|
|
|
|
Traceback (most recent call last):
|
|
File "/root/wizards/allegro-primus/hermes-agent/gateway/platforms/telegram.py", line 874, in edit_message
|
|
await self._bot.edit_message_text(
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 1733, in edit_message_text
|
|
return await super().edit_message_text(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 4548, in edit_message_text
|
|
return await self._send_message(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 630, in _send_message
|
|
result = await super()._send_message(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 820, in _send_message
|
|
result = await self._post(
|
|
^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 704, in _post
|
|
return await self._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/ext/_extbot.py", line 370, in _do_post
|
|
return await super()._do_post(
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/_bot.py", line 733, in _do_post
|
|
result = await request.post(
|
|
^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 198, in post
|
|
result = await self._request_wrapper(
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper
|
|
code, payload = await self.do_request(
|
|
^^^^^^^^^^^^^^^^^^^^^^
|
|
File "/root/wizards/ezra/hermes-agent/.venv/lib/python3.12/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request
|
|
raise TimedOut from err
|
|
telegram.error.TimedOut: Timed out
|
|
2026-04-02 17:34:11,525 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 17:37:58,794 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 18:37:09,326 WARNING gateway.platforms.base: [Telegram] Failed to send media (): File not found: <path>
|
|
2026-04-02 18:37:14,400 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 18:39:09,243 WARNING gateway.platforms.telegram: [Telegram] MarkdownV2 parse failed, falling back to plain text: Can't parse entities: can't find end of pre entity at byte offset 4815
|
|
2026-04-02 18:39:09,595 WARNING gateway.platforms.telegram: [Telegram] MarkdownV2 parse failed, falling back to plain text: Can't parse entities: character '-' is reserved and must be escaped with the preceding '\'
|
|
2026-04-02 18:45:01,221 WARNING root: Failed to generate context summary: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-02 18:45:04,281 ERROR root: Non-retryable client error: Error code: 403 - {'error': {'message': 'Kimi For Coding is currently only available for Coding Agents such as Kimi CLI, Claude Code, Roo Code, Kilo Code, etc.', 'type': 'access_terminated_error'}}
|
|
2026-04-02 19:10:18,101 WARNING root: Failed to generate context summary: Error code: 401 - {'error': {'message': 'Missing Authentication header', 'code': 401}}
|
|
2026-04-02 19:12:15,431 WARNING gateway.platforms.telegram: [Telegram] MarkdownV2 parse failed, falling back to plain text: Can't parse entities: can't find end of pre entity at byte offset 4120
|
|
2026-04-02 19:12:15,779 WARNING gateway.platforms.telegram: [Telegram] MarkdownV2 parse failed, falling back to plain text: Can't parse entities: character '-' is reserved and must be escaped with the preceding '\'
|
|
2026-04-02 19:12:16,131 WARNING gateway.platforms.telegram: [Telegram] MarkdownV2 parse failed, falling back to plain text: Can't parse entities: character '-' is reserved and must be escaped with the preceding '\'
|
|
2026-04-02 19:12:16,521 WARNING gateway.platforms.telegram: [Telegram] MarkdownV2 parse failed, falling back to plain text: Can't parse entities: can't find end of precode entity at byte offset 0
|