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?
Hello,
I have configured the credentials in the configuration file and in the environment variables:
cat config.py~:
export LI_USERNAME={example@gmail.com}export LI_PASSWORD={#ExamplePwd123!}and
export LI_USERNAME=example@gmail.comexport LI_PASSWORD=#ExamplePwd123!I keep getting the same validation error.
Is the correct endpoint yet?