Broken Games - notnotjeff/ahl_scraper GitHub Wiki

These games need alternative methods of scraping or manual fixtures to override.

GameID SeasonID Description Notes Status Resolved
1023909 77 This game was suspended due to a power outage Has not been rescheduled as of 2022-10-24 RESULT_VOID YES
1022174 68 This game was postponed due to COVID and replayed in its entirety RESULT_VOID YES
1020527 65 The first period is the only one with penalties and scoring The Game Report has the full stats so use that instead JSON YES
1018774 61 The first period is the only one that is documented in JSON, should be an OT game but resolves to regulation which causes an error in team standings Game Report is accurate so it could be scraped instead; Had to change one player so player with point was listed as on ice skater (goal #4 Graham Knott) JSON YES
1017021 54 Justin Peters has 22 recorded shots against in the game file but on his profile page it says there were 23 shots against in this game Just leaving it at 22 YES
1013471 48 Penalty taken by PRO Corey Kane is served by null null (id 0) Will need to be resolved by the user, scraper stays agnostic YES
1012347 46 Listed total penalty minutes (30min/31min) for teams are higher than the actual penalty list shows (9min/4min) which means the total penalty minutes on the season for HFD and BRI do not align with the leagues website Use penalty minute totals from penalties listed, assume the totals are a typo YES
1001622 1 The last goal of this game has 7 skaters against 6 Scraper ensures skater counts are above 3 and below 6 per side to avoid counting impossible states. Goal will still be counted as AS and EN situations but not as 7v6. Since actual footage unavailable no way to confirm who actually was on ice STAT_OVERRIDE YES
1001050 1 Penalties and goals for the 2nd and 3rd period are missing from the game-center JSON All penalties and goals are found in the game report JSON YES
1003351 10 Craig Anderson's statline is missing one goal (and shot) Updated statline manually to reflect actual goals against JSON YES

Broken Game Status Legend

Status Description
UNRESOLVED The scraper has no solution for how to properly scrape the game, will need to be properly fixed.
JSON The scraper uses an internal JSON file to solve any issues with the game.
GAME_REPORT Scraper uses the game report page instead of the league's JSON endpoint to fix broken game.
STATS_VOID This game has invalid (or no) individual skater/goalie stats but the result for the team was counted.
VOID The game was not played or finished. Usually due to the fact the game was cancelled or rescheduled on another date
RESULT_VOID The game was not played or finished. Usually due to the fact the game was cancelled or rescheduled on another date, individual stats will be counted for skaters/goalies
STAT_OVERRIDE Manually override the statistic in question so it makes sense/is right