developer-relations
developer-relations copied to clipboard
[BUG]
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.
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
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: @.***>
Pick order is not available in the data