seemethere / nba_py

Python client for NBA statistics located at stats.nba.com
BSD 3-Clause "New" or "Revised" License
1.05k stars 256 forks source link

OperationalError: unable to open database file #120

Open GeorgePaul24 opened 6 years ago

GeorgePaul24 commented 6 years ago

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.