koishijs / koishi-plugin-dialogue

Dialogue System for Koishi
https://dialogue.koishi.chat
MIT License
6 stars 4 forks source link

报错:no such function:REGEXP #6

Closed wuwo020 closed 1 year ago

wuwo020 commented 1 year ago

报错信息应该是:no such function:REGEXP

shigma commented 1 year ago

看起来你使用的是 sqlite 插件,请提供下列插件的版本:

wuwo020 commented 1 year ago

所有插件均为最新版本

koishijs/plugin-database-sqlite:3.0.3 koishi-plugin-dialogue:4.0.5

---原始邮件--- 发件人: @.> 发送时间: 2022年12月15日(周四) 凌晨1:59 收件人: @.>; 抄送: @.**@.>; 主题: Re: [koishijs/koishi-plugin-dialogue] 报错:no such function:REGEXP (Issue #6)

看起来你使用的是 sqlite 插件,请提供下列插件的版本:

@koishijs/plugin-database-sqlite

koishi-plugin-dialogue

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>

shigma commented 1 year ago

有点奇怪,我根本没有使用一个叫 regexp 的函数。你能提供更多的错误日志吗?

wuwo020 commented 1 year ago

重装太多次了,文件没了,但是通过我今天的十次重装回退经验,我大致发现了问题所在: 1.koishi进行了4.10.6的一次版本更新,更新后会出现稳定的报错 2.报错提示我的path没装ffmpeg,会出现QQ无法接收到返回的图片或者视频,安装后恢复 3.其余情况下正常

shigma commented 1 year ago

那先等其他人复现吧。我暂时无法定位问题。

Koishi 4.10.6 未进行任何 dialogue 或者 sqlite 的改动,因此与你的问题毫无关系。

此外,ffmpeg 也跟 Koishi 毫无关系,这是你使用 gocq 所必要的步骤。后续会考虑在安装过程中预装 ffmpeg。

Seidko commented 1 year ago

fixed in shigma/minato@b97163