Closed wyf7685 closed 1 month ago
?你satori adapter都没加载为什么会有log
只有一种可能,chatrecord尝试用satori的事件模型来解析数据
dependencies = [
"nonebot2[fastapi,httpx,websockets]>=2.3.3",
"nonebot-adapter-onebot>=2.4.4",
"nonebot-adapter-satori>=0.13.0rc3",
"nonebot-plugin-chatrecorder>=0.6.2",
"nonebot-plugin-orm[default]>=0.7.6",
]
虚拟环境里装了两个适配器
chatrecorder 在加载的时候会尝试加载所有存在的适配器,然后注册 hook
找plugin-chatrecorder作者去
确认项
操作系统
Windows
Python 版本
3.12.7
NoneBot 版本
2.3.3
适配器
0.13.0rc3
协议端
未对接 Satori 服务端,仅连接 Matcha
描述问题
安装 Satori 适配器和 nonebot_plugin_chatrecorder,接收其他适配器事件时出现异常日志
复现步骤
期望的结果
避免输出上述
刷屏WARNING 日志截图或日志
Nonebot 配置项
No response