nfldb icon indicating copy to clipboard operation
nfldb copied to clipboard

nfldb-update not pulling down 2016 postseason data

Open michaelcaramat opened this issue 8 years ago • 5 comments

Thanks for looking into this!

nfldb=> select season_type from game where season_year='2016' and season_type='Postseason'; season_type

(0 rows)

nfldb=>

michaelcaramat avatar Jan 23 '17 15:01 michaelcaramat

When the regular season transitions to postseason each year, nfl.com changes the URL for the schedule.

If you update your version of nflgame that should catch you back up to current state.

ochawkeye avatar Jan 23 '17 15:01 ochawkeye

Thanks for the prompt response. I updated nflgame to version 1.2.20, then ran nfldb-update. It's still not pulling down the 2016 postseason data.

Here are my nfldb and nflgame versions: nfldb (0.2.17) nflgame (1.2.20)

michaelcaramat avatar Jan 23 '17 16:01 michaelcaramat

I'm afraid the PyPi versions of nflgame and nfldb are falling a bit behind as neither have been updated since September. Unless @BurntSushi releases an update there, you might need to update via github directly.

ochawkeye avatar Jan 23 '17 16:01 ochawkeye

In order to update via github, so I just download the zip file and unzip it into the existing nflgame directory?

michaelcaramat avatar Jan 23 '17 17:01 michaelcaramat

Will the 2016 postseason data be added? What about 2017? I only see 1 game scheduled for 2017. Thanks!

adabie avatar Jul 14 '17 18:07 adabie