Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Error running #43

@Johanndut

Description

@Johanndut

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions