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
Any one else getting this error when running NFLdb-update. This is from the game that was flexed into the Saturday game from a Sunday Game. I've tried updating nflgame-update-schedule and that file is not working.
STARTING NFLDB UPDATE AT 2019-12-23 16:58:41.411406
Connecting to nfldb... done.
Setting timezone to UTC... done.
Locking write access to tables... done.
Updating season phase, year and week... done.
Adding schedule data for 1 games... done.
Bulk inserting data for 17 games...
Traceback (most recent call last):
File "/home/seandwyer/.local/bin/nfldb-update", line 39, in
nfldb.update.run(**vars(args))
File "/home/seandwyer/.local/lib/python2.7/site-packages/nfldb/update.py", line 535, in run
doit()
File "/home/seandwyer/.local/lib/python2.7/site-packages/nfldb/update.py", line 525, in doit
update_games(db, batch_size=batch_size)
File "/home/seandwyer/.local/lib/python2.7/site-packages/nfldb/update.py", line 397, in update_games
bulk_insert_game_data(cursor, scheduled, batch_size=batch_size)
File "/home/seandwyer/.local/lib/python2.7/site-packages/nfldb/update.py", line 197, in bulk_insert_game_data
g = game_from_id(cursor, gsis_id)
File "/home/seandwyer/.local/lib/python2.7/site-packages/nfldb/update.py", line 54, in game_from_id
schedule = nflgame.sched.games[gsis_id]
KeyError: '2019122202'
The text was updated successfully, but these errors were encountered:
Any one else getting this error when running NFLdb-update. This is from the game that was flexed into the Saturday game from a Sunday Game. I've tried updating nflgame-update-schedule and that file is not working.
STARTING NFLDB UPDATE AT 2019-12-23 16:58:41.411406
Connecting to nfldb... done.
Setting timezone to UTC... done.
Locking write access to tables... done.
Updating season phase, year and week... done.
Adding schedule data for 1 games... done.
Bulk inserting data for 17 games...
Traceback (most recent call last):
File "/home/seandwyer/.local/bin/nfldb-update", line 39, in
nfldb.update.run(**vars(args))
File "/home/seandwyer/.local/lib/python2.7/site-packages/nfldb/update.py", line 535, in run
doit()
File "/home/seandwyer/.local/lib/python2.7/site-packages/nfldb/update.py", line 525, in doit
update_games(db, batch_size=batch_size)
File "/home/seandwyer/.local/lib/python2.7/site-packages/nfldb/update.py", line 397, in update_games
bulk_insert_game_data(cursor, scheduled, batch_size=batch_size)
File "/home/seandwyer/.local/lib/python2.7/site-packages/nfldb/update.py", line 197, in bulk_insert_game_data
g = game_from_id(cursor, gsis_id)
File "/home/seandwyer/.local/lib/python2.7/site-packages/nfldb/update.py", line 54, in game_from_id
schedule = nflgame.sched.games[gsis_id]
KeyError: '2019122202'
The text was updated successfully, but these errors were encountered: