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
Is it possible Understat.com changed something on their website and Soccerdata is looking for a button that doesn't exist anymore?
I have this error when trying homeaway = understat.scrape_home_away_tables(year=2024, league='EPL') or any year. Worked fine 1 month ago.
selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element <button class="options-button">...</button> is not clickable at point (738, 554). Other element would receive the click: <label for="themes-switch" title="Light theme"></label>```
And I looked on the site, but did not actually find a button with that class.
Thanks for this great package!
The text was updated successfully, but these errors were encountered:
Hi me again,
Is it possible Understat.com changed something on their website and Soccerdata is looking for a button that doesn't exist anymore?
I have this error when trying
homeaway = understat.scrape_home_away_tables(year=2024, league='EPL')
or any year. Worked fine 1 month ago.The text was updated successfully, but these errors were encountered: