下图这个是什么问题呀,
#121
Replies: 1 comment
-
我没法复现,看起来是SSL证书问题 可以试试将 jmcomic-downloader/src-tauri/src/jm_client.rs Lines 498 to 500 in 1180965 改成 pub fn create_api_client(app: &AppHandle, jar: &Arc<Jar>) -> ClientWithMiddleware {
let builder = reqwest::ClientBuilder::new()
.cookie_provider(jar.clone())
.danger_accept_invalid_certs(true); 然后自己编译运行,看看还有没有问题 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
在提交BUG之前
复现步骤很重要
问题描述
预期行为
1
实际行为
1
截图或录屏
No response
工具版本号(点
关于
按钮查看)0.15.4
其他
Beta Was this translation helpful? Give feedback.
All reactions