2026-04-07 16:00:06 [ERROR] telegram.ext.Updater: Error while calling `get_updates` one more time to mark all fetched updates. Suppressing error to ensure graceful shutdown. When polling for updates is restarted, updates may be fetched again. Please adjust timeouts via `ApplicationBuilder` or the parameter `get_updates_request` of `Bot`. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/python3.10/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) File "/usr/local/lib/python3.10/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/python3.10/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( File "/usr/local/lib/python3.10/site-packages/httpcore/_async/connection.py", line 101, in handle_async_request raise exc File "/usr/local/lib/python3.10/site-packages/httpcore/_async/connection.py", line 78, in handle_async_request stream = await self._connect(request) File "/usr/local/lib/python3.10/site-packages/httpcore/_async/connection.py", line 124, in _connect stream = await self._network_backend.connect_tcp(**kwargs) File "/usr/local/lib/python3.10/site-packages/httpcore/_backends/auto.py", line 31, in connect_tcp return await self._backend.connect_tcp( File "/usr/local/lib/python3.10/site-packages/httpcore/_backends/anyio.py", line 113, in connect_tcp with map_exceptions(exc_map): File "/usr/local/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/python3.10/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions raise to_exc(exc) from exc httpcore.ConnectTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) File "/usr/local/lib/python3.10/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/python3.10/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions raise mapped_exc(message) from exc httpx.ConnectTimeout The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/telegram/ext/_updater.py", line 400, in _get_updates_cleanup await self.bot.get_updates( File "/usr/local/lib/python3.10/site-packages/telegram/ext/_extbot.py", line 671, in get_updates updates = await super().get_updates( File "/usr/local/lib/python3.10/site-packages/telegram/_bot.py", line 4860, in get_updates await self._post( File "/usr/local/lib/python3.10/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( File "/usr/local/lib/python3.10/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( File "/usr/local/lib/python3.10/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( File "/usr/local/lib/python3.10/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( File "/usr/local/lib/python3.10/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( File "/usr/local/lib/python3.10/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-04-08 11:33:55 [ERROR] handlers.callbacks: [CB] خطأ — 'specs_pc_direct:1266' uid=7299579109: 'list' object has no attribute 'get' Traceback (most recent call last): File "/app/handlers/callbacks.py", line 188, in on_callback await specs_pc_direct_callback(update, ctx, int(raw)) File "/app/handlers/specs.py", line 268, in specs_pc_direct_callback await specs_pick_callback(update, ctx, game_id) File "/app/handlers/specs.py", line 144, in specs_pick_callback pc_specs = await get_pc_requirements(steam_id) File "/app/services/steam.py", line 98, in get_pc_requirements pc_reqs = game_data.get("pc_requirements", {}) AttributeError: 'list' object has no attribute 'get' 2026-04-08 11:34:15 [ERROR] handlers.callbacks: [CB] خطأ — 'specs_pick:1266' uid=7299579109: 'list' object has no attribute 'get' Traceback (most recent call last): File "/app/handlers/callbacks.py", line 180, in on_callback await specs_pick_callback(update, ctx, int(raw)) File "/app/handlers/specs.py", line 144, in specs_pick_callback pc_specs = await get_pc_requirements(steam_id) File "/app/services/steam.py", line 98, in get_pc_requirements pc_reqs = game_data.get("pc_requirements", {}) AttributeError: 'list' object has no attribute 'get' 2026-04-08 11:34:33 [ERROR] handlers.wallpapers: [Wallpapers] خطأ إرسال صورة 49mowd: Timed out Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions yield File "/usr/local/lib/python3.10/site-packages/httpx/_transports/default.py", line 394, in handle_async_request resp = await self._pool.handle_async_request(req) File "/usr/local/lib/python3.10/site-packages/httpcore/_async/connection_pool.py", line 256, in handle_async_request raise exc from None File "/usr/local/lib/python3.10/site-packages/httpcore/_async/connection_pool.py", line 236, in handle_async_request response = await connection.handle_async_request( File "/usr/local/lib/python3.10/site-packages/httpcore/_async/connection.py", line 103, in handle_async_request return await self._connection.handle_async_request(request) File "/usr/local/lib/python3.10/site-packages/httpcore/_async/http11.py", line 136, in handle_async_request raise exc File "/usr/local/lib/python3.10/site-packages/httpcore/_async/http11.py", line 106, in handle_async_request ) = await self._receive_response_headers(**kwargs) File "/usr/local/lib/python3.10/site-packages/httpcore/_async/http11.py", line 177, in _receive_response_headers event = await self._receive_event(timeout=timeout) File "/usr/local/lib/python3.10/site-packages/httpcore/_async/http11.py", line 217, in _receive_event data = await self._network_stream.read( File "/usr/local/lib/python3.10/site-packages/httpcore/_backends/anyio.py", line 32, in read with map_exceptions(exc_map): File "/usr/local/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/python3.10/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 "/usr/local/lib/python3.10/site-packages/telegram/request/_httpxrequest.py", line 279, in do_request res = await self._client.request( File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1540, in request return await self.send(request, auth=auth, follow_redirects=follow_redirects) File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1629, in send response = await self._send_handling_auth( File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1657, in _send_handling_auth response = await self._send_handling_redirects( File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1694, in _send_handling_redirects response = await self._send_single_request(request) File "/usr/local/lib/python3.10/site-packages/httpx/_client.py", line 1730, in _send_single_request response = await transport.handle_async_request(request) File "/usr/local/lib/python3.10/site-packages/httpx/_transports/default.py", line 393, in handle_async_request with map_httpcore_exceptions(): File "/usr/local/lib/python3.10/contextlib.py", line 153, in __exit__ self.gen.throw(typ, value, traceback) File "/usr/local/lib/python3.10/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 "/app/handlers/wallpapers.py", line 151, in _send_wallpapers_page await chat.send_photo( File "/usr/local/lib/python3.10/site-packages/telegram/_chat.py", line 1321, in send_photo return await self.get_bot().send_photo( File "/usr/local/lib/python3.10/site-packages/telegram/ext/_extbot.py", line 3201, in send_photo return await super().send_photo( File "/usr/local/lib/python3.10/site-packages/telegram/_bot.py", line 1607, in send_photo return await self._send_message( File "/usr/local/lib/python3.10/site-packages/telegram/ext/_extbot.py", line 629, in _send_message result = await super()._send_message( File "/usr/local/lib/python3.10/site-packages/telegram/_bot.py", line 819, in _send_message result = await self._post( File "/usr/local/lib/python3.10/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( File "/usr/local/lib/python3.10/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( File "/usr/local/lib/python3.10/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( File "/usr/local/lib/python3.10/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( File "/usr/local/lib/python3.10/site-packages/telegram/request/_baserequest.py", line 305, in _request_wrapper code, payload = await self.do_request( File "/usr/local/lib/python3.10/site-packages/telegram/request/_httpxrequest.py", line 296, in do_request raise TimedOut from err telegram.error.TimedOut: Timed out 2026-04-08 11:38:32 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:38:37 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:38:38 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:38:38 [ERROR] handlers.callbacks: [CB] خطأ — 'specs_info_start' uid=7299579109: Message is not modified: specified new message content and reply markup are exactly the same as a current content and reply markup of the message Traceback (most recent call last): File "/app/handlers/callbacks.py", line 168, in on_callback await specs_info_start(update, ctx) File "/app/handlers/specs.py", line 27, in specs_info_start await cq.edit_message_text( File "/usr/local/lib/python3.10/site-packages/telegram/_callbackquery.py", line 269, in edit_message_text return await self._get_message().edit_text( File "/usr/local/lib/python3.10/site-packages/telegram/_message.py", line 4205, in edit_text return await self.get_bot().edit_message_text( File "/usr/local/lib/python3.10/site-packages/telegram/ext/_extbot.py", line 1732, in edit_message_text return await super().edit_message_text( File "/usr/local/lib/python3.10/site-packages/telegram/_bot.py", line 4543, in edit_message_text return await self._send_message( File "/usr/local/lib/python3.10/site-packages/telegram/ext/_extbot.py", line 629, in _send_message result = await super()._send_message( File "/usr/local/lib/python3.10/site-packages/telegram/_bot.py", line 819, in _send_message result = await self._post( File "/usr/local/lib/python3.10/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( File "/usr/local/lib/python3.10/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( File "/usr/local/lib/python3.10/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( File "/usr/local/lib/python3.10/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( File "/usr/local/lib/python3.10/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper raise exception telegram.error.BadRequest: Message is not modified: specified new message content and reply markup are exactly the same as a current content and reply markup of the message 2026-04-08 11:38:42 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:38:44 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:38:48 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:38:50 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:38:55 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:38:57 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:39:00 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:39:05 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:39:10 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:39:15 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:39:24 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:39:28 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:39:40 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:39:44 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:40:04 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:40:08 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:40:35 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:40:39 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:41:11 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:41:26 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:41:31 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:41:32 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:41:36 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:41:38 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:41:43 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:41:45 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:41:50 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:41:53 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:41:57 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:42:03 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:42:08 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:42:16 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:42:16 [ERROR] handlers.callbacks: [CB] خطأ — 'specs_pick:1266' uid=7299579109: Message is not modified: specified new message content and reply markup are exactly the same as a current content and reply markup of the message Traceback (most recent call last): File "/app/handlers/callbacks.py", line 180, in on_callback await specs_pick_callback(update, ctx, int(raw)) File "/app/handlers/specs.py", line 119, in specs_pick_callback await cq.edit_message_text("⏳ جاري تحميل البيانات...") File "/usr/local/lib/python3.10/site-packages/telegram/_callbackquery.py", line 269, in edit_message_text return await self._get_message().edit_text( File "/usr/local/lib/python3.10/site-packages/telegram/_message.py", line 4205, in edit_text return await self.get_bot().edit_message_text( File "/usr/local/lib/python3.10/site-packages/telegram/ext/_extbot.py", line 1732, in edit_message_text return await super().edit_message_text( File "/usr/local/lib/python3.10/site-packages/telegram/_bot.py", line 4543, in edit_message_text return await self._send_message( File "/usr/local/lib/python3.10/site-packages/telegram/ext/_extbot.py", line 629, in _send_message result = await super()._send_message( File "/usr/local/lib/python3.10/site-packages/telegram/_bot.py", line 819, in _send_message result = await self._post( File "/usr/local/lib/python3.10/site-packages/telegram/_bot.py", line 703, in _post return await self._do_post( File "/usr/local/lib/python3.10/site-packages/telegram/ext/_extbot.py", line 369, in _do_post return await super()._do_post( File "/usr/local/lib/python3.10/site-packages/telegram/_bot.py", line 732, in _do_post result = await request.post( File "/usr/local/lib/python3.10/site-packages/telegram/request/_baserequest.py", line 198, in post result = await self._request_wrapper( File "/usr/local/lib/python3.10/site-packages/telegram/request/_baserequest.py", line 375, in _request_wrapper raise exception telegram.error.BadRequest: Message is not modified: specified new message content and reply markup are exactly the same as a current content and reply markup of the message 2026-04-08 11:42:21 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:42:22 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:42:27 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:42:28 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:42:32 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:42:37 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:42:40 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:42:44 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:43:00 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:43:04 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:43:05 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:43:10 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:43:12 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:43:19 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:43:22 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:43:29 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:43:32 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:43:39 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:43:45 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:43:57 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:44:02 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:44:14 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:44:18 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:44:41 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:44:46 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:44:47 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:44:53 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:44:56 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:44:59 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:45:02 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:45:06 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:45:10 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:45:16 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 11:45:20 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 15:41:22 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:06:51 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:06:56 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:06:57 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:07:02 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:07:04 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:07:10 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:07:12 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:07:16 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:07:17 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:07:21 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:07:23 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:07:27 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:07:29 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:07:33 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:07:37 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:07:42 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:07:49 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:07:53 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:08:02 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:08:07 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:08:22 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:08:26 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:08:43 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:08:48 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:09:14 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:09:18 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:09:49 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:09:53 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:10:24 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:10:28 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:10:58 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:11:02 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:11:34 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:11:38 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:12:08 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:12:12 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:12:43 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:12:47 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:13:17 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:13:21 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:13:53 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:13:57 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:14:28 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:14:32 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:15:02 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:15:07 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:15:37 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:15:41 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:16:12 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:16:16 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:16:47 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:16:51 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:17:22 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:17:26 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None 2026-04-08 16:17:57 [ERROR] __main__: ❌ خطأ: Conflict: terminated by other getUpdates request; make sure that only one bot instance is running NoneType: None