GraiaProject / Application

一个设计精巧, 协议实现完备的, 基于 mirai-api-http 的即时聊天软件自动化框架.
https://graia-document.vercel.app/
GNU Affero General Public License v3.0
438 stars 63 forks source link

发送带有At的消息时报错 #176

Closed Reacurt closed 2 years ago

Reacurt commented 2 years ago

描述你遇到的问题: 在发送带At的消息时,报错。mirai-console不会收到对应消息。

复现步骤: 机器人发送带有At的消息链都会报错。

发生错误的代码 aiohttp.client_exceptions.ClientResponseError: 400, message='Bad Request', url=URL('http://localhost:1234/sendGroupMessage')

控制台日志输出截图: image image image

运行环境:

额外信息:

在使用旧版本mirai-core(v2.7.1)时该功能正常。 刚刚入门计算机,非常感谢您的工作,让我能体验到这么有趣的项目。虽然得知您的重心已经不再这个项目上,也恳请您指一条解决问题的大致方向。萌新感激不尽。

RainyNian commented 2 years ago

可以尝试https://github.com/GraiaProject/Ariadne

Reacurt commented 2 years ago

可以尝试https://github.com/GraiaProject/Ariadne

感谢指路,我去试一下