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
{{ message }}
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.
<Element html at 0x147f197a728>
Traceback (most recent call last):
File "c:/Users/cvargasa/Documents/IMG/Scrapy/linkedin-learning-downloader/linkedin_learning.py", line 227, in <module>
loop.run_until_complete(process())
File "C:\Users\cvargasa\AppData\Local\conda\conda\envs\cnn - copia\lib\asyncio\base_events.py", line 468, in run_until_complete
return future.result()
File "c:/Users/cvargasa/Documents/IMG/Scrapy/linkedin-learning-downloader/linkedin_learning.py", line 211, in process
await login(USERNAME, PASSWORD)
File "c:/Users/cvargasa/Documents/IMG/Scrapy/linkedin-learning-downloader/linkedin_learning.py", line 83, in login
csrf = html.xpath("//input[@id='loginCsrfParam-login']/@value").pop()
IndexError: pop from empty list
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: