-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getMatchHistory return 403: forbidden #35
Comments
Same problem!! help pls |
The match history endpoint was deprecated by Riot 3 months ago so that would explain the 403. Matchlist: https://developer.riotgames.com/api/methods#!/1053/3617 Heres the forum thread discussing the deprecation: https://developer.riotgames.com/api/methods#!/1053/3617 This library hasn't been updated yet so currently it doesn't support either of the new methods. |
Unfortunately I haven't been doing much with the LoL API, and haven't been maintaining it as well as I should have. I'll try and update this as soon as possible |
other methods work fine, just getMatchHistory returns 403:forbidden, here is the code:
LolApi.getMatchHistory 40200522, null, (e, matchlist) ->
if e?
console.log e
return
The text was updated successfully, but these errors were encountered: