You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure where the problem lies, but there are some games that are ongoing right now, and the NBA website here shows the correct score and time remaining, yet this library's data (which presumably uses the same source) is lagging behind (i.e. showing scores and times that are a few minutes to an hour old).
The text was updated successfully, but these errors were encountered:
After about 15 minutes of scores not being updated, it seems like they've been updated again. How often do the scores and times usually update? Is it expected that the scores update roughly every 15 minutes?
I would guess that the NBA website is using a different endpoint for live game scores. If you poke around in dev tools on their website you might be able to figure out what endpoint it uses and then I can add that to this library. Adding endpoints is really easy – they are described in JSON form here so all we need is the URL and the parameter list (which is just derived from the query string)
Not sure where the problem lies, but there are some games that are ongoing right now, and the NBA website here shows the correct score and time remaining, yet this library's data (which presumably uses the same source) is lagging behind (i.e. showing scores and times that are a few minutes to an hour old).
The text was updated successfully, but these errors were encountered: