joshiayush / inb

Automate the world of LinkedIn!
Other
70 stars 18 forks source link

LinkedInChallengeException #67

Open isonupandit11 opened 10 months ago

isonupandit11 commented 10 months ago

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 commented 9 months ago

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

BaptisteGarcin commented 2 months ago

same here

ologbonowiwi commented 2 months ago

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