cassiopeia
cassiopeia copied to clipboard
No source can provide "RealmData"
I keep getting issues regarding "RealmData". I've tried running the match.py and summoner.py examples and same issue. My app worked before the recent matchV5 updates to cassiopeia.
This is the error I get running the match.py example:
Making call: https://eun1.api.riotgames.com/lol/summoner/v4/summoners/by-name/VOLCAN0%20MAN Traceback (most recent call last): File "C:\Users\Rasmus\anaconda3\lib\site-packages\merakicommons\ghost.py", line 41, in wrapper return method(*args, **kwargs) File "C:\Users\Rasmus\anaconda3\lib\site-packages\cassiopeia\core\staticdata\realm.py", line 56, in version return self._data[RealmData].version AttributeError: 'RealmData' object has no attribute 'version'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "C:\Users\Rasmus\anaconda3\lib\site-packages\merakicommons\ghost.py", line 87, in get return self.fget(obj) File "C:\Users\Rasmus\anaconda3\lib\site-packages\merakicommons\ghost.py", line 43, in wrapper raise GhostLoadingRequiredError(str(error)) merakicommons.ghost.GhostLoadingRequiredError: 'RealmData' object has no attribute 'version'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:/Users/Rasmus/Dropbox/LoL/API tool/PythonEdition/cass test.py", line 53, in
Process finished with exit code 1