RiotGames / developer-relations

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

[BUG] /lol/tournament/v5/codes , Error code 500 whenever i try including a puuid #980

Closed Yuanara closed 3 months ago

Yuanara commented 3 months ago

Bug Description
The Bug happens whenever i include a Puuid in in the tournament code creation it responds with error 500

Problem Description
the bug is it wont let me create a tournament code limited to certain puuids

Expected Result
it is meant to create tournament codes normally limited to the specified puuid's

Actual Result
{ "status": { "message": "Internal server error", "status_code": 500 } }

Developer Impact
affects the security of our tournaments as this allows people to have their friends join on accounts that didn't sign up for our tournaments

Player Impact
it allows people to join a tournament lobby that they arent supposed to be able to join which is annoying for people who try to genuinly play the tournament

Preconditions
a puuid has to be included in the tournament code creation

Repro Steps

  1. go to /lol/tournament/v5/codes
  2. include a puuid
Yuanara commented 3 months ago

image image