Jason Maldonis
Jason Maldonis
I'm still not able to reproduce the issue. I paste this code and and get an error about `cass.get_summoner` not having a region, because I don't have your settings file,...
Yes it is the `"default_region": "NA"` that is causing the "problem", and I put quotes around "problem" because now I realize what's going on. This is in fact intended functionality....
I'm sure `match.load()` isn't the problem here. It looks like it could have something to do with the items. Can you post a complete, reproducible code example including the match...
I'm going to say this is intentional. There isn't a valid Position that can be returned this early in the game since there is no data for it, so throwing...
@JasonMendoza2008 I dug into this more. The position data is filled by the `position.x` and `position.y` values in the timeline's participant frames, or by the latest event in the cumulative...
Thank you for the PR! This is great.
I'm going to close this. Feel free to reopen it with a comment if you are still seeing an issue.
This works now, closing.
This seems to be fixed. I saw that `...team.tower_kills` works.
Thanks all! This is one of the best threads I've read - thanks for all the info and the fixes. It was very helpful when going through this.