I tried registering for an upcoming tournament. When I clicked on the tab to register I got an error message. What did I do wrong?
... and the error message was?
I tried registering for an upcoming tournament. When I clicked on the tab to register I got an error message. What did I do wrong?
... and the error message was?
Could you please try again and see if it works now? if not please send in a screenshot in the comment so we can see.
Based on the error you were attempting to join this tournament
The code in red, along with the Divide by Zero error, shows that it is trying to evaluate whether or not you meet the timeout requirements. Looking at the Tournament description there isn't a timeout requirment but it doesn't actually bypass in that case (i.e. check to see if the tournament actually has a max timeout requirement).
Looks like a bug in the code to me. It should only hit users that are new with no completed games. I see you have one completed game at 6 moves, but I think I read somewhere here that those do not count towards your stats (i.e. the game has to be longer). So, you are trying to enter the tournament with 0 games completed causing the error condition to show itself.
A staff member is going to have to look at that code and fix it. If you complete a game before the tournament actually starts (greater than 6 moves) you should also be able to join.
I tried registering for an upcoming tournament. When I clicked on the tab to register I got an error message. What did I do wrong?