An all-inclusive Python framework for the Riot Games League of Legends API. Cass focuses on making the data easy and fun to work with, while providing all the tools necessary to create a website or do data analysis.
After modifying the cache expirations settings in my custom config file, the following error is thrown at execution time:
File "cass_test.py", line 17, in dummySummoner
summo = Summoner(name=summonerName, region="EUW")
File "/usr/local/lib/python3.6/dist-packages/cassiopeia/core/common.py", line 214, in __call__
return pipeline.get(cls, query=query)
File "/usr/local/lib/python3.6/dist-packages/datapipelines/pipelines.py", line 459, in get
return handler.get(query, context)
File "/usr/local/lib/python3.6/dist-packages/datapipelines/pipelines.py", line 190, in get
sink.put(result, context)
File "/usr/local/lib/python3.6/dist-packages/datapipelines/pipelines.py", line 140, in put
self._sink.put(self._store_type, item, context)
File "/usr/local/lib/python3.6/dist-packages/datapipelines/sinks.py", line 64, in wrapper
raise DataSink.unsupported(type)
datapipelines.common.UnsupportedError: The type "Summoner" is not supported by this DataSink!
After modifying the cache expirations settings in my custom config file, the following error is thrown at execution time:
The custom config file: