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

风控情况下手表协议登录流程优化 #2453

Open
BlackcatWatcher opened this issue Sep 30, 2023 · 1 comment
Open

风控情况下手表协议登录流程优化 #2453

BlackcatWatcher opened this issue Sep 30, 2023 · 1 comment

Comments

@BlackcatWatcher
Copy link

BlackcatWatcher commented Sep 30, 2023

环境信息

go-cqhttp版本: dev最新

需要添加的功能内容

风控情况下进行登录,所有协议试过了都不行,提示版本过低code 45。
此时使用手表协议登录时,处理方式是滑条验证码,而后提示登录失败需要二维码或短信登录。
(见日志)
据说手表只能用二维码了?建议可选如下:
1、使用手表协议时,直接使用二维码登录。
2、可以尝试密码登录,失败时跳转到二维码登录。
——
据测试其他协议风控情况下,手表协议不输入密码,直接使用二维码登录在我这是可行的。

[2023-09-30 10:24:37] [WARNING]: 登录需要滑条验证码, 请验证后重试.
[2023-09-30 10:24:37] [WARNING]: 请选择提交滑块ticket方式:
[2023-09-30 10:24:37] [WARNING]: 1. 自动提交
[2023-09-30 10:24:37] [WARNING]: 2. 手动抓取提交
[2023-09-30 10:24:37] [WARNING]: 请输入(1 - 2):
[2023-09-30 10:24:37] [ERROR]: Protocol -> parse incoming packet error: return code unsuccessful: -10005
2
[2023-09-30 10:24:39] [WARNING]: 请前往该地址验证 -> 
123
[2023-09-30 10:24:39] [WARNING]: 请输入ticket: (Enter 提交)
123
[2023-09-30 10:24:52] [WARNING]: Callback error: Packet timed out, Or response data is empty
[2023-09-30 10:24:52] [ERROR]: Protocol -> parse incoming packet error: return code unsuccessful: -10005
[2023-09-30 10:25:07] [WARNING]: Callback error: Packet timed out, Or response data is empty
[2023-09-30 10:25:11] [WARNING]: 登录失败: 请使用手Q扫描二维码或短信登录。 Code: 238
[2023-09-30 10:25:11] [INFO]: 按 Enter 继续....
@Adogs1
Copy link

Adogs1 commented Nov 4, 2023

环境信息

go-cqhttp版本: dev最新

需要添加的功能内容

风控情况下进行登录,所有协议试过了都不行,提示版本过低code 45。 此时使用手表协议登录时,处理方式是滑条验证码,而后提示登录失败需要二维码或短信登录。 (见日志) 据说手表只能用二维码了?建议可选如下: 1、使用手表协议时,直接使用二维码登录。 2、可以尝试密码登录,失败时跳转到二维码登录。 —— 据测试其他协议风控情况下,手表协议不输入密码,直接使用二维码登录在我这是可行的。

[2023-09-30 10:24:37] [WARNING]: 登录需要滑条验证码, 请验证后重试.
[2023-09-30 10:24:37] [WARNING]: 请选择提交滑块ticket方式:
[2023-09-30 10:24:37] [WARNING]: 1. 自动提交
[2023-09-30 10:24:37] [WARNING]: 2. 手动抓取提交
[2023-09-30 10:24:37] [WARNING]: 请输入(1 - 2):
[2023-09-30 10:24:37] [ERROR]: Protocol -> parse incoming packet error: return code unsuccessful: -10005
2
[2023-09-30 10:24:39] [WARNING]: 请前往该地址验证 -> 
123
[2023-09-30 10:24:39] [WARNING]: 请输入ticket: (Enter 提交)
123
[2023-09-30 10:24:52] [WARNING]: Callback error: Packet timed out, Or response data is empty
[2023-09-30 10:24:52] [ERROR]: Protocol -> parse incoming packet error: return code unsuccessful: -10005
[2023-09-30 10:25:07] [WARNING]: Callback error: Packet timed out, Or response data is empty
[2023-09-30 10:25:11] [WARNING]: 登录失败: 请使用手Q扫描二维码或短信登录。 Code: 238
[2023-09-30 10:25:11] [INFO]: 按 Enter 继续....

这很有用!

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

No branches or pull requests

2 participants