Skip to content

[BUG] Valid PUUID from LEAGUE-EXP-V4 is returning 404 in ACCOUNT-V1 #1067

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

Open
victorhaynes opened this issue Apr 29, 2025 · 2 comments
Open
Assignees
Labels
pending: acknowledged We're aware of this issue and are investigating. scope: lol

Comments

@victorhaynes
Copy link

victorhaynes commented Apr 29, 2025

Bug Description
A PUUID returned from https://kr.api.riotgames.com/lol/league-exp/v4/entries/RANKED_FLEX_SR/MASTER/I?page=1 does not exist when you search that same PUUID in https://asia.api.riotgames.com/riot/account/v1/accounts/by-puuid/oliCy91SaeSj0s5NYxSAjJ7MuqrTsgE3QoY5dR2fofc7D8RxOXMjhblgLvznC8XNFMijo3jgrrVllg
I confirmed this behavior with other developers.

https://kr.api.riotgames.com/lol/league-exp/v4/entries/RANKED_FLEX_SR/MASTER/I?page=1

    {
        "leagueId": "2638e9c4-78e4-3149-b707-70ec9e51f670",
        "queueType": "RANKED_FLEX_SR",
        "tier": "MASTER",
        "rank": "I",
        "summonerId": "jv_B56RqR7GhYoOcjvSSQhpSEvkpNkqKCb5VaUF2UIG-7HxRikJ6Hp192Q",
        "puuid": "oliCy91SaeSj0s5NYxSAjJ7MuqrTsgE3QoY5dR2fofc7D8RxOXMjhblgLvznC8XNFMijo3jgrrVllg",
        "leaguePoints": 178,
        "wins": 54,
        "losses": 33,
        "veteran": false,
        "inactive": false,
        "freshBlood": false,
        "hotStreak": false
    },

Problem Description
The ACCOUNT-V1 response is

https://asia.api.riotgames.com/riot/account/v1/accounts/by-puuid/oliCy91SaeSj0s5NYxSAjJ7MuqrTsgE3QoY5dR2fofc7D8RxOXMjhblgLvznC8XNFMijo3jgrrVllg

{
    "status": {
        "status_code": 404,
        "message": "Data not found - Not Found"
    }
}

Expected Result
Expect a response with status code 200 along with gamename/tagline etc

Actual Result
404

Developer Impact
Cannot build an accurate leaderboard for an entire region & cannot create basic profile pages for certain players.

  • Frequency: Every API call
  • Severity: High. Some players cannot use my application (or anyone else's) to view their own details or an accurate leaderboard. Basic application logic assumes that all PUUIDs coming from Riot responses are valid.
  • Cost: N/A cannot be worked around.
  • Efficiency: N/A cannot be worked around.

Player Impact
Cannot build an accurate leaderboard for an entire region & cannot create basic profile pages for certain players.

  • Frequency: Every time the user visits the site, they experience this issue.
  • Severity: Certain users cannot use my site for themselves and no users can view accurate leaderboards
  • Region: I have only ever experienced in KR

Preconditions
N/A

First condition
N/A

Repro Steps

  1. Send a GET request to https://kr.api.riotgames.com/lol/league-exp/v4/entries/RANKED_FLEX_SR/MASTER/I?page=1
  2. Try to identify this player puuid: oliCy91SaeSj0s5NYxSAjJ7MuqrTsgE3QoY5dR2fofc7D8RxOXMjhblgLvznC8XNFMijo3jgrrVllg. Note that the ladder changes so they may move over time. If a Rioter has the ability to identify a player based on my encrypted PUUID/SummonerId please try to do that.
  3. Take the player's PUUID and look them up in ACCOUNT-V1 https://asia.api.riotgames.com/riot/account/v1/accounts/by-puuid/oliCy91SaeSj0s5NYxSAjJ7MuqrTsgE3QoY5dR2fofc7D8RxOXMjhblgLvznC8XNFMijo3jgrrVllg

Issue Comments
Note that the ladder changes so the player's/PUUID's position may move in the ladder. If a Rioter has the ability to identify a player based on my encrypted PUUID/SummonerId please try to do that.

@lucasMesquitaBorges
Copy link

Hi @victorhaynes Can you please reach out via https://support-developer.riotgames.com informing your app id?

@lucasMesquitaBorges lucasMesquitaBorges self-assigned this Apr 30, 2025
@lucasMesquitaBorges lucasMesquitaBorges added pending: acknowledged We're aware of this issue and are investigating. scope: lol labels Apr 30, 2025
@victorhaynes
Copy link
Author

Thanks @lucasMesquitaBorges I created a ticket #113480043 and left my app ID

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pending: acknowledged We're aware of this issue and are investigating. scope: lol
Projects
None yet
Development

No branches or pull requests

2 participants