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

下载游戏报错 #26

Closed
FireLustre opened this issue Sep 6, 2018 · 10 comments
Closed

下载游戏报错 #26

FireLustre opened this issue Sep 6, 2018 · 10 comments
Labels
bug Something isn't working question Further information is requested

Comments

@FireLustre
Copy link

bug 描述
python3.6运行 python3 download_data.py
报错信息
ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:833)

如何重现
macOS系统下运行
python3 download_data.py

预期情况
正常下载游戏

截图

image

系统环境
操作系统:macOS
浏览器:chrome
游戏:下载游戏的时候

@rwv
Copy link
Owner

rwv commented Sep 6, 2018

无法重现,看起来似乎和证书有关。会不会是系统证书出问题了?

@rwv rwv added bug Something isn't working question Further information is requested labels Sep 6, 2018
@FireLustre
Copy link
Author

嗯,官方的ReadMe.rtf中说明了Python3.6不再使用由系统提供的证书,且本身也并不包含证书,需要安装 certifi 的证书包。
在命令行跑了/Applications/Python\ 3.6/Install\ Certificates.command之后就可以了。

@rwv rwv closed this as completed Sep 6, 2018
@2niuhe
Copy link

2niuhe commented Sep 8, 2018

pip install certifi
pip install incremental

solve this problem in my computer.
env:

  • python3.6
  • Linux

@neighbour1208b
Copy link

大富翁2不能使用。

@rwv
Copy link
Owner

rwv commented Dec 13, 2021

大富翁2不能使用。

有具体的报错日志吗

@Airy-L
Copy link

Airy-L commented Apr 23, 2022

下载失败,无错误提示,下载后的压缩包全部是 4k大小,是什么原因?硬盘ntfs的原因?

@rwv
Copy link
Owner

rwv commented Apr 23, 2022 via email

@Airy-L
Copy link

Airy-L commented Apr 23, 2022

请检查下载域名 2022年4月23日 +0800 13:35 Airy-L @.>,写道:

下载失败,无错误提示,下载后的压缩包全部是 4k大小,是什么原因?硬盘ntfs的原因? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you modified the open/close state.Message ID: @.
>

谢谢,替换了一下脚本。现在正常下载中

@infbighead
Copy link

[女皇杯(日)] 無法運行

@CatMoonzero
Copy link

arm64的机器无法部署,是不支持吗?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

8 participants
@rwv @2niuhe @FireLustre @Airy-L @neighbour1208b @CatMoonzero @infbighead and others