Closed pk5ls20 closed 2 months ago
Core & Onebot
https://github.com/LagrangeDev/Lagrange.Core/commit/86bbaf8af3b63886029ce938a23c9386749b1f70
Windows
x64
None
发送不同大小的群聊文件和私聊文件,文件名均为random.zip
random.zip
正常发送文件
在发送私聊文件时:
Highway错误码均为210005
在发送群聊文件时:
参考文件生成代码,使用Nonebot2发送
async def _(bot: Bot, event: Event): for size in [0.001, 0.005, 0.01, 0.05, 0.1, 0.5, 1, 2, 3, 4, 5, 10, 20]: file = BytesIO() file.write(b'1' * int(1024 * 1024 * size)) file.seek(0) rd = random.randint(1, 100000) with open(pathlib.Path(f"<basepath>/random{rd}.zip"), "wb") as f: f.write(file.read()) await bot.call_api("upload_group_file", user_id=<hidden>, file=f"<basepath>/random{rd}.zip", name=f"random{rd}.zip") # await bot.call_api("upload_private_file", # user_id=<id>, # file=f"<basepath>.zip", # name="random.zip")
what can i say
您好 发送视频会过期打不开是什么原因
这个是修复发送群文件 虽然成功 但没有消息的问题吗
怪lwx,私聊我早就提过了 #236 他还是没修(
一会就修
请确保您已阅读以上注意事项,并勾选下方的确认框。
Lagrange项目
Core & Onebot
所使用/依赖的Lagrange项目对应的commit
https://github.com/LagrangeDev/Lagrange.Core/commit/86bbaf8af3b63886029ce938a23c9386749b1f70
运行环境
Windows
运行架构
x64
连接方式
None
重现步骤
发送不同大小的群聊文件和私聊文件,文件名均为
random.zip
期望的结果是什么?
正常发送文件
实际的结果是什么?
在发送私聊文件时:
Highway错误码均为210005
在发送群聊文件时:
简单的复现代码/链接(可选)
参考文件生成代码,使用Nonebot2发送
Trace 级别日志记录(可选)
私聊发送文件
```bash warn: Lagrange.OneBot.Utility.MusicSigner[0] MusicSignServer is not available, sign may be failed dbug: Microsoft.Extensions.Hosting.Internal.Host[1] Hosting starting info: Microsoft.Hosting.Lifetime[0] Application started. Press Ctrl+C to shut down. info: Microsoft.Hosting.Lifetime[0] Hosting environment: Production info: Microsoft.Hosting.Lifetime[0] Content root path:补充说明(可选)
what can i say