Issue loading game data from 2018 season wk 4 - in py3 branch
See original GitHub issueApologies if I have missed an explanation for what is happening here, but when I try to query 2018 data week by week I keep stalling out on week 4 of 2018. When I request the bulk of 2018 I have no issues
Specifically request week 4 like:
games = nflgame.games(2018, week=4)
I get the error 'NoneType' object is not iterable
at line 224 return list(games_gen(year, week, home, away, kind, started))
Am I systematically doing something wrong here? Thanks.
Issue Analytics
- State:
- Created 4 years ago
- Comments:19 (10 by maintainers)
Top Results From Across the Web
ArrowheadAnalytics/next-gen-scrapy-2.0 - GitHub
After all Python and R scripts are run, for every available pass chart, the data contains Game ID, home team, away team, week,...
Read more >NFL 2018 - WEEK 4 Schedule
NFL Schedule, Schedule History, Schedule Release, Tickets to NFL Games.
Read more >nflgame3 - PyPI
nflgame is an API to retrieve and read NFL Game Center JSON data. It can work with real-time data, which can be used...
Read more >Seven From Sunday - Week 4 - NFL Communications
A look at seven statistical highlights from games played at 9:30 a.m., 1:00 p.m. and 4:00 p.m. ET on Sunday, October 2, the...
Read more >checkers next move generator
May 16, 2022 · To set the game up, each player places their checkers on the ... Support for singleton types in unions....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I ran into the 2017 week 1 problem as well. Does it have something to do with the postponed TB@MIA game? When I try to pull data from that game specifically, it gives me the exact same AttributeError as when I pull the entire week. All of the other games work as expected.
Can you confirm this is no longer happening on the latest release?
pip install nflgame-redux=2.0.1b1