You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2025-02-23 16:09:02 [W] sqlite > SELECT id, authority, onebot, name FROM user jsqsmeoi WHERE id in (4) []
2025-02-23 16:09:02 [W] command #10 -r
Error: no such column: onebot
at f.handleError (/koishi/node_modules/@minatojs/sql.js/dist/sql-wasm.js:90:53)
at f.prepare (/koishi/node_modules/@minatojs/sql.js/dist/sql-wasm.js:88:312)
at SQLiteDriver._exec (/koishi/node_modules/@minatojs/driver-sqlite/lib/index.cjs:351:28)
at SQLiteDriver._all (/koishi/node_modules/@minatojs/driver-sqlite/lib/index.cjs:362:17)
at SQLiteDriver.get (/koishi/node_modules/@minatojs/driver-sqlite/lib/index.cjs:415:23)
at _Selection.execute (/koishi/node_modules/minato/lib/index.cjs:807:34)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async _Selection.execute (/koishi/node_modules/minato/lib/index.cjs:903:18)
at async Promise.all (index 0)
at async /koishi/node_modules/koishi-plugin-dialogue-author/lib/index.js:89:31
Describe the bug
2025-02-23 16:09:02 [W] sqlite > SELECT
id
,authority
,onebot
,name
FROMuser
jsqsmeoi WHEREid
in (4) []2025-02-23 16:09:02 [W] command #10 -r
Error: no such column: onebot
at f.handleError (/koishi/node_modules/@minatojs/sql.js/dist/sql-wasm.js:90:53)
at f.prepare (/koishi/node_modules/@minatojs/sql.js/dist/sql-wasm.js:88:312)
at SQLiteDriver._exec (/koishi/node_modules/@minatojs/driver-sqlite/lib/index.cjs:351:28)
at SQLiteDriver._all (/koishi/node_modules/@minatojs/driver-sqlite/lib/index.cjs:362:17)
at SQLiteDriver.get (/koishi/node_modules/@minatojs/driver-sqlite/lib/index.cjs:415:23)
at _Selection.execute (/koishi/node_modules/minato/lib/index.cjs:807:34)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async _Selection.execute (/koishi/node_modules/minato/lib/index.cjs:903:18)
at async Promise.all (index 0)
at async /koishi/node_modules/koishi-plugin-dialogue-author/lib/index.js:89:31
Steps to reproduce
用指令新建问答:
测试1 测试
随后用指令删除问答:
#id -r
提示未知错误 日志报错如上
Expected behavior
删除问答
Screenshots
No response
Versions
System:
OS: Linux 6.11 Alpine Linux
CPU: (32) x64 Intel(R) Xeon(R) CPU E5-2698 v3 @ 2.30GHz
CPU:(32)X64 Intel(R)Xeon(R)CPU E5-2698 V3 @ 2.30GHz
Binaries:
Node: 20.16.0
Yarn: 4.1.1
Koishi:
Core: 4.18.7
Console: 5.29.3
插件:dialogue
插件版本:4.1.3
Additional context
No response
The text was updated successfully, but these errors were encountered: