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

send_group_forward_msg无法发网页图片、base64图片、本地图片 #238

Closed
lietxia opened this issue Sep 4, 2020 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@lietxia
Copy link

lietxia commented Sep 4, 2020

环境信息
请根据实际使用环境修改以下信息
go-cqhttp版本: v0.9.10
运行环境: linux_amd64
连接方式: HTTP

bug内容
发送自定义信息的时候,
发送网络图片、base64、本地文件都会失败
发送.image的不会:aa92fb8fa374669da0305f9c09791af0.image

复现方法
发送

[
    {
        "type": "node",
        "data": {
            "name": "消息发送者A",
            "uin": "10086",
            "content": [
                {
                    "type": "image",
                    "data": {"file": "https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png"}
                }
            ]
        }
    },
    {
        "type": "node",
        "data": {
            "name": "消息发送者B",
            "uin": "10087",
            "content": "[CQ:image,file=https://www.baidu.com/img/PCtm_d9c8750bed0b3c7d089fa7d55720d6cf.png]"
        }
    }
]
@Mrs4s Mrs4s added the bug Something isn't working label Sep 4, 2020
@Mrs4s
Copy link
Owner

Mrs4s commented Sep 4, 2020

草 这边忘记做图片上传了

@Mrs4s Mrs4s closed this as completed in 6565a19 Sep 5, 2020
@Mrs4s
Copy link
Owner

Mrs4s commented Sep 5, 2020

请尝试 https://github.com/Mrs4s/go-cqhttp/actions/runs/240216138 这个版本.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants