RiotGames / developer-relations

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

[BUG] TFT-LeagueEntry for DIAMOND-IV in KR region with page=1 responds status 500 #974

Open tbonelee opened 3 months ago

tbonelee commented 3 months ago

Bug Description
When I request the TFT league entry API for DIAMOND-IV in KR region, it responds correctly for the page=2 parameter, but it returns a 500 error for page=1

image

image

danblock97 commented 3 months ago

Tested on the dev portal, other regions are fine and working as expected but as the OP says, page 1 of KR results in a 500 error.

https://kr.api.riotgames.com/tft/league/v1/entries/DIAMOND/IV?queue=RANKED_TFT&page=1

image

https://kr.api.riotgames.com/tft/league/v1/entries/DIAMOND/IV?queue=RANKED_TFT&page=2

image