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
Frequency: every attempt
Severity: mild
Cost: None
Efficiency: human checking of after match results contestants which for bigger tournaments is a pain
User emails: none
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
Frequency: everytime
Severity: mild
Quantity: about 200-300 users that are regulerly participating in our tournaments in some form
Region: attempted in NA and EUW both have the same error
Preconditions
a puuid has to be included in the tournament code creation
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