luooofan / autochaoxing

无界面超星刷课脚本,看视频+章节测试全自动,不用打开浏览器挂着
GNU General Public License v3.0
82 stars 25 forks source link

SSL错误 #16

Closed imoasislee closed 3 years ago

imoasislee commented 3 years ago

ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:1122)

已安装依赖

luooofan commented 3 years ago

无法复现错误,需要更多信息。

imoasislee commented 3 years ago

SSL错误确定了是Windows网络的问题,现在换用Linux,系统版本是Ubuntu20.04,arm64 报错: Traceback (most recent call last): File "autocx.py", line 26, in from docker import StartAutoCX ImportError: cannot import name 'StartAutoCX' from 'docker' (/usr/lib/python3/dist-packages/docker/init.py)

imoasislee commented 3 years ago

解决了,原来是因为本地安装了docker这个依赖... 把docker改成别的名儿就成了