Open NoviceYin opened 5 years ago
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)
Hmm, looks like not all relevant data is available. I wonder whether it would be possible just to treat references as optional (e.g. self.region = details['cache_handles'][0].server.lower() if details['cache_handles'] else None
) and see if the underlying data is still good.
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 .........................
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