-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
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
IndexError: list index out of range #97
Comments
Can you copy in the stack trace of the error? And provide a direct link to the replay? You're likely correct that the problem is due to the nature of the replay. See #61 for another error we had processing non-standard replays. I believe that deepmind mentioned they were using a modded version of the SC2 client to get alphastar to play, so I'm not sure there's any easy solution for this. |
IndexError Traceback (most recent call last) ~/.local/lib/python3.7/site-packages/sc2reader/factories/sc2factory.py in load_replay(self, source, options, **new_options) ~/.local/lib/python3.7/site-packages/sc2reader/factories/sc2factory.py in load(self, cls, source, options, **new_options) ~/.local/lib/python3.7/site-packages/sc2reader/factories/sc2factory.py in _load(self, cls, resource, filename, options) ~/.local/lib/python3.7/site-packages/sc2reader/resources.py in init(self, replay_file, filename, load_level, engine, do_tracker_events, **options) ~/.local/lib/python3.7/site-packages/sc2reader/resources.py in load_all_details(self) ~/.local/lib/python3.7/site-packages/sc2reader/resources.py in load_details(self) IndexError: list index out of range The link of the replays is https://deepmind.com/research/open-source/alphastar-resources Thank you very much |
Hmm, looks like not all relevant data is available. I wonder whether it would be possible just to treat references as optional (e.g. I can't say that I will get a chance to look at this soon, so if you (or anyone else) wants to take a shot at it, you're certainly welcome to |
hi, did u solve this problem? I got this too ......................... |
Are you also using alphastar replays? Can you link tot he replay you're using? |
Hi there
The text was updated successfully, but these errors were encountered: