Untuxed / HockeyBot

Voodoo hockey bot
0 stars 0 forks source link

[BUG] Incongruent Line issue #17

Closed Untuxed closed 3 months ago

Untuxed commented 5 months ago

Describe the bug Adding an incomplete line to the google sheet causes problems with the bot.

To Reproduce

  1. Do not have a complete line defined in the spreadsheet
  2. Attempt to call /set-lineup
  3. Bot has a problem because we are accessing a list index out of range (Right now google sheets API doesn't return empty cells)

Expected behavior Allow incongruent lines

Screenshots N/A

Additional context N/A

Untuxed commented 3 months ago

Done in the add-goalie-stats update. Pretty well tested