-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
when 'challenge_required' I get "IgNoCheckpointError: No checkpoint data available" #1804
Comments
This type challenge not exist on this repo. |
if anyone intrest at fix the code, check this (i cant make it) https://github.com/subzeroid/instagrapi/blob/master/instagrapi/mixins/challenge.py |
Maybe captcha solution? |
nope, in this captcha they give url (with pop up on phone) and you say yes i am,i can clearly get captcha solving but i cant see if it works it says {"action":"close","status":"ok"} fetch("https://i.instagram.com/api/v1/challenge/web/action/", {
"headers": {
"accept": "*/*",
"accept-language": "tr-TR,tr;q=0.9,en-US;q=0.8,en;q=0.7",
"content-type": "application/x-www-form-urlencoded",
"priority": "u=1, i",
"sec-ch-ua": "\"Google Chrome\";v=\"131\", \"Chromium\";v=\"131\", \"Not_A Brand\";v=\"24\"",
"sec-ch-ua-mobile": "?0",
"sec-ch-ua-platform": "\"Windows\"",
"sec-fetch-dest": "empty",
"sec-fetch-mode": "cors",
"sec-fetch-site": "same-origin",
"x-asbd-id": "1**4**",
"x-csrftoken": "nQi4a9***cl9D5xa******BKJtz9ugEi",
"x-ig-app-id": "936****43392459",
"x-ig-www-claim": "0",
"x-instagram-ajax": "*****0f9**35",
"x-requested-with": "XMLHttpRequest",
"cookie": "ig_did=7F032EB9-****-****-****-12F****FC4F5; mid=Z1Xxl******E4U****ySWeFlG3MlG; ig_nrcb=1; ds_user_id=62*****81883; csrftoken=nQi4a9c*****D5xayoTtrkBKJtz9ugEi; ps_l=1; ps_n=1; ig_direct_region_hint=\"NHA\\0546*****581883\\05****5226224:01f7f8602ea4b4c02df495b0fecb69e9e762f9370082def5c460f485cfdabe74635d7f2b\"; sessionid=62336581883%3AW24OCLE2bxDscM%3A25%3AAYevPYayUmEXxm****hFxJ******9***zMtq_r4nQ; wd=818x641; rur=\"HIL\\054***365**883\\0541****87971:01f739*****b5e1****434ad80b42527***c5c8c7695721f5ed4404f3f8365fd91bd1\"",
"Referer": "https://i.instagram.com/challenge/?next=/",
"Referrer-Policy": "strict-origin-when-cross-origin"
},
"body": "choice=0&next=%2F",
"method": "POST"
}); ;
fetch("https://graph.instagram.com/logging_client_events", {
"headers": {
"content-type": "application/x-www-form-urlencoded",
"sec-ch-ua": "\"Google Chrome\";v=\"131\", \"Chromium\";v=\"131\", \"Not_A Brand\";v=\"24\"",
"sec-ch-ua-mobile": "?0",
"sec-ch-ua-platform": "\"Windows\"",
"Referer": "https://i.instagram.com/",
"Referrer-Policy": "strict-origin-when-cross-origin"
},
"body": "access_token=acctoken&message=%7B%22app_uid%22%3A%*****365****3%22%2C%22app_id%22%3A%229366****3****59%22%2C%22app_ver%22%3A%221.0.0%22%2C%22data%22%3A[%7B%22time%22%3A1733751996.956%2C%22name%22%3A%22instagram_client_password_encryption_payload_sent%22%2C%22extra%22%3A%7B%22encrypt_request_uuid%22%3A%220caf2fc5-a908-4ac0-a03d-fa5687bd55ad%22%2C%22has_encrypted_params%22%3Afalse%2C%22has_plaintext_params%22%3Afalse%2C%22referrer_uri%22%3A%22https%3A%2F%2Fi.instagram.com%2Fchallenge%2F%3Fnext%3D%2F%22%2C%22request_uri%22%3A%22%2Fapi%2Fv1%2Fchallenge%2Fweb%2Faction%2F%22%2C%22tag%22%3A%22%23PWD_INSTAGRAM_BROWSER%22%2C%22version%22%3A10%7D%7D]%2C%22log_type%22%3A%22client_event%22%2C%22seq%22%3A2%2C%22session_id%22%3A%22193abab9faa-884b0c%22%2C%22device_id%22%3A%227F032EB9-****-****-****-********C4F5%22%2C%22claims%22%3A[]%7D",
"method": "POST"
});
fetch("https://i.instagram.com/logging/falco", {
"headers": {
"content-type": "application/x-www-form-urlencoded",
"sec-ch-ua": "\"Google Chrome\";v=\"131\", \"Chromium\";v=\"131\", \"Not_A Brand\";v=\"24\"",
"sec-ch-ua-mobile": "?0",
"sec-ch-ua-platform": "\"Windows\"",
"Referer": "https://i.instagram.com/challenge/?next=/",
"Referrer-Policy": "strict-origin-when-cross-origin"
},
"body": "access_token=acctoken&message=%7B%22app_uid%22%3A%*****365****3%22%2C%22app_id%22%3A%229366****3****59%22%2C%22app_ver%22%3A%221.0.0%22%2C%22data%22%3A[%7B%22time%22%3A1733751996.956%2C%22name%22%3A%22instagram_client_password_encryption_payload_sent%22%2C%22extra%22%3A%7B%22encrypt_request_uuid%22%3A%220caf2fc5-a908-4ac0-a03d-fa5687bd55ad%22%2C%22has_encrypted_params%22%3Afalse%2C%22has_plaintext_params%22%3Afalse%2C%22referrer_uri%22%3A%22https%3A%2F%2Fi.instagram.com%2Fchallenge%2F%3Fnext%3D%2F%22%2C%22request_uri%22%3A%22%2Fapi%2Fv1%2Fchallenge%2Fweb%2Faction%2F%22%2C%22tag%22%3A%22%23PWD_INSTAGRAM_BROWSER%22%2C%22version%22%3A10%7D%7D]%2C%22log_type%22%3A%22client_event%22%2C%22seq%22%3A2%2C%22session_id%22%3A%22193abab9faa-884b0c%22%2C%22device_id%22%3A%227F032EB9-****-****-****-********C4F5%22%2C%22claims%22%3A[]%7D",
"method": "POST"
}); |
.. |
same here, now im trying use 2fa to avoid falling into this challenge, however, it shows an error in the code and verification, I am using this example: https://github.com/dilame/instagram-private-api/blob/master/examples/2fa-sms-login.example.ts |
Aren't any headers in the browser that should be added to simulate the browser request? this way you won't be getting so many errors or it s because of the volume of requests per sec?I got the same problem here |
I think they use websocket system |
I don't think so. When account has challenge, no socket authentication possible |
websocket connection to check if the browser sends back data to server like a ping pong or idk and if that ping pong is maintained the challenge wont appear? i thought someone from here would know a solution for this problem |
i dont get this challenge in browser or my phone, thats why i cant solve it |
and when i get this challenge browser says "an error occurred", and i cant seee instagram page (Unless I solve the challenge with url) it locks account |
Try to reopen the app. Force close app first. |
unlocking by entering the challenge url |
It could be captcha challenge, have to submit Google captcha. |
Requirements
DEBUG
variable.Platform
Description
Not able to resolve challenges
I'm using the code as follows:
And whenever there is a 'challenge_required' I detect the checkpoint well but when trying to solve the challenge (doesn't matter if I use auto, or deltaLoginReview) I get the " IgNoCheckpointError: No checkpoint data available" error:
The text was updated successfully, but these errors were encountered: