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

There are no files on the new Minio server. When visiting complete_multipart_upload, it returns a 500 error code. #225

Closed
HydrogenBlackhole opened this issue Feb 24, 2025 · 3 comments

Comments

@HydrogenBlackhole
Copy link

OpenIM Server Version

3.8.3

Operating System and CPU Architecture

Linux (AMD)

Deployment Method

Source Code Deployment

Bug Description and Steps to Reproduce

我配置了另外的minio 重新docker up 现在在聊天界面传图片,图片发送不成功。新服务器minio 有图片文件,.presigned 这样结尾的。 complete_multipart_upload 接口报
errCode: 500
errDlt: "Error: The specified key does not exist

Screenshots Link

No response

@HydrogenBlackhole HydrogenBlackhole changed the title 新的mino服务器有文件有上次成功的文件,但是 complete_multipart_upload接口报500 新的mino服务器有文件有成功上次的文件,但是 complete_multipart_upload接口报500 Feb 24, 2025
@HydrogenBlackhole HydrogenBlackhole changed the title 新的mino服务器有文件有成功上次的文件,但是 complete_multipart_upload接口报500 新的mino服务器有成功上传的文件,但是 complete_multipart_upload接口报500 Feb 24, 2025
@HydrogenBlackhole
Copy link
Author

HydrogenBlackhole commented Feb 24, 2025

修改了本地minio 地址
MINIO_INTERNAL_ADDRESS="minio:9000" 变成ip
MINIO_INTERNAL_ADDRESS=“xx.xx.xx.xx:9000"后
现在complete_multipart_upload报正常,在http://XXX:10002/object/3412495259/msg_picture_891d665cc4a8b7807d815ca6b9418a87.png?height=640&type=image&width=640 后 302跳转到新的地址报404,我在新的minio查看 thumbnail目录不存在 ,thumbnail 目录不存在,data目录下有上传的文件。

@HydrogenBlackhole HydrogenBlackhole changed the title 新的mino服务器有成功上传的文件,但是 complete_multipart_upload接口报500 新的mino服务器有成功上传的文件,但是 complete_multipart_upload接口报500,302跳转到新的地址报404 Feb 24, 2025
@skiffer-git skiffer-git changed the title 新的mino服务器有成功上传的文件,但是 complete_multipart_upload接口报500,302跳转到新的地址报404 There are no files on the new Minio server. When visiting complete_multipart_upload, it returns a 500 error code. Feb 24, 2025
@HydrogenBlackhole
Copy link
Author

换了服务器在建minio 然后清空聊天记录,发现可以用 大文件也可以

@OpenIM-Robot
Copy link

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


After changing the server and building miniio, then clear the chat history and found that it can be used as large files or

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants