mishbahr / djangocms-instagram

A simple but versatile Instagram plugin for your django-cms powered sites.
https://pypi.python.org/pypi/djangocms-instagram/
BSD 3-Clause "New" or "Revised" License
22 stars 8 forks source link

KeyError 'data' #11

Closed marcosguedes closed 7 years ago

marcosguedes commented 7 years ago

I'm getting this error after choosing "Media published by the user" and saving the plugin

selection_339

selection_337

Am I missing something?

Thanks

marcosguedes commented 7 years ago

Nevermind, it's related to instagram's own models.py

marcosguedes commented 7 years ago

For posterity sake I ended up forking python-instagram package and removing the offending loop. I just want to retrieve a bunch of images so it neatly fixed my problem.