pseudonym117 / Riot-Watcher

Simple Python wrapper for the Riot Games API for League of Legends
MIT License
531 stars 150 forks source link

.matchlist_by_puuid is returning the puuid provided instead of the list of matches #216

Closed iunnos closed 2 years ago

iunnos commented 2 years ago

I'm running this bit here and should expect the 5 most recent ranked matches. Running the same puuid and queries on the Riot API shows 5 match IDs. matches=watcher.match.matchlist_by_puuid('ASIA','1TtXhEmDV11bwW_DYtMTtOr5TRsZk0B1ObN_dNS_v4zdWNSqKhTqcfcJ4B7KtKYkH7lSkK-HYqRlmg',count=5,queue=420)

The print output I get is 1TtXhEmDV11bwW_DYtMTtOr5TRsZk0B1ObN_dNS_v4zdWNSqKhTqcfcJ4B7KtKYkH7lSkK-HYqRlmg