We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
Not sure but you might have more luck with ggtracker/sc2reader.
Sorry, something went wrong.
Maybe the explanation is ggtracker#49
No branches or pull requests
I downloaded the Pack 1 replays from sc2client-proto. If i want to load such a replay with
an Exception will be raised:
Is there a solution for that?
The text was updated successfully, but these errors were encountered: