Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nfldb-update successful, but still missing all data after 2016 week 3 #276

Open
theSanchize3 opened this issue Oct 15, 2017 · 2 comments
Open

Comments

@theSanchize3
Copy link

theSanchize3 commented Oct 15, 2017

I ran nfldb-udate successfully (no errors), but when I try to get any stats after week 3 of 2016, I get all zeros. My time and date on my laptop are accurate. The schedule is available up to week 6 of 2017 (this week). I have run nfldb-update --update-schedules 2017 (followed by another run of nfldb-update). I have also upgraded nfldb and nflgame with pip install --upgrade nfldb and pip install --upgrade nflgame and both are up-to-date.

I have spent hours on this and looked through the issues already posted but have no clue what why this is happening. Any way you can help?

Thanks

UPDATE:

It turns out I also have week six of 2017, which as of now is just the Eagles-Panthers game. I still don't have weeks 1-5.

@RylandCapital
Copy link

Hello,

I have the same type of problem did you ever figure it out?

@ariannedee
Copy link

The problem is probably that the version of nflgame that you are installing doesn't have an up-to-date schedule.json. You could make sure you are getting the most recent one from git and not the pip version, but you could also modify the code slightly such that nflgame is updating schedule.json from the NFL api. See BurntSushi/nflgame#331 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants