sc2reader icon indicating copy to clipboard operation
sc2reader copied to clipboard

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?

Results 31 sc2reader issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "C:\Users\RAINGM\AppData\Local\Programs\Python\Python38-32\lib\site-packages\jishaku\cog_base.py", line 489, in jsk_python async for send, result in AsyncSender(executor): File "C:\Users\RAINGM\AppData\Local\Programs\Python\Python38-32\lib\site-packages\jishaku\functools.py", line 109, in _internal value = await base.asend(self.send_value) File "C:\Users\RAINGM\AppData\Local\Programs\Python\Python38-32\lib\site-packages\jishaku\repl\compilation.py", line...

Is there an option to use lazy parsing of the file? What I want is specific data like who won and what was the map and the date, and it...

Example error: 'utf-8' codec can't decode byte 0xc8 in position 9: invalid continuation byte when reading a replay

This repo is currently unmaintained. However, https://github.com/ggtracker/sc2reader is being maintained and is used for new releases to pypi, so please use that repo (specifically, the `upstream` branch) instead. You can...

Hi. I am trying to decode s2gs files on Mac using sc2printer builtin script and get this error: "AttributeError: 'ByteDecoder' object has no attribute 'read_unit64'" It's related to line 371...

I downloaded the Pack 1 replays from [sc2client-proto](https://github.com/Blizzard/s2client-proto#downloads). If i want to load such a replay with ```(Python) replay = sc2reader.load_replay('/path/to/replay.SC2Replay', load_level=4) ``` an Exception will be raised: ``` AttributeError:...

I get an error when trying to parse recent replay files, such as [this one](http://lotv.spawningtool.com/10851/). The output of sc2parse using the lotv branch: ``` $ sc2parse IEM10-Taipei_Byun-sOs_G5.SC2Replay dealing with IEM10-Taipei_Byun-sOs_G5.SC2Replay...

Hi, I haven't contributed before, but I see that Spawning Tool's failing to parse new replays and there's a new s2protocol released six days ago: https://github.com/Blizzard/s2protocol/commit/d62b17cd12790c5a96164757b7731100ee8596e2