crino / instagram-ios-sdk

Instagram SDK for iOS
http://www.followgram.me
228 stars 63 forks source link

Sample app get 503 service unavailable on a brand new account #30

Closed dloomb closed 10 years ago

dloomb commented 10 years ago

I have been using this sdk for a while now and today it has started throwing errors. The error is displayed as an alert stating InstagramErrorDomain 10000. Upon further investigation it is an issue with parsing the JSON response from instagram, this parse fails as what was received was really html in the form of

503 Service Unavailable

No server is available to handle this request.

I thought this might be an issue with my instagram account so I created a brand new one but still received this errors.

Any ideas?

crino commented 10 years ago

Looks like a Instagram' servers problem:

http://stackoverflow.com/questions/19822825/http-503-on-instagram-api-requests

https://groups.google.com/forum/#!topic/instagram-api-developers/DTRC_u0CYHk

dloomb commented 10 years ago

Yes I believe it was. It suddenly started working fine again. Thank you