Error 429 - Any Solutions?

See original GitHub issue

I’m having this error.

429 - {
   "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"
}

How can I solve? Could using proxy solve this problem?

Someone give me a light on how to solve please.

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
servetgulnaroglucommented, Dec 13, 2020

If you are trying to share lots of pictures, instagram may limit you and give you an error message. It’s not about the API, but the Instagram itself. Try to set an interval that is at least 60 seconds between the things you want to do.

setInterval(()=>{
    sharePhoto(...); // or something else
}, 80000 - Math.random()*10000)
0reactions
MonsieurBibocommented, Jul 18, 2021

@raginisahu please research through old issues, I’ve already mentioned the reason why it appears. If you can’t find it, create a new issue with all details available. Thanks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What an HTTP Error 429 Means & How to Fix It - HubSpot Blog
The simplest way to fix an HTTP 429 error is to wait to send another request. Often, this status code is sent with...
Read more >
How to Fix 429 Too Many Requests Error - Kinsta
The HTTP 429 error is returned when a user has sent too many requests within a short period of time. The 429 status...
Read more >
429 Error: How to Fix & Avoid It in the Future - Naturaily
The issue can come up for a variety of reasons. There are many ways to fix it, though. Among others, you can try...
Read more >
429 Error – Too Many Requests HTTP Code Explained
What you can do to Resolve the 429 Error. As an internet user, you should wait a bit before making another request. But...
Read more >
How to fix Error 429, Too many requests on Google Chrome
1] Wait for some time and then try again · 2] Clear the browser cache and history · 3] Check if proxy or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found