Closed Hargre closed 5 years ago
Hey thanks for the report. I can't reproduce this issue on the latest version. Can you try updating to the latest github version and seeing if that solves the problem?
Here is the terminal command to update from github: pip install --upgrade git+https://github.com/meraki-analytics/cassiopeia.git
Hey, I updated but still got the error. I tried running it in another machine, though (in a VM, actually) and everything worked. Must be some issue on my end, then. If I find out what the problem is and if it's something relevant to the framework I'll send an update here. Thanks for the help!
Bug Report
I was looking through some of the examples in the documentation, and when trying to run the match one I got the following error around this line:
AttributeError: 'Participant' object has no attribute '_lazy__champion'
I tried running similar code with different matches and summoners, and got the same result. The whole traceback is as follows:
Similar errors occur for the following properties:
To Reproduce
Run the match example, or try to access one of the following properties from a Participant object:
Environment Info
I ran into the error under a virtualenv with Python 3.6.6 and cassiopeia 3.0.21.