Blizzard / s2client-proto

StarCraft II Client - protocol definitions used to communicate with StarCraft II.
MIT License
3.76k stars 430 forks source link

Majority of replay packs for version 4.10.0 are empty zip files. #174

Open elibol opened 4 years ago

elibol commented 4 years ago

This is an issue regarding the download_replays.py script.

Executing the following command yields the attached output log download_replays.py --key <key> --secret <secret> --version 4.10.0 --replays_dir /work/sc2/StarCraftII_4.10.0/Replays --download_dir /work/sc2/StarCraftII_4.10.0/ReplayDownloads

The majority of replay packs are empty (see dl_replays_4.10.0.log). Is this a known issue and/or expected behavior?