probberechts / soccerdata

⛏⚽ Scrape soccer data from Club Elo, ESPN, FBref, FiveThirtyEight, Football-Data.co.uk, FotMob, Sofascore, SoFIFA, Understat and WhoScored.
https://soccerdata.readthedocs.io/en/latest/
Other
516 stars 88 forks source link

[FBref] Manage empty events in page #547

Closed nachouve closed 1 month ago

nachouve commented 2 months ago

This webpage https://fbref.com/en/matches/2c791569/ appears to have an issue with the events section (it's empty).

This causes an KeyError that is not caught in the following line: https://github.com/probberechts/soccerdata/blob/db65c92f9a818ee4585653a0e312788de9e09d10/soccerdata/fbref.py#L1003