You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Choose a game in which the bottom of the 9th inning was not played. For example, game_id 2021_04_03_tormlb_nyamlb_1, the Yankees v Blue Jays game from April 3rd, 2021.
Run mlbgame.events.game_events(id) with the selected game_id value.
Result:
line 48, in game_events
'bottom': __inning_info(x, 'bottom')
line 17, in __inning_info
half = inning.findall(part)[0]
IndexError: list index out of range
Edit: this appears to be a duplicate of #137, still open from 2 years ago.
The text was updated successfully, but these errors were encountered:
Version: 2.5.0
Steps to reproduce:
2021_04_03_tormlb_nyamlb_1
, the Yankees v Blue Jays game from April 3rd, 2021.mlbgame.events.game_events(id)
with the selected game_id value.Result:
Edit: this appears to be a duplicate of #137, still open from 2 years ago.
The text was updated successfully, but these errors were encountered: