Live updates not working?
See original GitHub issueI’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:
- Created 6 years ago
- Comments:9 (2 by maintainers)
Top 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 >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 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.