-
-
Notifications
You must be signed in to change notification settings - Fork 449
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
Can't connect #435
Comments
Seems it can't bypass the CAPTCHAS |
You would either create that yourself or you need to use rotating proxies. Brightdata is a good one, I rarely hit any captcha. |
hello @Nijneleven , I recently create an account in brightdata and now I got this error raise ProxyError(e, request=request) here my proxies proxies = { raise ProxyError(e, request=request) the curious point is that I use "requests" directly setting the proxies and works! |
Try this: proxies = { I always use http for the https setup. Most proxies only allow http |
File s:\linkedin_scrapper\6\venv\lib\site-packages\linkedin_api\client.py:163, in Client._do_authentication_request(self, username, password)
160 data = res.json()
162 if data and data["login_result"] != "PASS":
--> 163 raise ChallengeException(data["login_result"])
165 if res.status_code == 401:
166 raise UnauthorizedException()
ChallengeException: CHALLENGE
The text was updated successfully, but these errors were encountered: