Search found 13 matches

by Smokey Jones
Tue Oct 23, 2018 12:23 pm
Forum: Verison 4.0x Support Forum
Topic: Scores not updating
Replies: 54
Views: 27935

Re: Scores not updating

BobbyG63 wrote: Tue Oct 23, 2018 10:17 am MSPSBL, I like the "Current Year" change. A very nice touch.

Smokey Jones, my pleasure!!! If i'm ever in Tennessee, I'll ping you for that beer...
Never know... Been looking at Norris Lake for retirement. :)
I'm not too far from Norris Lake!
by Smokey Jones
Tue Oct 23, 2018 7:24 am
Forum: Verison 4.0x Support Forum
Topic: Scores not updating
Replies: 54
Views: 27935

Re: Scores not updating

A new version is attached that should fix the auto-update retry not working. Another result of the original paste that I didn't catch on the last update. This works perfectly!! Big thanks to you and BobbyG63 for getting this not only fixed, but better than it was! Now it works faster, and gets the ...
by Smokey Jones
Sun Oct 21, 2018 11:57 am
Forum: Verison 4.0x Support Forum
Topic: Scores not updating
Replies: 54
Views: 27935

Re: Scores not updating

mspslb wrote: Sun Oct 21, 2018 10:32 am @Smokey Jones

I have attached mine here - have to zip it to attach.
Awesome!! Thanks!! The only issue it has is it doesn't automatically reload the page after 10 minutes. It only works when you inititially check the Autoupdate box.
by Smokey Jones
Sun Oct 21, 2018 10:19 am
Forum: Verison 4.0x Support Forum
Topic: Scores not updating
Replies: 54
Views: 27935

Re: Scores not updating

BobbyG63 wrote: Sat Oct 20, 2018 3:35 pm The code is working perfectly for me... Should I re-post the entire scoresLoader function?
Could you post your entire updateScores.asp page? I still can't get this code to work.
by Smokey Jones
Thu Oct 18, 2018 10:29 pm
Forum: Verison 4.0x Support Forum
Topic: Scores not updating
Replies: 54
Views: 27935

Re: Scores not updating

After posting my original fix, I noticed that the feed I was using that allows for the selection of Year Season, and Week is not as "real-time" as I expected. The feed that is closer to "real-time" does not allow for the selection of Year, Season, and Week. I modified the code t...
by Smokey Jones
Mon Oct 15, 2018 8:50 pm
Forum: Verison 4.0x Support Forum
Topic: Scores not updating
Replies: 54
Views: 27935

Re: Scores not updating

BobbyG63 wrote: Sun Oct 14, 2018 9:10 am Lighting fast because it does have to wait fro the NFL Score site to load and then to scrape the score from it.
Let me know what you think.
Dude! You weren't kidding when you said "lightning fast"!! This is awesome!!! Thanks for coding this and sharing it with us!
by Smokey Jones
Sat Oct 13, 2018 7:19 am
Forum: Verison 4.0x Support Forum
Topic: Scores not updating
Replies: 54
Views: 27935

Re: Scores not updating

Does anybody have any ideas how to fix this problem? Thanks! I think the root of the problem might be that NFL.com has changed how they are serving up scores in the https://www.nfl.com/scores/2018/REG page. Unfortunately, I don't know enough about how the data is parsed in the UpdateScores.asp file...
by Smokey Jones
Sun Oct 07, 2018 11:34 am
Forum: Verison 4.0x Support Forum
Topic: Scores not updating
Replies: 54
Views: 27935

Re: Scores not updating

I had that happen on Thursday as well. I'm hoping that it was a problem with the NFL feed. I just tried it and it's still acting up.
by Smokey Jones
Mon Sep 17, 2018 2:56 pm
Forum: Verison 4.0x Support Forum
Topic: Live Scoreboard not working
Replies: 47
Views: 21148

Re: Live Scoreboard not working

I have reverted all of the changes for now. Both the pool rules and the live scoreboard are working at this point. I reverted as well and all is working as it did last season. While the updated code above resolved the issue, the link that it uses doesn't provide a live game feed, therefore scores w...
by Smokey Jones
Wed Sep 12, 2018 5:57 pm
Forum: Verison 4.0x Support Forum
Topic: Live Scoreboard not working
Replies: 47
Views: 21148

Re: Live Scoreboard not working

GiantsFan wrote: Tue Sep 11, 2018 10:49 am I believe I figured this out..
You, Sir, are AWESOME!!!! Thanks for figuring this out!!
by Smokey Jones
Mon Sep 10, 2018 10:45 am
Forum: General Topics
Topic: Live Feed NFL
Replies: 5
Views: 5466

Re: Live Feed NFL

If we can't figure out how to update this, I wonder if there is a way to disable it so it doesn't show at all? Yes there is, just go into your /includes/config.asp file and look for the line "const ENABLE_SCORES_ADDON = true" and set it to false. The only drawback, as I discovered last ni...
by Smokey Jones
Fri Sep 07, 2018 1:44 pm
Forum: General Topics
Topic: Live Feed NFL
Replies: 5
Views: 5466

Re: Live Feed NFL

It looks like the NFL did away with their previous method of sharing scores (the XML version) and implemented a JSON feed. http://www.nfl.com/liveupdate/scores/scores.json I have no idea how to code for it.
by Smokey Jones
Fri Sep 07, 2018 10:11 am
Forum: Verison 4.0x Support Forum
Topic: Live Scoreboard not working
Replies: 47
Views: 21148

Re: Live Scoreboard not working

I discovered that last night as well. From what I can tell, the NFL has gone to an API at http://www.nfl.com/liveupdate/scores/scores.json but I have no idea how to code for that. I think it's going to take a complete rewrite of the socreboard.js file.