Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LinkedInChallengeException #67

Open
isonupandit11 opened this issue Dec 8, 2023 · 3 comments
Open

LinkedInChallengeException #67

isonupandit11 opened this issue Dec 8, 2023 · 3 comments
Labels
awaiting response Waiting for response

Comments

@isonupandit11
Copy link

Hi, i am getting LinkedInChallengeException at run time below is the output any fixes for this?

PS D:\PRJ\inb> docker run -it inb search --email mymail@gmail.com>--keyword 'Software developer' --refresh-cookies --nofollow Password: Repeat for confirmation: Traceback (most recent call last): File "inb.py", line 190, in <module> Inb() File "/usr/local/lib/python3.8/site-packages/click/core.py", line 1128, in __call__ return self.main(*args, **kwargs) File "/usr/local/lib/python3.8/site-packages/click/core.py", line 1053, in main rv = self.invoke(ctx) File "/usr/local/lib/python3.8/site-packages/click/core.py", line 1659, in invoke return _process_result(sub_ctx.command.invoke(sub_ctx)) File "/usr/local/lib/python3.8/site-packages/click/core.py", line 1395, in invoke return ctx.invoke(self.callback, **ctx.params) File "/usr/local/lib/python3.8/site-packages/click/core.py", line 754, in invoke return __callback(*args, **kwargs) File "inb.py", line 143, in search linkedin = linkedin_api.LinkedIn(email, File "/app/api/linkedin_api.py", line 123, in __init__ self.client.authenticate(username=username, password=password) File "/app/api/client.py", line 174, in authenticate self._fallback_authentication(username, password) File "/app/api/client.py", line 142, in _fallback_authentication raise linkedin_api_exceptions.LinkedInChallengeException( api.exceptions.LinkedInChallengeException: CHALLENGE

@joshiayush
Copy link
Owner

LinkedInChallengeException is basically made for the situations when the login does not PASS! So, please cross-check if the problem is in login...

Pass any problem occurred in the docker environment to @ologbonowiwi .

Thanks for using inb

@joshiayush joshiayush added the awaiting response Waiting for response label Dec 16, 2023
@BaptisteGarcin
Copy link

same here

@ologbonowiwi
Copy link
Contributor

@BaptisteGarcin @isonupandit11, are you having this issue only on docker, or by executing it locally, it also occurs?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting response Waiting for response
Projects
None yet
Development

No branches or pull requests

4 participants