|
That actually makes sense to me. When you run the program before the start of the season, but after the pre-season starts, there is some funky data out there because OOTP does not properly clean up last year's files.
So, all of the game box scores exist, but the CSV files do not match the actual files. As the games.csv file is based on this year.
The ID2 section is mainly used for the stuff like, most runs scored in the 5th inning, etc. So, at this point of the season, there are none. There could be spring training games, but they are ignored.
That is why I have the debug section to shut off the different ID sections when they error. You simply shut it off and try again later in the season.
I personally think the best time to run the program is at the end of the season, before you cross over into the new year. You then get tons of information about your 'last year', and then when June arrives, you run it again and then you get a lot of information based on this year.
|