-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[Bug]网络聊天无法回复 #7646
Copy link
Copy link
Open
Labels
area:platformThe bug / feature is about IM platform adapter, such as QQ, Lark, Telegram, WebChat and so on.The bug / feature is about IM platform adapter, such as QQ, Lark, Telegram, WebChat and so on.bugSomething isn't workingSomething isn't working
Metadata
Metadata
Assignees
Labels
area:platformThe bug / feature is about IM platform adapter, such as QQ, Lark, Telegram, WebChat and so on.The bug / feature is about IM platform adapter, such as QQ, Lark, Telegram, WebChat and so on.bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
What happened / 发生了什么
网络聊天发信息回复空,日志报错
Reproduce / 如何复现?
1.打开astrbot网络聊天
2.发送消息,出现空回复
AstrBot version, deployment method (e.g., Windows Docker Desktop deployment), provider used, and messaging platform used. / AstrBot 版本、部署方式(如 Windows Docker Desktop 部署)、使用的提供商、使用的消息平台适配器
astrbot版本v4.23.1,uv部署,提供商任何,onebotv1
OS
liunxDuplicate of #
Logs / 报错日志
[2026-04-18 17:53:08.633] [Plug] [ERRO] [v4.23.1] [astrbot_plugin_debounce.main:608]: [Debounce] 伪造事件失败: 不支持的平台: webchat
[2026-04-18 17:53:08.642] [Plug] [ERRO] [v4.23.1] [astrbot_plugin_debounce.main:610]: Traceback (most recent call last):
File "/root/data/plugins/astrbot_plugin_debounce/main.py", line 599, in _send_fake_event
await StarTools.create_event(
...<3 lines>...
)
File "/root/.local/share/uv/tools/astrbot/lib/python3.14/site-packages/astrbot/core/star/star_tools.py", line 202, in create_event
raise ValueError(f"不支持的平台: {platform}")
ValueError: 不支持的平台: webchat
Are you willing to submit a PR? / 你愿意提交 PR 吗?
Code of Conduct