How can i solve challenge verification #2197
Unanswered
niraj-tracewave
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
` def resolve_challenge(self,
username: str, password: str = None, verification_code: str = None, session_id: str = None
) -> Tuple[Client, Optional[str]]:
"""
Returns a client and an optional message indicating verification status.
If verification is required, the client is stored in pending_verifications.
"""
# if username in client_cache:
# return client_cache[username], None
last_json: {'step_name': 'verify_email', 'step_data': {'security_code': 'None', 'resend_delay': 60, 'contact_point': 'd*******[email protected]', 'form_type': 'email', 'use_company_branding': True, 'choice': 1}, 'flow_render_type': 3,
'bloks_action': 'com.instagram.challenge.navigation.take_challenge', 'nonce_code': 'abacagghagjhfghjgfgfdjfgsdhfgsdjfgj', 'user_id': 000000, 'cni': 548956, 'challenge_c
ontext': 'Af7zkvbDwO4t05MKsl7K5mV-Na9VqdnFnwqFFiECfPr7-tJRglr7twCqVhVvGDKNuyaAd5ay3WS0f5Zc1bbt3sSVZNIihrOqHO4Q5vSP5R42_SCEXRU2X54QwO374GXRsISoITPyjnXRMdqEub8QlKUdYLQ_x8ashjhfjhfjshfjkliNeenLM7cVaGtCb2p1AzuHYFeTVtiSxmQRkDtK3ihkpa1OkVlKjDI
E3GN56MJ-tMf1hI8KUbwqxepRdc--nNaDxshdhjsdhfjsdAiHgx_bqbPamTZ2fBFJyZoWprmbZxkwxYMlZcAlZWRml-m07UcPtPkxzhjdng9Kqri_EoJxvd5bozQydZWkyAWmeIHHB1ZFSV6DLA5bmfrwML7fMCeYVXa_LLhlszACTZxd8o21oii6A_oeo0mAI-8KWX8T1nBcS_yubshuspxjPlpRJN4Njhfhsjdhfjsdhfj0Cnkv_T4gP5yn6WelWbZjEhe_RqklV2Btb9xOSZv_vREkOJ4nKQzRIBDl5hZU3Yxfn_0DgAccW607CKxC0I0fOeKJGaBrkDef3ea5PZZ5iFUWtmTpZ', 'challenge_type_enum_str': 'UNVETTED_DELTA', 'status': 'ok'}
This is what i am getting when i get verification code over email. The above function is for submit the verification code and proceed further login but i am getting this error
Verification code required
Beta Was this translation helpful? Give feedback.
All reactions