marcopompili / django-instagram

Instagram application for Django.
BSD 3-Clause "New" or "Revised" License
76 stars 27 forks source link

Fix KeyError , get_profile_media function #12

Closed dimkoug closed 6 years ago

dimkoug commented 6 years ago

Fix instagram_profile_js catch AttributeError , function, instagram_profile_json to return empy json when a ConnectionError occurs

marcopompili commented 6 years ago

Thanks for the error managing, I'm changing some except blocks, having zero messages on error is never a good idea.

dimkoug commented 6 years ago

Ok, an other exception is ConnectionResetError(104, 'Connection reset by peer'). In general connection errors occur when instagram is down or maybe when a client connects to the site via mobile phone.