-
-
Notifications
You must be signed in to change notification settings - Fork 51
Infinity Checkpoint #12
Comments
Hello, Thanks for your job @harrypython ! I'm having the same difficulty. root@vps21652:~/itsagramlive# python3 live_broadcast.py -u user -p pass
So, when I go to the app and click "this was me" it happened again when I run live_broadcast.py and I can't use it. Could you check if has a solution? |
Hello guys,
|
Hello, Thanks for you quick reply. Sorry, I don't know if my problem it's the same of the guy above. I'm not login with facebook. I'm login using 2FA for SMS. When I write the code, i receive this error: Even though I disable the 2FA, I continue receiving this error when I try login: ERROR(400): challenge_required I've tried using proxy, using on another server with other IP, nothing fixes. I keep getting the same error with an my specific account, as if there were some parameter fixed in the python script that would allow instagram to identify the access and suppose to that it is not a "human". |
@crprata try this:
The other suggestion is: change your password Let me know if works. |
@harrypython I've already change my password, didn't work. I cannot see "star2qltecs" on Login Activity (I only see one session of my browser and one of my phoneapp). Instagram is blocking access then I try access through python. When I try i receive this message:
When I reply this challenge in my browser and try again, instagram asks for the challenge again and interrupt access with the * ERROR(400): challenge_required . Because of this I think the guy above called this issue of "infinity checkpoint". |
@harrypython maybe this could help to fix: |
I need help to reproduce this "challenge_required" error.
|
For your better comprehension, the challenge checkpoint also has verification methods, similar to 2FA. When I use a mobile (or a script simulating a mobile) and the checkpoint challenge happens, Instagram sends a question to another logged session asking to confirm "if it was me" (see: https://prnt.sc/snlfgc). In theory, when I mark "it was me", Instagram should give access to the "script" , but it's not happening because of a cookie problem/protection, which causes an "infinite loop checkpoint challenge". maybe this could help to fix: And this: (see choice: '1'): I hope to have helped. |
@crprata great job explaining the case. The method on the old LevPasha/Instagram-API-python looks a good solution, but it's impossible developer the solution without reproduce the "challenge_required" error. I try with different accounts without success. When you have an account where I can take the test let me know. Is using 2fa a way to avoid this error? Can be this a solution @osyduck ? |
@harrypython I've tried too, but it seems like happens only with real accounts that exists by a few months. 2FA doesn't avoid this error. When some account uses 2FA, instagram asks for one first code for challenge checkpoint and after that asks for another code for 2FA to give it the access. Have you checked this links? Maybe they could be useful to develop an solution (But I know that is hard to test if it could work without reproduces the error): @osyduck do you have an account that could be used by @harrypython to reproduce the challenge? |
@harrypython I have a colleague account stuck at challenge checkpoint. Unfortunately, I cannot give you access. But I can test in my environment if you send a possible solution. Thanks! |
@crprata thanks for your explain but I didn't use any 2fa. This checkpoint appears when I use instagram private api for the first time. I've been using another library(javascript) and it worked. Please try InstaLogin |
@crprata try harrypython/itsagramlive/tree/issue-12 |
@harrypython it didn't work! ;/ Same error. No code was sent by Instagram for the challenge and the script didn't give the option to type it. $ python3 live_broadcast.py -u user -p pass
|
@harrypython Even in accounts without 2FA it also doesn't work, doesn't ask or send the challenge code. $ python3 live_broadcast.py -u user -p pass
|
@crprata it's possible you debug the application? |
@harrypython this is the challenge response
|
@harrypython please take a look at this python code . It would help you. |
@harrypython same responde of @osyduck to me. |
Thank you |
Please update the branch 12 and give me the output again, the output will help me to move forward |
@harrypython good neews! It's working! Good job, thanks! The only thing I verified is that after I've put the challenge code, I needed to run the script again to login. $ python3 live_broadcast.py -u user -p pass
|
Amazing work guys, thank you so much for your help. |
I got infinity checkpoint, I've clicked "this was me" but when I start to login, it happened again. Please add verify method by phone or email
The text was updated successfully, but these errors were encountered: