I downloaded the Pack 1 replays from sc2client-proto. If i want to load such a replay with
replay = sc2reader.load_replay('/path/to/replay.SC2Replay', load_level=4)
an Exception will be raised:
AttributeError: 'Replay' object has no attribute 'expansion'
Is there a solution for that?