Skip to content
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?]: 使用base64发送图片时,有概率上传失败,之后卡住消息发送队列 #248

Closed
4 tasks done
Lambholl opened this issue Mar 27, 2024 · 3 comments
Closed
4 tasks done
Labels
bug? Maybe it's a bug

Comments

@Lambholl
Copy link

请确保您已阅读以上注意事项,并勾选下方的确认框。

  • 我已经仔细阅读上述内容
  • 我已经使用 最新构建 测试过,问题依旧存在。
  • 我已经在 Issue Tracker 中找过我要提出的问题,没有找到相同问题的ISSUE。
  • 我已知晓并同意,此处仅用于汇报程序中存在的问题。若这个 Issue 是关于其他非程序本身问题,则我的 Issue 可能会被无条件自动关闭或/并锁定。(其它疑问请考虑加入TG群询问或在discussions中提问)

Lagrange项目

Core

所使用/依赖的Lagrange项目对应的commit

882e0b7

运行环境

Linux

运行架构

x64

连接方式

HTTP

重现步骤

使用base64向框架发送[CQ:image,file=base64://xxxxxxxxx]

期望的结果是什么?

成功发送图片

实际的结果是什么?

有概率上传成功,也有概率上传失败(原因未知),在上传后会进行重试,而貌似消息发送有队列机制,因此会卡住别的消息的发送,只有重启框架才能恢复正常
image

简单的复现代码/链接(可选)

No response

日志记录(可选)

No response

补充说明(可选)

No response

@Lambholl Lambholl added the bug? Maybe it's a bug label Mar 27, 2024
@ghost
Copy link

ghost commented Apr 3, 2024

拉格兰内部是事件系统实现没有消息队列 我觉得你可能触发了其他的Bug

@Lambholl
Copy link
Author

Lambholl commented Apr 6, 2024

拉格兰内部是事件系统实现没有消息队列 我觉得你可能触发了其他的Bug

从具体情况来看是类似队列,有文字和图片同时发送时,会因为图片上传失败,将文字不断地重复发送,而后续消息也没有发出去

@MX-fox
Copy link

MX-fox commented Apr 7, 2024

发生类似bug,同时发送同一张本地图片,lagrange和电脑都提示文件被占用
image
image
然后消息队列被卡住
当发送本地语音文件时也遇到同样情况

@DarkRRb DarkRRb closed this as not planned Won't fix, can't repro, duplicate, stale Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug? Maybe it's a bug
Projects
None yet
Development

No branches or pull requests

3 participants