We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
get_msg
OneBot
4d1fdf4
Linux
arm64
反向 WebSocket
Bot 将图片发送给用户 再去通过消息ID获取这个图片无法得到URL
{'file': None, 'url': None, 'summary': '[图片]', 'subType': 0}
此URL不为空
No response
推测可能是由于本项目的数据是从本地的数据库获取的信息。 当我使用NapCat时正常响应
The text was updated successfully, but these errors were encountered:
因为 Bot 发送的消息是在上传之前入库的,因此没有图片连接
Sorry, something went wrong.
No branches or pull requests
请确保您已阅读以上注意事项,并勾选下方的确认框。
Lagrange项目
OneBot
所使用/依赖的Lagrange项目对应的commit
4d1fdf4
运行环境
Linux
运行架构
arm64
连接方式
反向 WebSocket
重现步骤
Bot 将图片发送给用户 再去通过消息ID获取这个图片无法得到URL
期望的结果是什么?
{'file': None, 'url': None, 'summary': '[图片]', 'subType': 0}
此URL不为空
实际的结果是什么?
{'file': None, 'url': None, 'summary': '[图片]', 'subType': 0}
简单的复现代码/链接(可选)
No response
日志记录(可选)
No response
补充说明(可选)
推测可能是由于本项目的数据是从本地的数据库获取的信息。
当我使用NapCat时正常响应
The text was updated successfully, but these errors were encountered: