-
-
Notifications
You must be signed in to change notification settings - Fork 204
TooManyRedirects: Exceeded 30 redirects #20
Comments
Try put some quotes around your name as it asks. I saw a few people had this problem, maybe related to other issues with your LinkedIn account. |
Tried quotes, no change. Can you define "other issues"? What else can I try? |
Hmmm, set up a zoom sometime?
…On Tue, 6 Apr 2021 at 16:24, ServerMonkey ***@***.***> wrote:
Tried quotes, no change.
Can you define "other issues"?
What else can I try?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA3N7UTSGOASQ7DIZD5HA4LTHLAKRANCNFSM42HIA4LA>
.
|
I see now that LinkedIn sends me emails with PIN codes, each time I try to use LinkedInt.
But I am on the same IP. |
Perhaps, but I sorted the PIN problem out once and the tool worked fine from then on. |
I understand. The LinkedIn PIN mail I got gives some additional information:
|
I am getting the same error now too. Too many redirects. |
I think it might just be IP related, I switched to my standard VPN and it seems fine, however now there is a new error. Will create new issue |
I have this same issue with latest commit (fef9ba2) when using Python 3.7.3. I can login normally from same machine using browser so I believe it is not the PIN or MFA case. I also verified same issue happens with 1.1-FIX. |
Odd, I’ll have to find some time to look into it.
…On Mon, 19 Apr 2021 at 16:54, Henri Salo ***@***.***> wrote:
I have this same issue with latest commit (fef9ba2
<fef9ba2>)
when using Python 3.7.3. I can login normally from same machine using
browser so I believe it is not the PIN or MFA case. I also verified same
issue happens with 1.1-FIX.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#20 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA3N7USJGB6YHQSE3VIT37TTJPVV7ANCNFSM42HIA4LA>
.
|
I'm pretty sure this is 2FA related. i get alerts saying this is the 2FA code for your login, but no where to add that for the tool. |
I also received PIN message. In my case logging in on a browser from the same WAN IP solved this as expected. |
There seems to be an unexpected redirect as a response to the POST request used to login. The response redirects to a page where u have to solve a captcha. If u don't solve the captcha, the cookies that are set on ur end are different than the ones expected to make the required calls and you will keep going through redirects. The cheap workaround that I did to go past this was to go through the login using burp, copy the cookie values (li_at and li_rm), and changed the login function to accept the cookie values (user input), and then run it |
good if you can add a guide for that |
Same issues and trying with a VPN does not help. However I get no mails asking for a PIN |
+1 |
+1 Is there any chance to fix this? *-) As I see issue has been opened since 2021-04-01. |
The text was updated successfully, but these errors were encountered: