Richard Johansson
Richard Johansson

Reputation: 420

Instagram API returns "500 Server Error" – IP banned?

I'm using the official Ruby gem to request the Instagram API (GET users/xx/media/recent). After a bug in my code led to every visiter to my site requesting the API, I suspect I'm a victim of IP banning and/or Rate Limit throttling. Now all of my requests with curl return a "500 server error" response. The Ruby gem returns "Something is technically wrong".

I am surprised by this behaviour because:

Have anyone else become victim of this issue, and resolved it in some way? I have posted a bug report through the developer pages at instagram.com, but expect no answer from them.

I should add that changing client_id doesn't make any difference, and using my production client_id locally works fine.

Upvotes: 2

Views: 8307

Answers (1)

user3561640
user3561640

Reputation: 26

Wait and see : http://developers.instagram.com/post/82701625883/api-returning-500-errors-on-specific-ip

They know the problem.

Best regards,

Upvotes: 1

Related Questions