We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
通过Webhook的方式接入QQ官方机器人后,私聊发送消息至QQ机器人时无法正常回复,群聊时正常。
通过Webhook的方式接入QQ官方机器人并完成配置,可以正常登录QQ官方机器人账号。
3.4.26 Docker
Linux
Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/botpy/client.py", line 285, in _run_event await coro(*args, **kwargs) File "/AstrBot/astrbot/core/platform/sources/qqofficial_webhook/qo_webhook_adapter.py", line 46, in on_c2c_message_create abm = self.platform._parse_from_qqofficial(message, MessageType.FRIEND_MESSAGE) AttributeError: 'QQOfficialWebhookPlatformAdapter' object has no attribute '_parse_from_qqofficial'
The text was updated successfully, but these errors were encountered:
fix: unable to send c2c message using webhook qqofficial platform #484
8d9fa91
已经修复,将在下个版本发布。
Sorry, something went wrong.
v3.4.27 已经修复
No branches or pull requests
发生了什么
通过Webhook的方式接入QQ官方机器人后,私聊发送消息至QQ机器人时无法正常回复,群聊时正常。
如何复现?
通过Webhook的方式接入QQ官方机器人并完成配置,可以正常登录QQ官方机器人账号。
AstrBot 版本与部署方式
3.4.26 Docker
操作系统
Linux
额外信息
Traceback (most recent call last):
File "/usr/local/lib/python3.10/site-packages/botpy/client.py", line 285, in _run_event
await coro(*args, **kwargs)
File "/AstrBot/astrbot/core/platform/sources/qqofficial_webhook/qo_webhook_adapter.py", line 46, in on_c2c_message_create
abm = self.platform._parse_from_qqofficial(message, MessageType.FRIEND_MESSAGE)
AttributeError: 'QQOfficialWebhookPlatformAdapter' object has no attribute '_parse_from_qqofficial'
你愿意提交 PR 吗?
Code of Conduct
The text was updated successfully, but these errors were encountered: