使用时候 提示Failed to download game data!
oldiy opened this issue · 2 comments
oldiy commented
进入vi download_data.py 查看 PREFIX = “https://dos.zczc.cz/static/bin/” 也是这个目录
但是就是无法进入游戏
执行git submodule update --init --recursive --remote && python3 ./static/games/download_data.py 命令后,就如下图,显示正在downloading,但是bin里没有任何文件
longminxiang commented
在download_data.py里加上
import ssl
ssl._create_default_https_context = ssl._create_unverified_context