You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had been looking for a updated npm package with matchv5, then I found this one but I'am getting an error trying to get List of Matches with <MatchV5.list>
There is my code:
const riotClient = new LolApi({
key: client.config.riotToken
});
let accinfo = await riotClient.Summoner.getByName("lontra23", Constants.Regions.EU_WEST);
try {
let info = await riotClient.MatchV5.list(accinfo.response.puuid, Constants.Regions.EU_WEST);
console.log(info)
} catch (error) {
console.log(error)
}
@Bruno-Marley Can you create a PR for this? I find this quite weird though, since I'm using this package in production and the match history v5 functionality works just fine for ppl on euw.
Hello,
I had been looking for a updated npm package with matchv5, then I found this one but I'am getting an error trying to get List of Matches with <MatchV5.list>
There is my code:
Error:
The text was updated successfully, but these errors were encountered: