Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nba_scoreboard not updating in real-time #129

Open
mholbert opened this issue Oct 31, 2023 · 1 comment
Open

nba_scoreboard not updating in real-time #129

mholbert opened this issue Oct 31, 2023 · 1 comment

Comments

@mholbert
Copy link

mholbert commented Oct 31, 2023

nba_scoreboard is not pulling fresh information. It is running about a quarter behind. Is this the best function to use to pull the complete current scoreboard?

To add some additional information. (I've reviewed the code and it makes no sense, but here it is)

nba_scoreboard is returning older information than fromJson from the straight api. It's off by maybe 5-10 minutes. In addition, it will sometimes pull information that was older than its last pull, meaning it will show a game at halftime and then go back to a game in the 2nd period with 5 minutes to go. I know this makes no sense, but I reviewed the return from the function multiple times and days compared to the straight api call. I'm just going to use the straight fromJson call (or write my own wrapper to add header information), so you can close this if you want.

@saiemgilani
Copy link
Collaborator

This... is interesting to hear, thank you for the comment. I fully believe you. On the python side we actually have some cache-busting we do generally that we may need to implement elsewhere

@saiemgilani saiemgilani changed the title nba_scoreboard not updating nba_scoreboard not updating in real-time Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants