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
[I] MAIN ✉ [onebot] 收到群消息 群123456 用户名(654321) ?!40
[W] command executing command: ?!40
TypeError: Cannot convert undefined or null to object
at Function.entries (<anonymous>)
at clone (C:\QQbot-SILI\node_modules\koishi-utils\dist\index.js:445:126)
at C:\QQbot-SILI\node_modules\koishi-utils\dist\index.js:445:170
at Array.map (<anonymous>)
at clone (C:\QQbot-SILI\node_modules\koishi-utils\dist\index.js:445:142)
at C:\QQbot-SILI\node_modules\koishi-plugin-teach\dist\index.js:980:93
at Array.forEach (<anonymous>)
at MongoDatabase.getDialoguesById (C:\QQbot-SILI\node_modules\koishi-plugin-teach\dist\index.js:977:15)
[I] MAIN ✉ [onebot] 收到群消息 群123456 用户名(654321) ?!40 -d
[W] command executing command: ?!40 -d
TypeError: Cannot convert undefined or null to object
at Function.entries (<anonymous>)
at clone (C:\QQbot-SILI\node_modules\koishi-utils\dist\index.js:445:126)
at C:\QQbot-SILI\node_modules\koishi-utils\dist\index.js:445:170
at Array.map (<anonymous>)
at clone (C:\QQbot-SILI\node_modules\koishi-utils\dist\index.js:445:142)
at C:\QQbot-SILI\node_modules\koishi-plugin-teach\dist\index.js:980:93
at Array.forEach (<anonymous>)
at MongoDatabase.getDialoguesById (C:\QQbot-SILI\node_modules\koishi-plugin-teach\dist\index.js:977:15)
Versions
koishi 3.4.0
koishi-plugin-mongo 2.2.0
koishi-plugin-teach 2.0.1
OS: [e.g. iOS]
Node Version: [e.g. 10.16.0] 15.4.0
CoolQ Version: [e.g. 5.15.4] -
CQHTTP Version: [e.g. 4.13.2] -
Koishi Version: [e.g. 1.0.0] 3.4.0
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
koishi-core3.3.0升级到3.4.0,、teach从2.0.0升级到2.0.1时,新增的问题如果回答包含插值语法(例如
$(echo 123)
)时,无法被正常触发、修改、查询。To Reproduce
使用 koishi 3.4.0 + plugin-teach 2.0.1 + plugin-mongo 2.2.0
假定问答前缀为
?!
,添加的问题编号为40:Expected behavior
带有插值语法的教学能够正常工作,能够正常编辑
Screenshots
Versions
koishi 3.4.0
koishi-plugin-mongo 2.2.0
koishi-plugin-teach 2.0.1
OS: [e.g. iOS]
Node Version: [e.g. 10.16.0] 15.4.0
CoolQ Version: [e.g. 5.15.4] -
CQHTTP Version: [e.g. 4.13.2] -
Koishi Version: [e.g. 1.0.0] 3.4.0
Additional context
The text was updated successfully, but these errors were encountered: