GraylinKim / sc2reader

A python library that extracts data from various Starcraft II resources to power tools and services for the SC2 community. Who doesn't want to hack on the games they play?
http://sc2reader.readthedocs.org
MIT License
413 stars 85 forks source link

Bug: strange memory ID #122

Closed gundalf closed 11 years ago

gundalf commented 11 years ago

Hey,

the reader is a really great thing and you can do really crazy stuff with it. But unfortunatelly I got several issues... :(

Well I want to integrate this parser in a website which is written in php. So i wrote a file which sends the parser the path for the replay and it is listen to the repsond of the python file. Normally the python file repsonds a dictionary with all the information inside through json.

But now I tested some replays and i get some strange errors which I have no idea how to handle:

For the map Daybreak and many others it works fine btw

Looking forward to the answer :)

GraylinKim commented 11 years ago

Duplicate of #121.