meraki-analytics / cassiopeia

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing data when trying to fetch player's match_history

Lyfhael opened this issue · comments

Try : sum = Summoner(name="Nonaaaax", region="EUW").match_history

Then print("match_id : ", sum[0].id , "on ", sum[0].creation)

It will return : match_id : 5462900671 on 2021-09-16T00:02:39.354000+00:00

However this player's last match was today, so the this match_id cannot be correct.

I tried with match-V5 endpoinit and I get the right results.
So match-v4 being deprecated means there's now a lot of missing data.

I was wondering if you were going to update to match-V5 ?
Thanks

I always do that, I ask a question, then actually try to answer it but after I asked it.

So basically I'm stupid again and had to update my version of cassiopeia. w/e