FallingLights / Teachable-dl

Course downloader for teachable platform written in python3 using selenium and yt-dlp
GNU Lesser General Public License v3.0
106 stars 27 forks source link

[BUG] ChromeDriver only supports Chrome version 112 #14

Closed reggian closed 1 year ago

reggian commented 1 year ago

Describe the bug I might be doing something wrong but when trying to download I receive the following error:

selenium.common.exceptions.WebDriverException: Message: unknown error: cannot connect to chrome at 127.0.0.1:55045 from session not created: This version of ChromeDriver only supports Chrome version 112 Current browser version is 114.0.5702.0

To Reproduce Steps to reproduce the behavior:

  1. Followed the steps in the readme replacing apt with brew

Desktop (please complete the following information):

FallingLights commented 1 year ago

Try updating https://github.com/ultrafunkamsterdam/undetected-chromedriver to the latest version or downgrade chrome to version 112

reggian commented 1 year ago

@FallingLights I have the latest undetected chrome driver, downgrading chrome to version 112 did the trick, yes. Thanks.