koishijs / koishi

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

Bug: teach plugin not working with sqlite #740

Closed LR146 closed 2 years ago

LR146 commented 2 years ago

Describe the bug

使用插件teach插件加入了新的问答 可是输入指定的询问,机器人并不会有任何反应,

Steps to reproduce

在沙盒或者私聊机器人或者在群内输入指令如下 teach foo bar 机器人会回复我,已加入问答列表 输入#4时 也会出现问答列表

可当输入foo时 机器人不做任何反应,已在沙盒qq私聊群聊测试 都没有任何反应

Expected behavior

尽快修复该问题

Screenshots

https://user-images.githubusercontent.com/95366265/176924207-488b17c9-0fc1-4abc-944b-aa1de9ab9934.mp4

https://user-images.githubusercontent.com/95366265/176924207-488b17c9-0fc1-4abc-944b-aa1de9ab9934.mp4

Uploading QQ录屏20220701232550.mp4…

Uploading QQ录屏20220701232550.mp4…

Versions

Additional context

No response

LR146 commented 2 years ago

用的 sqlite 数据库

shigma commented 2 years ago

疑似 sqlite 数据库的问题,现已修复: