getting instagrapi.exceptions.ChallengeRequired: challenge_required when trying to fetch the comments ? #1514
Replies: 3 comments 1 reply
-
u just faced a challenge in the app its something like "we suspect automated behavior" "help us confirme its you" or even " we suspended your account" and many others... |
Beta Was this translation helpful? Give feedback.
-
@AmineMahdioui , its not working , I tried first approach its the same error |
Beta Was this translation helpful? Give feedback.
-
@purnima110895 solve the challenge, this is described in the documentation. Or use Lamadava API to collect data, here is a promo code https://lamadava.com/p/3msyAKDX for a test of 100 requests (trial) |
Beta Was this translation helpful? Give feedback.
-
I tried to get few comments from the media_id -
photo_id = '2736128363093942428_22326145'
comments = cl.media_comments(photo_id,10)
print(comments)
But it gives error-
instagrapi.exceptions.ChallengeRequired: challenge_required
I tried using cl.load_settings()
But no luck.
Any suggestions @adw0rd
Beta Was this translation helpful? Give feedback.
All reactions