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

知乎无法登录:10001:请求参数异常,请升级客户端后重试 #107

Open
mrzhu666 opened this issue May 14, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@mrzhu666
Copy link

  1. 你使用的操作系统是:win10

  2. 你使用的本软件版本号是:1.0.30

  3. 请详细叙述你的问题:
    Snipaste_2023-05-14_15-32-05

  4. 用于问题复现的数据:

@mrzhu666 mrzhu666 added the bug Something isn't working label May 14, 2023
@willdas
Copy link

willdas commented Jul 24, 2023

解决方式:
在源代码文件app-login.js,
修改getSiteCookie()方法中的代码:
win.loadURL(url).then()为:
win.loadURL(url, { userAgent: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36 Edg/112.0.1722.54" }).then();

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants