joaorb64 / TournamentStreamHelper

MIT License
102 stars 39 forks source link

5.22: Loading a player list from Challonge crashes the software #338

Closed Wolfy76700 closed 1 year ago

Wolfy76700 commented 1 year ago

When loading one of the following tournaments and trying to import the player list, the program crashes:

The error message reads as follows: (Python runtime)

Processing team: SSBB Dresseur De Pokémon / SSBB Link
(17, 0)
(25, 0)
(25, 0)
700.0
Thumbnail successfully saved as ./tmp/thumbnail/template.png
Entrants:  64
Adding players to DB: 64
7 / 15
Traceback (most recent call last):
  File "C:\Users\wolfy\Git\TournamentStreamHelper\src\TSHPlayerListWidget.py", line 119, in LoadFromStandings
    slot.SetTeamData(data[i])
IndexError: list index out of range
joaorb64 commented 1 year ago

Fixed