Not working
#232
Replies: 1 comment 2 replies
-
@njugunapm233 what is the content of your settings.yaml file? Please share with email and password blurred. This is probably due to you mistyping a category name. Thoughts @cullzie ? On a side note, we should do a try/catch block to mistyped category. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am getting this error:
PS C:\Udemy Enroller\Automatic-Udemy-Course-Enroller-GET-PAID-UDEMY-COURSES-for-FREE-master> udemy_enroller --browser=chrome
udemy_enroller : Loading existing settings
At line:1 char:1
[WDM] - ====== WebDriver manager ======
[WDM] - Current google-chrome version is 88.0.4324
[WDM] - Get LATEST driver version for 88.0.4324
Traceback (most recent call last):
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\urllib3\connectionpool.py", line 696,
in urlopen
self._prepare_proxy(conn)
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\urllib3\connectionpool.py", line 964,
in _prepare_proxy
conn.connect()
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\urllib3\connection.py", line 359, in
connect
conn = self._connect_tls_proxy(hostname, conn)
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\urllib3\connection.py", line 496, in
connect_tls_proxy
return ssl_wrap_socket(
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\urllib3\util\ssl.py", line 432, in
ssl_wrap_socket
ssl_sock = ssl_wrap_socket_impl(sock, context, tls_in_tls)
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\urllib3\util\ssl.py", line 474, in
_ssl_wrap_socket_impl
return ssl_context.wrap_socket(sock)
File "c:\users\user\appdata\local\programs\python\python39\lib\ssl.py", line 500, in wrap_socket
return self.sslsocket_class._create(
File "c:\users\user\appdata\local\programs\python\python39\lib\ssl.py", line 1040, in _create
self.do_handshake()
File "c:\users\user\appdata\local\programs\python\python39\lib\ssl.py", line 1309, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1122)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\requests\adapters.py", line 439, in
send
resp = conn.urlopen(
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\urllib3\connectionpool.py", line 755,
in urlopen
retries = retries.increment(
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\urllib3\util\retry.py", line 573, in
increment
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='chromedriver.storage.googleapis.com', port=443): Max
retries exceeded with url: /LATEST_RELEASE_88.0.4324 (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER]
wrong version number (_ssl.c:1122)')))
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "c:\users\user\appdata\local\programs\python\python39\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\users\user\appdata\local\programs\python\python39\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\User\AppData\Local\Programs\Python\Python39\Scripts\udemy_enroller.exe_main.py", line 7, in
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\udemy_enroller\cli.py", line 118, in
main
run(args.browser, tutorialbar_enabled, discudemy_enabled, args.max_pages)
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\udemy_enroller\cli.py", line 56, in
run
dm = DriverManager(browser=browser, is_ci_build=settings.is_ci_build)
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\udemy_enroller\driver_manager.py",
line 36, in init
self._init_driver()
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\udemy_enroller\driver_manager.py",
line 49, in _init_driver
ChromeDriverManager().install(), options=self.options
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\webdriver_manager\chrome.py", line
34, in install
driver_path = self._get_driver_path(self.driver)
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\webdriver_manager\manager.py", line
21, in _get_driver_path
driver_version = driver.get_version()
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\webdriver_manager\driver.py", line
40, in get_version
return self.get_latest_release_version()
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\webdriver_manager\driver.py", line
63, in get_latest_release_version
resp = requests.get(f"{self.latest_release_url}{self.browser_version}")
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\requests\api.py", line 76, in get
return request('get', url, params=params, **kwargs)
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\requests\api.py", line 61, in request
return session.request(method=method, url=url, **kwargs)
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\requests\sessions.py", line 542, in
request
resp = self.send(prep, **send_kwargs)
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\requests\sessions.py", line 655, in
send
r = adapter.send(request, **kwargs)
File "c:\users\user\appdata\local\programs\python\python39\lib\site-packages\requests\adapters.py", line 514, in
send
raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='chromedriver.storage.googleapis.com', port=443): Max retries
exceeded with url: /LATEST_RELEASE_88.0.4324 (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong
version number (_ssl.c:1122)')))
Kindly assist
Beta Was this translation helpful? Give feedback.
All reactions