Skip to content

[Fatal] Could not authenticate to linkedin. Set credentials in your environment variables. #31

Description

@0xCGonzalo

Hello,

I have configured the credentials in the configuration file and in the environment variables:

cat config.py~:

...
linkedin = dict(
    username = 'example@gmail.com',
    password = '#ExamplePwd123!'
)
...

export LI_USERNAME={example@gmail.com}
export LI_PASSWORD={#ExamplePwd123!}

and

export LI_USERNAME=example@gmail.com
export LI_PASSWORD=#ExamplePwd123!

I keep getting the same validation error.

Is the correct endpoint yet?

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