ruby on rails - 503: Instagram is rate limiting your requests -
for past 2 days, have been facing issue.
503: instagram rate limiting requests
there 2 types of query causes error. though there no discern-able consistency can find.
get https://api.instagram.com/v1/users/self/media/recent.json?access_token=<user token>: 503: instagram rate limiting requests. https://api.instagram.com/v1/users/self.json?access_token=<user token>: 503: instagram rate limiting requests.
i have searched documentation (https://www.instagram.com/developer/) unable find references 503 errors.
the other links have been looking @ following.
https://imranakbar.wordpress.com/2012/09/13/rate-limit-exceeded-instagram-error/
as using instagram-ruby gem, seems service unavailable?
raise instagram::serviceunavailable, error_message_500(response, "instagram rate limiting requests.")
refer link more information on instagram-ruby gem https://github.com/facebookarchive/instagram-ruby-gem/blob/master/lib/faraday/raise_http_exception.rb
i know
(1) if service unavailable due me unknowingly hitting rate limits , got throttled
or
(2) instagram doing stuff servers, causing error
note: have sent report instagram on issue.
http 503
response stands service unavailable. error message misleading suggest hitting rate limit. instagram's documentation, can read hitting rate limit result in http 429
. believe in case kind of overload or maintenance.
you should contact instagram's support directly.
Comments
Post a Comment