GraiaProject / Application

一个设计精巧, 协议实现完备的, 基于 mirai-api-http 的即时聊天软件自动化框架.
https://graia-document.vercel.app/
GNU Affero General Public License v3.0
442 stars 63 forks source link

Graia发送图片失败 #33

Closed baka-gourd closed 4 years ago

baka-gourd commented 4 years ago

描述你遇到的问题: graia发送图片失败

复现步骤: 该 BUG 会在进行以下操作后出现:

  1. 使用Image.fromLocalFile指定图片路径
  2. 发送图片

控制台日志输出截图:

console: image graia: [2020-08-18 22:07:52,182][INFO]: [BOT *****] Group(*****) <- [mirai:image:{1633C2F2-9DF3-1B70-2C24-86D1646BB55B}.mirai]

运行环境:

额外信息:

image

GreyElaina commented 4 years ago

调的哪个方法?

baka-gourd commented 4 years ago
img = Image.fromLocalFile("D:/Files/wallpaper.jpg")
await self.sendGroupMessage(group, MessageChain.create([img]))

事sendGroupMessage

CaraJ7 commented 3 years ago

同样出现了这个问题,有些图片发出去可以打开但有些不能。

GreyElaina commented 3 years ago

同样出现了这个问题,有些图片发出去可以打开但有些不能。

为 mirai-api-http 问题.