dvasavda / Instagram-Batch-Unfollower

Batch unfollow users off of Instagram, for up to unlimited users
1 stars 0 forks source link

checkpoint_challenge_required #1

Open 776166 opened 5 years ago

776166 commented 5 years ago

Any ideas?

Request return 400 error!
{u'status': u'fail', u'message': u'challenge_required', u'error_type': u'checkpoint_challenge_required', u'challenge': {u'api_path': u'/challenge/3017060448/hfWjwRnBPV/', u'native_flow': True, u'url': u'https://i.instagram.com/challenge/3017060448/hfWjwRnBPV/', u'lock': True, u'logout': False, u'hide_webview_header': True}}
INSTAGRAM LOGIN FAILED
dvasavda commented 5 years ago

@776166 it seems like you may have set too low of a pause timer between each unfollow and it's giving you a special "checkpoint." One example of a checkpoint can be CAPTCHA - it's checking whether you are a human or a robot. Try to change your pause parameter to something higher (i.e. 10 seconds instead of 1 second) so that Instagram can't detect you are a robot. Recommendation for fix: try logging in to your native Instagram client and see if it asks you for a checkpoint challenge. Solve that challenge, then re-run the unfollow client. Thanks!

776166 commented 5 years ago

I trying to unfollow 1 person and receive two-factor auth challenge and then location check.