IndexError: list index out of range #191

Closed
opened 2025-02-08 02:25:20 +01:00 by Ghost · 0 comments
Ghost commented 2025-02-08 02:25:20 +01:00 (Migrated from codeberg.org)

Sentry Issue: GREAT-FOOTBALL-POOL-WEB-4R

IndexError: list index out of range
(15 additional frame(s) were not displayed)
...
  File "main.py", line 438, in api_create_picks_page
    await create_picks()
  File "api/create_picks.py", line 91, in create_picks
    road_team: Team = await Team.find_one(Team.tgfp_nfl_team_id == nfl_game.away_team.id)
Sentry Issue: [GREAT-FOOTBALL-POOL-WEB-4R](https://sentry.sturgeonfamily.com/organizations/sentry/issues/154/?referrer=github_integration) ``` IndexError: list index out of range (15 additional frame(s) were not displayed) ... File "main.py", line 438, in api_create_picks_page await create_picks() File "api/create_picks.py", line 91, in create_picks road_team: Team = await Team.find_one(Team.tgfp_nfl_team_id == nfl_game.away_team.id) ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
johnsturgeon/tgfp-web#191
No description provided.