We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug Description https://kr.api.riotgames.com/lol/league/v4/masterleagues/by-queue/RANKED_SOLO_5x5 is returning empty entries but there are players in KR who are masters
e.g kakaxi7 #KR1 League-v4 summoner endpoint shows this player is masters
Problem Description League-v4 apex tier endpoints not returning any players
Expected Result Masterleagues should have players in KR
Actual Result { "tier": "MASTER", "entries": [] }
Developer Impact Not able to get ranked leaderboards
Repro Steps Query https://kr.api.riotgames.com/lol/league/v4/masterleagues/by-queue/RANKED_SOLO_5x5
The text was updated successfully, but these errors were encountered:
I'm also having the same problem with LEAGUE-EXP-V4 endpoint.
Sorry, something went wrong.
Just confirmed that LEAGUE-V4 and LEAGUE-EXP-V4 for the apex tiers return 204 no content for JP1, OC1, TW2, VN2 servers as well.
No branches or pull requests
Bug Description
https://kr.api.riotgames.com/lol/league/v4/masterleagues/by-queue/RANKED_SOLO_5x5 is returning empty entries but there are players in KR who are masters
e.g kakaxi7 #KR1
League-v4 summoner endpoint shows this player is masters
Problem Description
League-v4 apex tier endpoints not returning any players
Expected Result
Masterleagues should have players in KR
Actual Result
{
"tier": "MASTER",
"entries": []
}
Developer Impact
Not able to get ranked leaderboards
Repro Steps
Query https://kr.api.riotgames.com/lol/league/v4/masterleagues/by-queue/RANKED_SOLO_5x5
The text was updated successfully, but these errors were encountered: