question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue loading game data from 2018 season wk 4 - in py3 branch

See original GitHub issue

Apologies 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:closed
  • Created 4 years ago
  • Comments:19 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
lollipollcommented, Oct 1, 2019

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.

1reaction
derek-adaircommented, Sep 26, 2019

Can you confirm this is no longer happening on the latest release?

pip install nflgame-redux=2.0.1b1

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found