BurntSushi / nflgame

An API to retrieve and read NFL Game Center JSON data. It can work with real-time data, which can be used for fantasy football.
http://pdoc.burntsushi.net/nflgame
The Unlicense
1.27k stars 413 forks source link

Week 16 data? #355

Closed joshbegley closed 6 years ago

joshbegley commented 6 years ago

Hi there—I've been using nflgame all season and it's been great. Thank you. Quick question: all the data from week 16 appears to be null. Any reason you think this might be?

I'm getting the following error on my usual script TypeError: 'NoneType' object is not iterable

Many thanks, Josh

lerxst commented 6 years ago

I was running into a similar issue yesterday, but used the following pip install and it worked:

pip install git+https://github.com/BurntSushi/nflgame.git
djwessel commented 6 years ago

I was able to get the week 16 data using the pip install listed above. Your script also output the expected plays for week 16.

joshbegley commented 6 years ago

Thanks, all. Closing the issue for now.