-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用最新版的go-cqhttp,可以发消息,不能收 #39
Comments
更了 |
2023-06-29 01:12:29,799 [ERROR]: asyncio (base_events.default_exception_handler; base_events.py:1753) 还是这个报错,能发送,tg那边收不到 |
我用的go-cqhttp的最新版 |
一样,好像很久都不能收到信息了,gocq 那边logs 有看到群消息,但是 tgbot那边没有任何信息 |
2023-06-28 06:27:30,391 [ERROR]: asyncio (base_events.default_exception_handler; base_events.py:1753)
Task exception was never retrieved
future: <Task finished name='Task-813' coro=<GoCQHttp.init..handle_msg.._handle_msg() done, defined at /usr/local/lib/python3.9/site-packages/efb_qq_plugin_go_cqhttp/GoCQHttp.py:191> exception=TypeError('string indices must be integers')>
Traceback (most recent call last):
File "/usr/local/lib/python3.9/site-packages/efb_qq_plugin_go_cqhttp/GoCQHttp.py", line 232, in _handle_msg
main_text, messages, at_dict = await message_elements_wrapper(context, msg_elements, chat)
File "/usr/local/lib/python3.9/site-packages/efb_qq_plugin_go_cqhttp/GoCQHttp.py", line 177, in message_elements_wrapper
sub_main_text, sub_messages, sub_at_list = await message_element_wrapper(context, msg_element, chat)
File "/usr/local/lib/python3.9/site-packages/efb_qq_plugin_go_cqhttp/GoCQHttp.py", line 117, in message_element_wrapper
msg_type = msg_element["type"]
TypeError: string indices must be integers
The text was updated successfully, but these errors were encountered: