mirror of
https://github.com/probberechts/soccerdata.git
synced 2026-04-26 02:25:51 +03:00
[GH-ISSUE #340] [WhoScored] ChromeDriver does not support Chrome version 114 #65
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#65
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 @javibp1980 on GitHub (Aug 27, 2023).
Original GitHub issue: https://github.com/probberechts/soccerdata/issues/340
To day I have this error with scraper data. What I can do? Thanks. I can't download the older version of the browser
ERROR _common.py:380
The ChromeDriver was unable to initiate/spawn a new
WebBrowser. You will not be able to scrape new data.
Message: unknown error: cannot connect to chrome at
127.0.0.1:50825
from session not created: This version of ChromeDriver only supports Chrome
version 114
Current browser version is 116.0.5845.111
Stacktrace:
Backtrace:
GetHandleVerifier [0x0084A813+48355]
(No symbol) [0x007DC4B1]
(No symbol) [0x006E5358]
(No symbol) [0x007061AC]
(No symbol) [0x007006B4]
(No symbol) [0x00700491]
(No symbol) [0x00730C55]
(No symbol) [0x0073093C]
(No symbol) [0x0072A536]
(No symbol) [0x007082DC]
(No symbol) [0x007093DD]
GetHandleVerifier [0x00AAAABD+2539405]
GetHandleVerifier [0x00AEA78F+2800735]
GetHandleVerifier [0x00AE456C+2775612]
GetHandleVerifier [0x008D51E0+616112]
@probberechts commented on GitHub (Aug 30, 2023):
Try to upgrade undetected-chromedriver to the latest version (3.5.3). If that does not work, you might find some help in the issues of the undetected-chromedriver repo.
@javibp1980 commented on GitHub (Aug 31, 2023):
upgrade undetected-chromedriver and selenium is running OK. Thanks