mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-25 10:05:53 +03:00
[GH-ISSUE #514] [WhoScored] Error 404 - Unable to download chromedriver #93
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#93
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 @jackswales on GitHub (Mar 21, 2024).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/514
I'm following the code from the notebook supplied on the soccerdata website to scrape WhoScored data. I set this up before and it worked fine, but after leaving it a few days its suddenly stopped working:
returns:
I'm not sure what's changed, or how to fix the issue. Any help greatly appreciated.
@probberechts commented on GitHub (Mar 21, 2024):
This is a problem with
undetected_chromedriver, not with soccerdata. Do you have the latest version ofundetected_chromedriver?@jackswales commented on GitHub (Mar 21, 2024):
Yeah, reinstalled to make sure but still getting same error message
@jackswales commented on GitHub (Mar 22, 2024):
So far I've deleted and reinstalled: Python, Anaconda, VSC, Chrome, soccerdata, and undetected_chromedriver & have completed all possible updates yet nothing seems to work. Any ideas what else I could do to fix this?
@probberechts commented on GitHub (Mar 22, 2024):
I've tested it myself now and everything still seems to work fine. The error that you report seems very similar to an issue that was present in the previous version of undetected-chromedriver (see #485) but is fixed in the current version. You can check which version is installed by running:
If you have the latest version and you're still encountering the problem, I recommend seeking help in the issue tracker of the undetected-chromedriver repo.