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
{{ message }}
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.
This was working fine until today. All I do is:
import nba_py
score_board=nba_py.Scoreboard(month=12,day=25,year=2017)
Did something change to the backend? For what its worth the url
http://stats.nba.com/stats/scoreboardV2?DayOffset=0&LeagueID=00&gameDate=12/24/2017
still works and the data looks fine.
I tried to just do pd.read_json('http://stats.nba.com/stats/scoreboardV2?DayOffset=0&LeagueID=00&gameDate=12/24/2017'), but that timed out.
The text was updated successfully, but these errors were encountered: