ZhangMuyang

Results 1 issues of ZhangMuyang

运行环境: win10, py3.8.6 问题描述: 在使用该api发送包含图片的信息时, 有概率出现"upload image error", 错误号: 500; 我不确定是哪里出了问题, 因为重新发送命令@机器人又可以收到图片信息, 但这个错误会不时地出现 调用方式: ```python filename = "xxx.jpg" with open(filename, "rb") as img: img_bytes = img.read() await message.reply(content=f"xxxxxx", file_image=img_bytes) ```...