developer-relations icon indicating copy to clipboard operation
developer-relations copied to clipboard

[BUG]

Open jacaballero1241 opened this issue 2 years ago • 3 comments

Bug Description
The Match-V5 API, the method for getting matches by match_Id is returning always "1" for 'playedChampSelectPosition'.

Problem Description
I have sent various requests, for example: https://europe.api.riotgames.com/lol/match/v5/matches/EUW1_6287015977. And as you can see it returns always the number 1 for playedChampSelectPosition instead of having a different number from 1 to 10 for each participant.

Expected Result
The API should return a different number from 1 to 10 for each participant.

Actual Result
It always returns the number 1.

Developer Impact
It makes my data low quality.

jacaballero1241 avatar Mar 19 '23 15:03 jacaballero1241

This field is inside the challengeDto. The field 'playedChampSelectPosition' acts like a boolean.

Im currently not sure for which challenge this field is, but I can't recommend you to use any challengeDto field in your (production) data, as none of these fields are documented. If you want to get the positions of a player use teamPosition or individualPosition

DarkIntaqt avatar Mar 19 '23 15:03 DarkIntaqt

Shorty but the information I am looking for is the order of the participants in champion select. Who was first pick? Who was last pick?

Do you provide this information? Thanks you very much

El dom., 19 mar. 2023 16:45, DarkIntaqt @.***> escribió:

This field is inside the challengeDto. The field 'playedChampSelectPosition' acts like a boolean.

Im currently for which challenge this field is, but I can't recommend you to use any challengeDto field in your data. If you want to get the positions of a player use teamPosition or individualPosition

— Reply to this email directly, view it on GitHub https://github.com/RiotGames/developer-relations/issues/752#issuecomment-1475298315, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN5IP55KZQJMLJPZ636QAZDW44SZRANCNFSM6AAAAAAWAFYUCQ . You are receiving this because you authored the thread.Message ID: @.***>

jacaballero1241 avatar Mar 19 '23 16:03 jacaballero1241

Pick order is not available in the data

geozukunft avatar Mar 19 '23 18:03 geozukunft