Blizzard / heroprotocol

Python library to decode Heroes of the Storm replays
MIT License
397 stars 71 forks source link

Unsupported base build: 86223 #98

Closed qcasey closed 2 years ago

qcasey commented 2 years ago

Hi, I'm trying to run this on some of my recent replays and am getting this error. It works OK with games from October

Unsupported base build: 86223

gmelodie commented 2 years ago

For future reference, these errors Unsupported base build: XXXXX are generally due to an outdated version of the heroprotocol package. Update it either by recloning the repo and reinstalling the package or by pip install --upgrade heroprotocol, but that last method may fail if the new build is not yet on PyPi.

qcasey commented 2 years ago

Thank you, that did indeed work.