-
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
[BUG] 同一张图片,只有第一次发送能成功,缓存之后就无法发送了 #138
Comments
从仓库中重新编译了一份 行号有变化
|
我遇到了同样的问题 |
看看我的PR,构建一下,应该能解决问题 |
不需要自行构建,actions会自己构建pr https://github.com/yyuueexxiinngg/onebot-kotlin/actions/runs/583096688 |
会有另一个报错
ersImpl.kt)
NetworkHandler.kt:554) |
看起来是kotlin-serialization的方法又变了 有空改一下 |
你的这个看起来更像是mirai本身的问题,往mirai那里报吧, |
兼容性问题,建议直接用onebot-korlin,内置mirai的版本,可以解决这个问题 |
大佬onebot-mirai-0.3.4-all也出现了这个问题,有办法更新一下mirai版本吗 |
使用的最新版本,遇到了同样的问题 |
我在.\mirai\data\com.github.yyuueexxiinngg.onebot下放了个叫做image的空文件直接不给他缓存了 |
发送的消息文本中有网络图片链接,类似于
"[CQ:image,file=https://github.com/howmanybots/onebot/raw/master/assets/logo-256.png]"
第一次发送时
但是之后如果再次发送同样的消息的话,就会出现如下bug
=====================================================================
复现
在图片第一次发送完成后,再次发送同一张图片
我使用的是nodejs,相关代码如下
在我这里,以上代码报错的是
版本
onebot-
kotlin
-0.3.4
mirai-core-
2.4.0
mirai-console-
2.4.0
The text was updated successfully, but these errors were encountered: