Page 1 of 1

NFLGSIS missing info

Posted: Sun Nov 05, 2017 12:37 pm
by NWebster
Has anyone else noticed that all of a sudden information that used to be on NFLGSIS is missing. For example, go to 1991, Week 1 games info, fine, week 2 missing, week 3 fine as well - it seems totally random. They always had a few games missing but it seems a more systemic issue.

Re: NFLGSIS missing info

Posted: Sun Nov 05, 2017 4:03 pm
by LJP
Noticed this a few weeks back when downloading old Gamebooks, although only had a problem with 1997, which still seems to be partially broken.

The PDFs are there, it just there is a problem with the way the weekly index page is being generated. Digging through the generated code, in the gameSelection div the individual games are panels that appear to be classed as either statusFinal or statusFuture. The ones that work normally are all classed as statusFinal whereas the ones that don't are statusFuture - i.e. games yet to be played, so no Gamebook. Possibly a database issue, with the games flagged incorrectly at that level. ??