Replies: 2 comments 4 replies
-
有关 Koishi 使用方面的问题可以在 Discussions 版 的 Q&A 区 提问。Issue 主要用于反馈 Koishi 本身的 bug。我已帮你移动分区。 提交 Issue 时请完整提交 Versions 的所有内容。该部分内容可以在 Koishi 窗口左下角直接点击得到。 日志中的 Koishi 仓库内只能处理 Koishi 相关的问题,插件问题请前往对应插件的仓库提交 Issue。Koishi 无法解决插件自身的问题。 |
Beta Was this translation helpful? Give feedback.
1 reply
-
看看 adapter-onebot 版本? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
无法使用,无法将消息写入数据库,接收到消息就报错
Steps to reproduce
接收onebot消息
Expected behavior
正常使用,将消息写入数据库
Screenshots
2024-08-25 12:50:20 [W] app Error: property messages is not registered, declare it as
inject
to suppress this warningat SyncChannel.ensure (C:\Users\Administrator\AppData\Roaming\Koishi\Desktop\data\instances\default\node_modules\koishi-plugin-messages\lib\channel.js:51:22)
at SyncChannel.queue (C:\Users\Administrator\AppData\Roaming\Koishi\Desktop\data\instances\default\node_modules\koishi-plugin-messages\lib\channel.js:39:14)
at #onMessage (C:\Users\Administrator\AppData\Roaming\Koishi\Desktop\data\instances\default\node_modules\koishi-plugin-messages\lib\index.js:124:30)
at Object.apply (C:\Users\Administrator\AppData\Roaming\Koishi\Desktop\data\instances\default\node_modules@cordisjs\core\lib\index.cjs:421:23)
at Proxy.dispatch (C:\Users\Administrator\AppData\Roaming\Koishi\Desktop\data\instances\default\node_modules@cordisjs\core\lib\index.cjs:518:27)
at dispatch.next ()
at Function.from ()
at Proxy.emit (C:\Users\Administrator\AppData\Roaming\Koishi\Desktop\data\instances\default\node_modules@cordisjs\core\lib\index.cjs:525:11)
at OneBotBot.dispatch (C:\Users\Administrator\AppData\Roaming\Koishi\Desktop\data\instances\default\node_modules@satorijs\core\lib\index.cjs:347:20)
Versions
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions