-
Notifications
You must be signed in to change notification settings - Fork 696
[Bug]: gameStatus and gameStatusText not updating (scoreboardV3) #631
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workingtriageResearching into a possible bugResearching into a possible bug
Description
NBA API Version
1.11.3
Issue
I'm trying to build a tool which basically sends you emails/other info about NBA games, mainly when they start, and if there are any games of interest.
However, using the ScoreBoardV3 endpoint, gameStatus and gameStatusText don't seem to update, being stuck on 1, and the tip off time for the game. This makes it impossible to check whether the game has started through this method.
Code
games = scoreboardv3.ScoreboardV3(game_data=current_date) game_status_pd = games.get_data_frames()[1]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtriageResearching into a possible bugResearching into a possible bug