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
{{ message }}
This repository has been archived by the owner on Apr 30, 2023. It is now read-only.
Keep getting this error even when I put the company id
[*] Obtained new session Traceback (most recent call last): File "/root/LinkedIn/LinkedInt/LinkedInt.py", line 431, in <module> get_search() File "/root/LinkedIn/LinkedInt/LinkedInt.py", line 146, in get_search r = requests.get(url, cookies=cookies, headers=headers) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 524, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 659, in send history = [resp for resp in gen] if allow_redirects else [] File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 659, in <listcomp> history = [resp for resp in gen] if allow_redirects else [] File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 156, in resolve_redirects raise TooManyRedirects('Exceeded %s redirects.' % self.max_redirects, response=resp) requests.exceptions.TooManyRedirects: Exceeded 30 redirects.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Keep getting this error even when I put the company id
[*] Obtained new session Traceback (most recent call last): File "/root/LinkedIn/LinkedInt/LinkedInt.py", line 431, in <module> get_search() File "/root/LinkedIn/LinkedInt/LinkedInt.py", line 146, in get_search r = requests.get(url, cookies=cookies, headers=headers) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 75, in get return request('get', url, params=params, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/api.py", line 60, in request return session.request(method=method, url=url, **kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 524, in request resp = self.send(prep, **send_kwargs) File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 659, in send history = [resp for resp in gen] if allow_redirects else [] File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 659, in <listcomp> history = [resp for resp in gen] if allow_redirects else [] File "/usr/local/lib/python3.9/dist-packages/requests/sessions.py", line 156, in resolve_redirects raise TooManyRedirects('Exceeded %s redirects.' % self.max_redirects, response=resp) requests.exceptions.TooManyRedirects: Exceeded 30 redirects.
The text was updated successfully, but these errors were encountered: