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.

Live updates not working?

See original GitHub issue

I’m using the version of the codebase that has

_CUR_SCHEDULE = "http://www.nfl.com/liveupdate/scorestrip/ss.xml"

(not the postseason version) and I’m getting back the live XML. However, during live games,

games = nflgame.live.current_games(2017)

…is returning None. Something change in the schema? Thanks for this library @BurntSushi , it’s been awesome the past three years I’ve been able to use it in my pick 'em app.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
gnagle5997commented, Sep 22, 2021

I am now using a hidden API from espn, i was able to parse out all of the live scores for each game using this. it is big, but all of the info is there, search for /scoreboard/ to find it, i was starting my parse using the .png for each team.

http://site.api.espn.com/apis/site/v2/sports/football/nfl/scoreboard

0reactions
derek-adaircommented, Sep 23, 2021

I am now using a hidden API from ESPN, I was able to parse out all of the live scores for each game using this. it is big, but all of the info is there, search for /scoreboard/ to find it, I was starting my parse using the .png for each team.

http://site.api.espn.com/apis/site/v2/sports/football/nfl/scoreboard

Fantastic news!!! This could potentially make this project functional again. I am not interested in reviving this project, but if anyone would like to take the reigns I’d be happy to hand it off.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Troubleshooting failed LiveUpdate or definition update issues ...
Check the LiveUpdate error logs to pinpoint the cause of the problem. · On the affected devices, make sure that the perimeter firewall...
Read more >
Troubleshoot problems updating Windows - Microsoft Support
Have issues installing Windows updates? Start here. · Free up some drive space so you can run updates · Restart to apply installed...
Read more >
Top 7 Ways to Fix Live Location Not Updating on Android and ...
If your live location is not updating on iPhone or an Android device, here are a few possible fixes that you can use...
Read more >
Can't update Live Activity from ap… | Apple Developer Forums
update (using: contentState) when app is running in the background does not work at all. the code executes, but the live activity won't...
Read more >
Windows Update Not Working for Your Latest Upgrade ...
Windows Update not working for your latest upgrade? Here's how to fix it · Manage automatic updates · Windows 10 Update Change Active...
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