RiotGames / developer-relations

Riot Games Developer Ecosystem Bug Reporting
http://developer.riotgames.com
743 stars 44 forks source link

queues.json Arena queueId(s) are missing and map.json Arena mapId is missing #792

Closed DarkIntaqt closed 1 year ago

DarkIntaqt commented 1 year ago

QueueIds

https://static.developer.riotgames.com/docs/lol/queues.json this file does not contain the queueId(s) for arena

Expected

...
{
        "queueId": 1700,
        "map": "Arena",
        "description": "Arena",
        "notes": "Arena"
},
{
        "queueId": 1701,
        "map": "Arena",
        "description": "1v0 (Arena)",
        "notes": "1v0 (Arena)"
},
{
        "queueId": 1704,
        "map": "Arena",
        "description": "4v0 (Arena)",
        "notes": "4v0 (Arena)"
},
...

MapId

https://static.developer.riotgames.com/docs/lol/maps.json should contain the mapId for arena (30)

Expected

...
{
    "mapId": 30,
    "mapName": "Arena",
    "notes": "Arena map"
 }

Please note that I added these JSON examples by hand, they can contain spelling/syntax mistakes

tisbells commented 1 year ago

We're looking into this!

lucasMesquitaBorges commented 1 year ago

Hey @DarkIntaqt Thanks for opening this issue! I will update the docs ASAP. How did you get the queueIds 1701 and 1704 data?

Was it from match data? In this case, can you send me the matchIDs?

stelar7 commented 1 year ago

@lucasMesquitaBorges Most likely from cdragon https://raw.communitydragon.org/latest/plugins/rcp-be-lol-game-data/global/default/v1/queues.json

DarkIntaqt commented 1 year ago

Got it exactly from there. However, I have not found a single game with these queueIds (1701, 1704) yet.

geozukunft commented 1 year ago

In a couple of days I should be able to confirm if they have been used at all.

lucasMesquitaBorges commented 1 year ago

Cool! Thank you all! I will add the map and queueId 1700. Other two are of our internal environments. Cdragon probably got it from league client.

If anyone find it in a match from API please let me know.

lucasMesquitaBorges commented 1 year ago

New map and queue were added.