-
Notifications
You must be signed in to change notification settings - Fork 136
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
撤回他人消息时出错 #55
Comments
是否Bot接入大量群或接收的消息频率很高? |
没有呀.....就1个QQ群,群里就3个人 专门用来开发时候测试的BOT..... |
这个问题我一直无法复现, 报错是因为保存的列表中找不到消息发送回执, 但这个保存操作是在发送消息后就执行了的 |
我碰到同样的问题。 |
是否在尝试撤回他人消息? |
是的。群消息撤回失败。2.1和2.3都是 |
撤回失败时aiohttp会报retcode:103 翻阅大量CQhttp相关文档后了解到, 103 代表: [操作失败,一般是因为用户权限不足,或文件系统异常/不符合预期] https://github.com/howmanybots/onebot/blob/master/legacy/API.md |
谢谢!我已前用酷Q pro版时是可以撤回的。因为pro才有撤回功能。air版是没有的。会不会有可能是mirai没有撤回权限啊!QQ是有权限的,可以手动撤回。 |
按道理说mirai也能撤回啊 |
可以撤回, 这是插件的BUG, 没有保存别人的消息导致找不到 |
是我的代码问题吗?我用的是nonebot。在代码中可以获取到消息ID, |
我也是,消息ID有,撤回不了 并且yobot和hoshino(nonebot)我都做了尝试 |
dalao...不单单撤回他人消息报错 撤回自己的消息也报错..... |
使用get_msg API也报retcode103,估计也和这个有关 |
请问,这个问题目前仍然没有解决方案嘛? |
有个兼容方案.... 不知道适用于你那边否
|
貌似唯一的办法就是在将接收的信息也保存起来然后进行撤回 |
MiraiOK
版本:cqhttp-mirai-0.2.1-all .jar
框架:PicqBotX
调用撤回消息接口报错
The text was updated successfully, but these errors were encountered: