-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
minio 上传文件报错:Unsupported OkHttp library found. Must use okhttp >= 4.8.1 #1639
Comments
okHttpVersion = '4.9.3'
implementation("io.minio:minio:$minioSdkVersion") {
exclude group: "com.squareup.okhttp3", module: "okhttp"
}
implementation "com.squareup.okhttp3:okhttp:$okHttpVersion"
排除 minio 中的 okhttp3,再引入高版本的 okhttp3 即可解决。 |
我们会尽快处理 非常感谢你的反馈🙆 |
Hi @JarvisPongSky ,有尝试过直接升级 minio 么?如果你有兴趣的话,欢迎提交 PR 来修复这个问题。 |
经排查是因为在 #1602 提交中升级 minio sdk 版本导致的。 相关 issue:minio/minio-java#1298 @JohnNiang 有好的解决方案吗? |
Hi @JarvisPongSky , minio-java 依赖的升级是在 #1602 完成的,并没有发布到 Halo 1.4.17 中。我猜测你是自行打包运行或者测试的时候发现的。不管怎样,感谢反馈这个问题,我将尝试回退 minio-java 至一个安全的版本。 |
我记得高版本 minio 也是一样问题,得强制使用新版本或者排除掉。 |
我部署方式都是拉取 master 分支代码自行构建 docker 镜像,部署容器发现这个问题。 |
是什么版本出现了此问题?
1.4.17
使用的什么数据库?
MySQL 8.x
使用的哪种方式部署?
Docker
在线站点地址
https://pongsky.com
发生了什么?
后台上传文件报 500 服务器内部错误
相关日志输出
附加信息
这是服务器日志信息,请查看:
halo.log
The text was updated successfully, but these errors were encountered: