icepage / AutoUpdateJdCookie

自用青龙面板辅助工具,用于自动登录JD获取许可更新青龙面板
163 stars 74 forks source link

关于自动短信验证码 #27

Open zzping04 opened 2 days ago

zzping04 commented 2 days ago

我的值是no的时候的日志如下,我在笔记本运行的时候滑块基本一次过,就容易出现这种情况 2024-10-06 01:45:10.043 | INFO | main:main:506 - 开始更新13XXXXXX10 2024-10-06 01:45:16.741 | INFO | main:auto_move_slide:73 - 第1次尝试自动移动滑块中... 2024-10-06 01:45:23.849 | INFO | main:auto_move_slide:73 - 第2次尝试自动移动滑块中... 2024-10-06 01:45:26.856 | INFO | main:auto_move_slide:79 - 未找到小图,退出移动滑块 2024-10-06 01:45:28.213 | INFO | main:auto_shape:134 - 第1次自动识别形状中... 2024-10-06 01:45:31.218 | INFO | main:auto_shape:140 - 未找到形状图,退出识别状态 2024-10-06 01:45:32.222 | INFO | main:sms_recognition:293 - 开始短信验证码识别 2024-10-06 01:45:32.485 | ERROR | main:main:509 - 获取pt_key失败

sms_func = "manual_input"的日志如下: 2024-10-06 01:46:24.335 | INFO | main:main:506 - 开始更新1xxxxxx 2024-10-06 01:46:30.982 | INFO | main:auto_move_slide:73 - 第1次尝试自动移动滑块中... 2024-10-06 01:46:38.139 | INFO | main:auto_move_slide:73 - 第2次尝试自动移动滑块中... 2024-10-06 01:46:41.145 | INFO | main:auto_move_slide:79 - 未找到小图,退出移动滑块 2024-10-06 01:46:42.451 | INFO | main:auto_shape:134 - 第1次自动识别形状中... 2024-10-06 01:46:45.460 | INFO | main:auto_shape:140 - 未找到形状图,退出识别状态 2024-10-06 01:46:46.464 | INFO | main:sms_recognition:293 - 开始短信验证码识别 2024-10-06 01:46:46.472 | INFO | main:sms_recognition:310 - 点击【获取验证码】中 2024-10-06 01:46:47.514 | INFO | main:auto_move_slide:73 - 第1次尝试自动移动滑块中... 2024-10-06 01:46:54.430 | INFO | main:auto_move_slide:73 - 第2次尝试自动移动滑块中... 2024-10-06 01:46:57.434 | INFO | main:auto_move_slide:79 - 未找到小图,退出移动滑块 2024-10-06 01:46:57.720 | INFO | main:auto_shape:134 - 第1次自动识别形状中... 2024-10-06 01:47:00.725 | INFO | main:auto_shape:140 - 未找到形状图,退出识别状态 2024-10-06 01:47:00.755 | INFO | main:sms_recognition:319 - 发送短信验证码成功 2024-10-06 01:47:01.011 | ERROR | main:main:509 - 获取pt_key失败

好像NO的开关不起作用,sms_func = "manual_input“的时候如果运行流畅也容易出错,大大是否看看能不能解决一下