cassiopeia icon indicating copy to clipboard operation
cassiopeia copied to clipboard

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...

Results 61 cassiopeia issues
Sort by recently updated
recently updated
newest added

Full traceback: ``` Traceback (most recent call last): File "C:/Users/ribat/OneDrive/Masaüstü/cassiopeia-master/examples/cassTest.py", line 61, in print_matches(name="Robin smurfer", region="EUW") File "C:/Users/ribat/OneDrive/Masaüstü/cassiopeia-master/examples/cassTest.py", line 25, in print_matches for match in match_history: File "D:\Program Files (x86)\Python\Python38-32\lib\site-packages\merakicommons\container.py",...

version `cassiopeia 5.0.1` ```plaintext >>> cass.set_riot_api_key("XYZ") >>> m = cass.get_match("NA1_4057291273", cass.Region.north_america) >>> m.load() Making call: https://americas.api.riotgames.com/lol/match/v5/matches/NA1_4057291273 >>> m.type Traceback (most recent call last): File "C:\Users\mgrandi\AppData\Local\pypoetry\Cache\virtualenvs\lpl-web-scrape-WulIR5Pl-py3.10\lib\site-packages\merakicommons\cache.py", line 15, in wrapper return...

this library is using a outdated version of cassiopeia that makes things depending on this library also use an outdated version ```plaintext > poetry install Updating dependencies Resolving dependencies... SolverProblemError...

First I get the match history for a summoner. Then on the first match I get an exception when I call match.load(): ``` Traceback (most recent call last): File "C:\Users\Patrick\code\LeagueStats\lol.py",...

Timeline info are no longer available since new version 5.0.0

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...

`>>> participant.stats.items[0]` ``` Traceback (most recent call last): File "/Users/api/venv/lib/python3.9/site-packages/merakicommons/cache.py", line 15, in wrapper return getattr(self, s) AttributeError: 'ParticipantStats' object has no attribute '_lazy__items' During handling of the above exception,...

When I use the function it returns 0.0 for all positions? Is it because my parameters are wrong? https://pastebin.com/UxAKQnYD

Making call: https://na1.api.riotgames.com/lol/summoner/v4/summoners/UDH-9gQ5U6LqxtrbB6jkFpVXFlgj-hyPAAXdry5dVt2caToQ INFO: Unexpected service rate limit, backing off for 27 seconds (from headers). Making call: https://na1.api.riotgames.com/lol/summoner/v4/summoners/UDH-9gQ5U6LqxtrbB6jkFpVXFlgj-hyPAAXdry5dVt2caToQ INFO: Unexpected service rate limit, backing off for 27 seconds (from headers)....

Hey, Have you seen that Riot will update the API with more data? - getMatch http://riot.com/36SP9B6 - getTimeline https://t.co/TjHxmbxDAK?amp=1 - full info https://mobile.twitter.com/RiotTuxedo/status/1358914005679497216 Will cass will be updated? Hope you...