ggtracker / ggtracker/sc2reader

IndexError: list index out of range

Open
#97 6 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
Python
Stars
169
Forks
152
PR merge metrics
No merged PRs in 30d

Description

Hi there

 When I tried load a replay by following line 

 replay = (AlphaStar_MaNa_Game_1.SC2Replay'), it shows index error. This replay is the match between Mana and AlphaStar, it can be downloaded from deepmind.  Also, other replays between alphastar and master players cannot be loaded. 

 I think it is because these matches had some mods?

 Thank you

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the failure with the downloadable AlphaStar-versus-MaNa replay and another AlphaStar-versus-master replay, capturing the full traceback and the replay-loading entry point. Inspect the list access that raises IndexError and compare the affected replay data with a replay that loads successfully. Done means the affected replays load without IndexError.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
game-dev
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.