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
Hello,
I just downloaded and installed nfldb. I can't seem to update it to have more recent statistics. I can query data from like the 2012 season but can't from the current season.
So I run nfldb-update and I run into this error,
"psycopg2.IntegrityError: insert or update on table "play" violates foreign key constraint "play_pos_team_fkey"
DETAIL: Key (pos_team)=(JAX) is not present in table "team"."
I have read a little bit about this from previous issues, but none of the proposed solutions are working for me.
The text was updated successfully, but these errors were encountered:
Hello,
I just downloaded and installed nfldb. I can't seem to update it to have more recent statistics. I can query data from like the 2012 season but can't from the current season.
So I run nfldb-update and I run into this error,
"psycopg2.IntegrityError: insert or update on table "play" violates foreign key constraint "play_pos_team_fkey"
DETAIL: Key (pos_team)=(JAX) is not present in table "team"."
I have read a little bit about this from previous issues, but none of the proposed solutions are working for me.
The text was updated successfully, but these errors were encountered: