koishijs / common

Common Plugins | 常用插件合集
https://common.koishi.chat
MIT License
1 stars 4 forks source link

Bug: feedback 的 message_id 是 0 #16

Closed wling-art closed 2 months ago

wling-art commented 2 months ago

使用 onebot 适配器

2024-07-28 04:03:32 [W] onebot Error: Error with request get_msg, args: {"message_id":0}, retcode: 200
                            at _Internal._get (/koishi/node_modules/koishi-plugin-adapter-onebot/lib/index.js:120:11)
                            at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
                            at async _Internal.<computed> [as getMsg] (/koishi/node_modules/koishi-plugin-adapter-onebot/lib/index.js:149:20)
                            at async OneBotBot.getMessage (/koishi/node_modules/koishi-plugin-adapter-onebot/lib/index.js:925:18)
                            at async adaptMessage (/koishi/node_modules/koishi-plugin-adapter-onebot/lib/index.js:336:21)
                            at async adaptSession (/koishi/node_modules/koishi-plugin-adapter-onebot/lib/index.js:411:5)
                            at async dispatchSession (/koishi/node_modules/koishi-plugin-adapter-onebot/lib/index.js:399:19)
shigma commented 2 months ago

这是你 onebot 后端的问题,请前往 onebot 后端查询文档。