You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And the error is:
DevTools listening on ws://127.0.0.1:6650/devtools/browser/4166aa0f-bd28-4b5d-8eca-0999c11fa130
###############################################
Exception in thread Thread-4:
Traceback (most recent call last):
File "threading.py", line 932, in _bootstrap_inner
File "threading.py", line 870, in run
File "LinkedDL.py", line 369, in downloader
File "site-packages\selenium\webdriver\remote\webdriver.py", line 530, in find_element_by_tag_name
File "site-packages\selenium\webdriver\remote\webdriver.py", line 976, in find_element
File "site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
File "site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":"video"}
(Session info: chrome=80.0.3987.149)
Thanks,
Nenad
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to download some courses from Linkedin, and it looks like it will not download where url is like "/learning/paths" eg.:
https://www.linkedin.com/learning/paths/become-a-c-sharp-developer
https://www.linkedin.com/learning/c-sharp-string-essential-training/working-with-text-in-dot-net
And the error is:
DevTools listening on ws://127.0.0.1:6650/devtools/browser/4166aa0f-bd28-4b5d-8eca-0999c11fa130
###############################################
LinkedIn Learning Download
@author r00tme 09/03/2020
@Version: GUI 0.16.5 v2
##############################################
Exception in thread Thread-4:
Traceback (most recent call last):
File "threading.py", line 932, in _bootstrap_inner
File "threading.py", line 870, in run
File "LinkedDL.py", line 369, in downloader
File "site-packages\selenium\webdriver\remote\webdriver.py", line 530, in find_element_by_tag_name
File "site-packages\selenium\webdriver\remote\webdriver.py", line 976, in find_element
File "site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
File "site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":"video"}
(Session info: chrome=80.0.3987.149)
Thanks,
Nenad
The text was updated successfully, but these errors were encountered: