CarltonHere / auto-cpdaily

今日校园自动化是一个基于Python的爬虫项目,主要实现今日校园签到、信息收集、查寝等循环表单的自动化任务
https://carltonhere.github.io/auto-cpdaily/
Other
313 stars 69 forks source link

验证码识别出错 #28

Closed Lotus0915 closed 2 years ago

Lotus0915 commented 2 years ago

报错信息: 2022-02-27 13:26:02 V1.8.1 开始识别验证码

https://authserver.bbgu.edu.cn:443 "GET /authserver/needCaptcha.html?username=1905417102 HTTP/1.1" 200 6

2022-02-27 13:32:31 V1.8.1 开始识别验证码

https://authserver.bbgu.edu.cn:443 "GET /authserver/captcha.html HTTP/1.1" 200 2212

2022-02-27 13:32:31 V1.8.1 Error:'ocrOption'

请问这个问题该如何解决

CarltonHere commented 2 years ago

请按照文档配置ocr业务的参数

Lotus0915 commented 2 years ago

感谢,已成功