pseudonym117/Riot-Watcher

Error on matchlist_by_account

ScottCarrara opened this issue · 1 comments

Hello! I was following this example to learn how to use this Library: https://towardsdatascience.com/how-to-use-riot-api-with-python-b93be82dbbd6

But I keep getting this error
image

I've tried to set to use ApiV4 as showed in the Readme, but I keep getting the same error.
image

Did anyone get this error too? How do I solve it?

Thanks!

Hi

You can only call the matchlist from puuid https://i.imgur.com/D9Qtjio.png

I'm using it as such : "matchhistory=lol_watcher.match.matchlist_by_puuid(my_region, my_puuid,count=99)"
with my_puuid being a string containing my puuid. good luck