koishijs / koishi

Cross-platform chatbot framework made with love
https://koishi.chat
MIT License
4.53k stars 246 forks source link

Bug: 使用server-satori转发adapter-qq的数据时,message缺少content。 #1298

Closed kumoSleeping closed 6 months ago

kumoSleeping commented 11 months ago

Describe the bug

使用server-satori转发adapter-qq的数据时,message缺少content,多出elements。

Steps to reproduce

使用server-satori转发adapter-qq的数据,观察data。

Expected behavior

使用server-satori转发adapter-qq的数据时,message存在预期的content。

Screenshots

No response

Versions

Additional context

No response

CyanChanges commented 11 months ago

其他适配器会出现这种情况吗

kumoSleeping commented 11 months ago

目前我使用的 kook onebot red 均没有此情况

shigma commented 10 months ago

这个是不是现在好了?

kumoSleeping commented 8 months ago

这个是不是现在好了?

问题依然存在

Core: 4.17.3 Console: 5.28.2 Server-satori: 2.4.2 Adapter-qq: 4.6.0

收到的包的消息部分:

 'message': {'id': 'ROBOT1.0_ek4KIlrI1QE7hstyiOu3OeNcjBmOQc8gA-8gko0IEY-oA1bN7jVk7XX9l3S5PK3.zuFcrWkjMtCSN4LL3qqA6A!!', 'timestamp': None, 'elements': [{'type': 'at', 'attrs': {'id': '31558246850018011'}, 'children': []}, {'type': 'text', 'attrs': {'content': ' /查曲 '}, 'children': []}], 
shigma commented 6 months ago

已修复。