BurntSushi / nfldb

A library to manage and update NFL data in a relational database.
The Unlicense
1.07k stars 263 forks source link

Comprehensive list of changes for this to work? #299

Open scottismyname opened 6 years ago

scottismyname commented 6 years ago

I previously had an install working but I lost access to the server/data and I'm trying to set it up again.

Is there a list somewhere of all of the things we need to change to fix the issues that arise after following the installation instructions.... Things I'm aware of being broken: 1) LAC and JAX team settings. I believe you need to insert them into the database, and possibly also modify teams.py somewhere 2) Weird errors with some names that have a comma in them? 3) Other things I can't remember :)

If anyone has a list or a fork I can copy/compare from, that would be great.

Thanks!

ghost commented 5 years ago

I just got setup with everything. I think I should be good. I had to do the insert trick with the LAC and JAX teams.

Problem I am having now is I cant see anything when using q.game(season_year=2018, ...

derek-adair commented 5 years ago

Problem I am having now is I cant see anything when using q.game(season_year=2018, ...

This is an upstream uproblem. See https://github.com/derek-adair/nflgame/issues/3 and https://github.com/BurntSushi/nflgame/issues/363.

If you feel like using my redux repository the 2018 data is packaged up in nflgame-redux==1.2.22-rc1 There are a number of options for you to get nflgame up and running (and thus nfldb) for the 2018 season.

derek-adair commented 5 years ago

Also until derek-adair/nflgame#3 is addressed the current week will not be functioning for the 2018 season.