sc2reader icon indicating copy to clipboard operation
sc2reader copied to clipboard

Replay object has no expansion

Open fuuman opened this issue 7 years ago • 2 comments

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?

fuuman avatar Apr 20 '18 12:04 fuuman

Not sure but you might have more luck with ggtracker/sc2reader.

dsjoerg avatar Apr 20 '18 14:04 dsjoerg

Maybe the explanation is https://github.com/ggtracker/sc2reader/issues/49

dsjoerg avatar Apr 21 '18 03:04 dsjoerg