RiotGames / developer-relations

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

[BUG] #687

Closed RomanLubushkin closed 1 year ago

RomanLubushkin commented 2 years ago

Bug Description
/lol-gameflow/v1/session endpoint doesn't return teams information after game started (phase: InProgress). Bug apperated specificly right after patch 12.18.

Expected Result
Response of /lol-gameflow/v1/session endpoint returns information about teams at gameData.teamOne and gameData.teamTwo fields after game started phase: InProgress.

Actual Result
Empty arrays returned. image

Player Impact
Pre-game feature of Mobalytics app is broken.

Repro Steps
Play normal draft or any other game mode and fetch /lol-gameflow/v1/session after game started (loading screen appeared).

geozukunft commented 2 years ago

The LCU API is not officially supported and subject to changes all the time

f3ar161 commented 2 years ago

Hi @RomanLubushkin do you have the code that is consuming the game flow session???? that needs the theamOne and teamTwo??

RomanLubushkin commented 2 years ago

Hi @f3ar161 Yes, we're using flowSession data to identify summoners, their champions, and assigned roles if any during the game. Based on that info we're getting statistics and analytical data from our end.

lucasMesquitaBorges commented 1 year ago

Hi, this issue has been fixed in 12.20.1 patch. If you run into some similar error, feel free to follow up or open a new issue.