Results 2 comments of denishuang

File "/app/.heroku/python/lib/python2.7/site-packages/sorl/thumbnail/engines/pil_engine.py", line 71, in _orientation exif = image._getexif() `` python def _orientation(self, image): try: exif = image._getexif() except (AttributeError, IOError, KeyError, IndexError): exif = None if exif: orientation =...

all right , they have already removed the bug. def _orientation(self, image): try: exif = image._getexif() except: exif = None