koishijs / koishi

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

Bug: TypeError: this.getIndexes is not a function #1455

Closed ZhuccIvan closed 1 month ago

ZhuccIvan commented 1 month ago

Describe the bug

只要一接收消息就报TypeError这个错误,现在日志里全是错误,而且沙盒发消息help指令不生效

TypeError: this.getIndexes is not a function at SQLiteDriver.prepareIndexes (/koishi/node_modules/minato/lib/index.cjs:1928:35) at Proxy.prepare (/koishi/node_modules/minato/lib/index.cjs:973:18) at async Proxy.prepare (/koishi/node_modules/minato/lib/index.cjs:965:5)

Steps to reproduce

只要一接收消息就会报

Expected behavior

插件能生效 日志只打印收到的消息

Screenshots

image

image

Versions

Additional context

No response

ZhuccIvan commented 1 month ago

SQLiteDriver过期了,更新后好了