File size: 35,939 Bytes
036b534
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
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