nfldb icon indicating copy to clipboard operation
nfldb copied to clipboard

nfldb-update output

Open onebitbrain opened this issue 7 years ago • 0 comments

(py27) C:\Miniconda3\envs\py27\Scripts>python nfldb-update

STARTING NFLDB UPDATE AT 2017-09-14 15:25:05.418000 Connecting to nfldb... done. Setting timezone to UTC... done. Locking write access to tables... done. Updating season phase, year and week... done. Bulk inserting data for 3 games... Sending batch of data to database. done. Updating schedule JSON database... Last updated: 2017-09-14 21:24:44.102000 done. Updating schedule for (Postseason, 2016, 5) done. Closing database connection... done. FINISHED NFLDB UPDATE AT 2017-09-14 15:25:06.777000

(py27) C:\Miniconda3\envs\py27\Scripts>python nfldb-update

STARTING NFLDB UPDATE AT 2017-09-14 15:25:14.661000 Connecting to nfldb... done. Setting timezone to UTC... done. Locking write access to tables... done. Updating season phase, year and week... done. Bulk inserting data for 3 games... Sending batch of data to database. done. Updating schedule JSON database... Last updated: 2017-09-14 21:25:06.456000 done. Updating schedule for (Postseason, 2016, 5) done. Closing database connection... done. FINISHED NFLDB UPDATE AT 2017-09-14 15:25:15.889000

Update seems to be updating the same 3 games over and over. It never gets up to date. Seems related to schedule for (Postseason, 2016, 5) Maybe related to issue #258 but 258's query gives this so I don't see how games played in 2009 : 11 games played in 2010 : 11 games played in 2011 : 11 games played in 2012 : 11 games played in 2013 : 11 games played in 2014 : 11 games played in 2015 : 11 games played in 2016 : 11

onebitbrain avatar Sep 14 '17 21:09 onebitbrain