Closed TonyG-git closed 8 years ago
Hey, Instagram detect unusual action (maybe spam?) from your IP/account so they want to make checkpoint. (Captcha or phone)
@TonyG-git Meaning you got error from API, which is not handled!
promise
.then(function(sessionInstance){
console.log(sessionInstance)
})
.catch(Client.Exceptions.CheckpointError, function(error) {
console.error("Please don't spam :/")
})
@kacepe thanks for quick answer :P
Hi! Code:
get me error:
Unhandled rejection CheckpointError: Instagram call checkpoint for this action!
Whats wrong?