mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-26 02:25:51 +03:00
[GH-ISSUE #322] [WhoScored] Error when scrape from WhoScored #63
Labels
No labels
ESPN
FBref
FotMob
MatchHistory
SoFIFA
Sofascore
WhoScored
WhoScored
bug
build
common
dependencies
discussion
documentation
duplicate
enhancement
good first issue
invalid
performance
pull-request
question
question
removal
understat
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/soccerdata#63
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @arielLgonzalez on GitHub (Aug 2, 2023).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/322
Hi, When I run the code I get the following error, any solution?

@probberechts commented on GitHub (Aug 2, 2023):
See https://github.com/search?q=repo%3Aultrafunkamsterdam%2Fundetected-chromedriver++only+supports+Chrome+version+*&type=issues
In short, try to delete
~/appdata/roaming/undetected_chromedriver@arielLgonzalez commented on GitHub (Aug 2, 2023):
Thanks!!!
@ksbharaj commented on GitHub (Aug 17, 2023):
Hi. If anyone is struggling with getting scarping done on Chrome version 116, this is how I managed to get it working (it's a hack/workaround for now):
return uc.Chrome(options=chrome_options, driver_executable_path=r"C:\XXXXXXXXX\chromedriver.exe")