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 was archived by the owner on Nov 27, 2020. It is now read-only.
When running the python linkedin_learning.py i get the errors :
2020-05-06 13:09:02,102 asyncio DEBUG Using proactor: IocpProactor
2020-05-06 13:09:02,107 root INFO [] -------------Login-------------
2020-05-06 13:09:02,108 root INFO [] Login step 1 - Getting CSRF token...
Traceback (most recent call last):
File "linkedin_learning.py", line 234, in
loop.run_until_complete(process())
File "C:\Python38\lib\asyncio\base_events.py", line 616, in run_until_complete
return future.result()
File "linkedin_learning.py", line 218, in process
await login(USERNAME, PASSWORD)
File "linkedin_learning.py", line 82, in login
csrf = html.xpath("//input[@name='loginCsrfParam']/@value").pop()
IndexError: pop from empty list
When running the python linkedin_learning.py i get the errors :
2020-05-06 13:09:02,102 asyncio DEBUG Using proactor: IocpProactor
2020-05-06 13:09:02,107 root INFO [] -------------Login-------------
2020-05-06 13:09:02,108 root INFO [] Login step 1 - Getting CSRF token...
Traceback (most recent call last):
File "linkedin_learning.py", line 234, in
loop.run_until_complete(process())
File "C:\Python38\lib\asyncio\base_events.py", line 616, in run_until_complete
return future.result()
File "linkedin_learning.py", line 218, in process
await login(USERNAME, PASSWORD)
File "linkedin_learning.py", line 82, in login
csrf = html.xpath("//input[@name='loginCsrfParam']/@value").pop()
IndexError: pop from empty list
I am not using a proxy