initialencounter / 2022-12-24

GNU Affero General Public License v3.0
38 stars 9 forks source link

vocechat的适配器有的插件好像不起作用,请教下大佬是什么问题 #46

Closed libashanxi closed 4 months ago

libashanxi commented 4 months ago

比如有个比如有个插件是疯狂星期四,在vocechat中发送是有效果的 3dd11bbfb03f94353a9c1508788a711 还有个插件是每日新闻的,在vocechat中发送关键词是没有回复的,但是在koishi沙盒模式是OK的 a163fb28f1a55fe82698109cd334a50 b955c9b90982790b8361e8066bb4890

initialencounter commented 4 months ago

这个新闻插件叫啥?我来测试一下

libashanxi commented 4 months ago

名称是这个 koishi-plugin-todaynews 不过我发现还有一些好像也没有作用,比如有个音乐的插件 koishi-plugin-music-downloadvoice-api 这个也是在沙盒里是有用的

libashanxi commented 4 months ago

我怀疑是我的问题,比如这个点歌的插件,我这边的日志如下: 2024/5/11 14:54:27 at async Command.execute (/koishi/node_modules/@koishijs/core/lib/index.cjs:1163:22) 2024/5/11 14:54:27 at async Array. (/koishi/node_modules/@koishijs/core/lib/index.cjs:1149:14) 2024/5/11 14:54:27 at async Command. (/koishi/node_modules/koishi-plugin-music-downloadvoice-api/lib/index.js:178:25) 2024/5/11 14:54:27 at async VoceBot.sendMessage (/koishi/node_modules/@satorijs/core/lib/index.cjs:323:22) 2024/5/11 14:54:27 at async VoceMessenger.send (/koishi/node_modules/@satorijs/core/lib/index.cjs:564:5) 2024/5/11 14:54:27 at async VoceMessenger.flush (/koishi/node_modules/koishi-plugin-adapter-voce/lib/message.js:36:19) 2024/5/11 14:54:27 at async Internal.sendReplyMessage (/koishi/node_modules/koishi-plugin-adapter-voce/lib/adapter.js:237:19) 2024/5/11 14:54:27 at async Proxy. (/koishi/node_modules/@cordisjs/plugin-http/lib/index.cjs:191:26) 2024/5/11 14:54:27 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) 2024/5/11 14:54:27 at [cordis.invoke] (/koishi/node_modules/@cordisjs/plugin-http/lib/index.cjs:331:23) 2024/5/11 14:54:27 2024-05-11 14:54:27 [W] session Error: Bad Request 2024/5/11 14:54:26 2024-05-11 14:54:26 [I] Voce 机器人:12544588 收到消息: 发送者: 1 内容: 点歌 朋友

initialencounter commented 4 months ago

我怀疑是我的问题

无法复现这个问题 image

initialencounter commented 4 months ago

发送图片的bug已修,请更新到v1.0.1