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
Where there is no performance data for a player (e.g. https://www.transfermarkt.com/carl-bacon/leistungsdaten/spieler/775809) the tm_pull() will throw an error as there is no table. Not that critical as they aren't very interesting players anyway, and I handle it by using a try except clause when looping through and throwing any errors into a list to check later.
The text was updated successfully, but these errors were encountered:
Where there is no performance data for a player (e.g. https://www.transfermarkt.com/carl-bacon/leistungsdaten/spieler/775809) the tm_pull() will throw an error as there is no table. Not that critical as they aren't very interesting players anyway, and I handle it by using a try except clause when looping through and throwing any errors into a list to check later.
The text was updated successfully, but these errors were encountered: