When I start the replay file 0c600d7ca217a89c929ab0f95ee32b436e3d0debc3edd1afa274bda16b091639.SC2Replay in 3.16.1-Pack_2.zip using pysc2, It cause an exception:
pysc2.lib.remote_controller.RequestError: SC2APIProtocol.ResponseStartReplay.Error.LaunchError: 'The version required to play this game is unavailable.'
It's seen that It need the Base55505 sc2 version when I load the replay file in Mac. But I can't find this in the repository.
Got the same problem here, it seems like the reply does not match the game version. The oldest version I can get from here is 3.16.1, definitely, I will need earlier version than this one.
Anyone could help? thx
When I start the replay file
0c600d7ca217a89c929ab0f95ee32b436e3d0debc3edd1afa274bda16b091639.SC2Replay
in3.16.1-Pack_2.zip
using pysc2, It cause an exception:pysc2.lib.remote_controller.RequestError: SC2APIProtocol.ResponseStartReplay.Error.LaunchError: 'The version required to play this game is unavailable.'
It's seen that It need theBase55505
sc2 version when I load the replay file in Mac. But I can't find this in the repository.