jlobos / instagram-web-api

🤳 Instagram Private Web API client for Node
https://npmjs.com/instagram-web-api
MIT License
1.12k stars 189 forks source link

Always getting code 429 #288

Open Harry260 opened 2 years ago

Harry260 commented 2 years ago

I don't know why i get this message, i just created a fresh account and still getting this!

 statusCode: 429,
  error: {
    message: 'feedback_required',
    spam: true,
    feedback_title: 'Try Again Later',
    feedback_message: 'We limit how often you can do certain things on Instagram to protect our community. Tell us if you think we made a mistake.',
    feedback_url: 'repute/report_problem/scraping/',
    feedback_appeal_label: 'Tell us',
    feedback_ignore_label: 'OK',
    feedback_action: 'report_problem',
    status: 'fail'
  },
//...
Harry260 commented 2 years ago

..

On Wed, May 11, 2022 at 3:08 PM Harry Tom @.***> wrote:

I don't know why i get this message, i just created a fresh account and still getting this!

statusCode: 429, error: { message: 'feedback_required', spam: true, feedback_title: 'Try Again Later', feedback_message: 'We limit how often you can do certain things on Instagram to protect our community. Tell us if you think we made a mistake.', feedback_url: 'repute/report_problem/scraping/', feedback_appeal_label: 'Tell us', feedback_ignore_label: 'OK', feedback_action: 'report_problem', status: 'fail' },//...

— Reply to this email directly, view it on GitHub https://github.com/jlobos/instagram-web-api/issues/288, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOWCWNHAHDWULE67YDGDKADVJN5ZZANCNFSM5VUJGWQQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>