You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected]>--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
The text was updated successfully, but these errors were encountered:
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 [email protected]>--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
The text was updated successfully, but these errors were encountered: