You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After making more than one call through cass with SimpleKVDiskStore in my pipeline, I get this:
2019-03-21 03:54:35: datapipelines.common.UnsupportedError: The type "SummonerDto" is not supported by this DataSource!
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/merakicommons/ghost.py", line 41, in wrapper
return method(*args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/cassiopeia/core/summoner.py", line 139, in account_id
return self._data[SummonerData].accountId
AttributeError: 'SummonerData' object has no attribute 'accountId'
After making more than one call through cass with SimpleKVDiskStore in my pipeline, I get this:
2019-03-21 03:54:35: datapipelines.common.UnsupportedError: The type "SummonerDto" is not supported by this DataSource!
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/merakicommons/ghost.py", line 41, in wrapper
return method(*args, **kwargs)
File "/usr/local/lib/python3.7/site-packages/cassiopeia/core/summoner.py", line 139, in account_id
return self._data[SummonerData].accountId
AttributeError: 'SummonerData' object has no attribute 'accountId'
Here is my pipeline:
The text was updated successfully, but these errors were encountered: