· 5 years ago · May 12, 2020, 07:02 AM
1[IDM] Traceback (most recent call last):
2 File "C:\Users\User\Desktop\IDM-master\module\framework\framework\dispatcher.py", line 103, in emulate
3 task = (await self._processor(event))
4 File "C:\Users\User\Desktop\IDM-master\module\framework\processor.py", line 23, in _processor
5 return await handler(event)
6 File "C:\Users\User\Desktop\IDM-master\module\framework\handler.py", line 22, in __call__
7 return await self.handler(dataclass)
8 File "C:\Users\User\Desktop\IDM-master\dutymanager\plugins\base_events\base_events.py", line 56, in bind_chat
9 return await abstract_bind(
10 File "C:\Users\User\Desktop\IDM-master\dutymanager\plugins\base_events\base_events.py", line 48, in abstract_bind
11 await msg_edit(
12IndexError: list index out of range
13 [TIME 09:05:00]
14[IDM] Event: {'method': 'bindChat', 'user_id': 355498171, 'secret': 'mavkantispam', 'message': {'date': 1589266038, 'from_id': 355498171, 'text': '!связать', 'conversation_message_id': 356}, 'object': {'chat': '6ae2f8c2'}} [TIME 09:05:19]
15[IDM] -> NEW SIGNAL bindChat FROM CHAT 6ae2f8c2 [TIME 09:05:19]
16[IDM] Formatting result:
17return API.messages.edit({
18 "peer_id": 2000000100,
19 "message": "✅ Беседа «Iris Callback API | OFFTOP» распознана!",
20 "attachment": "",
21 "message_id": API.messages.getByConversationMessageId({
22 "peer_id": 2000000100, "conversation_message_ids": 356
23 }).items@.id
24 }); [TIME 09:05:19]
25[IDM] Error after request execute, response: {'error': {'error_code': 100, 'error_msg': 'One of the parameters specified was missing or invalid: message_id is undefined', 'request_params': [{'key': 'peer_id', 'value': '2000000100'}, {'key': 'message', 'value': '✅ Беседа «Iris Callback API | OFFTOP» распознана!'}, {'key': 'attachment', 'value': ''}]}} [TIME 09:05:19]