Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome webdriver issue #95

Open
Henrikfev opened this issue Apr 14, 2022 · 8 comments
Open

Chrome webdriver issue #95

Henrikfev opened this issue Apr 14, 2022 · 8 comments

Comments

@Henrikfev
Copy link

I've seen alot of people having the same issue on here. I haven't seen anyone help them, therefore I decided to make this an issue.

Mode: 3
TikTok video URL: https://www.tiktok.com/@henrik_fev/video/7086607697981836550?is_copy_url=1&is_from_webapp=v1
Traceback (most recent call last):
File "C:\Users\azhen\Downloads\tiktodv3-master\tiktodv3-master\tiktodv3.py", line 32, in
driver = webdriver.Chrome( options=chrome_options)
File "C:\Users\azhen\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\selenium\webdriver\chrome\webdriver.py", line 70, in init
super(WebDriver, self).init(DesiredCapabilities.CHROME['browserName'], "goog",
File "C:\Users\azhen\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\selenium\webdriver\chromium\webdriver.py", line 93, in init
RemoteWebDriver.init(
File "C:\Users\azhen\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\selenium\webdriver\remote\webdriver.py", line 269, in init
self.start_session(capabilities, browser_profile)
File "C:\Users\azhen\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\selenium\webdriver\remote\webdriver.py", line 360, in start_session
response = self.execute(Command.NEW_SESSION, parameters)
File "C:\Users\azhen\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\selenium\webdriver\remote\webdriver.py", line 425, in execute
self.error_handler.check_response(response)
File "C:\Users\azhen\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.10_qbz5n2kfra8p0\LocalCache\local-packages\Python310\site-packages\selenium\webdriver\remote\errorhandler.py", line 247, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 101
Current browser version is 100.0.4896.88 with binary path C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
Stacktrace:
Backtrace:
Ordinal0 [0x00BDA8E3+2402531]
Ordinal0 [0x00B6B011+1945617]
Ordinal0 [0x00A5C748+837448]
Ordinal0 [0x00A7C8F3+968947]
Ordinal0 [0x00A784FA+951546]
Ordinal0 [0x00A75DD1+941521]
Ordinal0 [0x00AA8F10+1150736]
Ordinal0 [0x00AA8B6A+1149802]
Ordinal0 [0x00AA40C6+1130694]
Ordinal0 [0x00A7E676+976502]
Ordinal0 [0x00A7F586+980358]
GetHandleVerifier [0x00E4BC42+2511938]
GetHandleVerifier [0x00E3ED6F+2458991]
GetHandleVerifier [0x00C731AA+575914]
GetHandleVerifier [0x00C71FA6+571302]
Ordinal0 [0x00B71DEB+1973739]
Ordinal0 [0x00B76778+1992568]
Ordinal0 [0x00B76865+1992805]
Ordinal0 [0x00B7FA41+2030145]
BaseThreadInitThunk [0x76F6FA29+25]
RtlGetAppContainerNamedObjectPath [0x77387A7E+286]
RtlGetAppContainerNamedObjectPath [0x77387A4E+238]

@kangoka
Copy link
Owner

kangoka commented Apr 15, 2022

You downloaded the wrong chrome driver version. The solution is either download the correct chrome driver version as your Chrome version or update your Chrome.

@Lecool00
Copy link

e wrong chrome driver versi
image

I have the last version of Chrome

@aprilaboi
Copy link

Same issue, i have the latest chrome

@Vinnion
Copy link

Vinnion commented Apr 22, 2022

beta version ig

@kangoka
Copy link
Owner

kangoka commented Apr 22, 2022

e wrong chrome driver versi
image

I have the last version of Chrome

Are you using this chromedriver version?

@aprilaboi
Copy link

Working now! Thanks!

@man3322
Copy link

man3322 commented Apr 23, 2022

hey can someone help i got this error when i try to run the code:ModuleNotFoundError: No module named 'chromedriver_binary'

@ezzcodeezzlife
Copy link
Contributor

@man3322 make sure you have everything installed and check #113 issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants
@kangoka @ezzcodeezzlife @Vinnion @Lecool00 @man3322 @Henrikfev @aprilaboi and others