Totoro-Li
Totoro-Li
已知注册表中关闭网络位置感知服务,也就是把注册表中 计算机\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NlaSvc\Parameters\Internet 的 EnableActiveProbing 改成 0 可以临时解决,但这样会引入其它问题
同学您好, 我对您的repo进行了认真测试,发现在作如下修改后可以正常刷课 1. (可选)您调用的是TT平台默认的英文数字混合,在改版后识别率欠佳,我对captcha/online.py中的TTShituRecognizer类进行修改,对data增加typeid==1003,调用平台的数英混合2。 2. (必须)您的代码确实如楼上同学所说,出现loop.error, 10:34:25, [103] unable to get normal Supplement page 4问题,阅读log发现是html parsing错误,我的解决方法是将您repo中的captcha文件夹和exceptions替换至zhongxinghong的PKUAutoElective,并对照修改loop.py,这样可以正常运行。 3. 考虑server酱如今开始收费,我换用sre24平台重写了一个微信实时消息通知,可以在选课成功、失败、程序崩溃时提供微信通知。 顺祝学祺
> > > 抱歉...‘captcha文件夹和exceptions替换至zhongxinghong的PKUAutoElective,并对照修改loop.py,这样可以正常运行。’ 没太懂是什么意思 是把这些文件夹和文件全都替换成原来的zhongxinghong的相应同名文件和文件夹吗? > > > > > > 看楼上这个同学的库就行,实测可以正常使用 > > https://github.com/Somoku/PKUElective2022Spring > > 小白想请问一下api密钥怎么处理呢 这里指的应该是apikey.json,按照原repo README前往http://www.ttshitu.com/ 注册,充值1rmb买500次,然后填写用户名密码即可
Yeah it'll be nice if certain key messages like initial system message can be retained from being truncated backward by token limit.
This happens when you are using pytorch 1.13.1 as frozen in requirements.txt in repo and I had the same issue. However I tried deleting all versions and install all packages...
Same, still has the same error and unfixed.