Comment #5 on issue 3455 by [email protected]: Redundant information
related to review of files should be removed
http://code.google.com/p/reviewboard/issues/detail?id=3455
We get the following error:
2014-07-09 14:07:52,222 - ERROR - - Error thumbnailing image file
uploaded/files/2014/07/09/231e9085-adf9-435f-a404-9682db1b1ccb__images.jpeg
and saving as
uploaded/files/2014/07/09/231e9085-adf9-435f-a404-9682db1b1ccb__images_800x200.jpeg:
decoder jpeg not available
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/Djblets-0.8.5-py2.7.egg/djblets/util/templatetags/djblets_images.py",
line 121, in thumbnail
save_image_to_storage(image, storage, miniature)
File "/usr/local/lib/python2.7/dist-packages/Djblets-0.8.5-py2.7.egg/djblets/util/templatetags/djblets_images.py",
line 48, in save_image_to_storage
image.save(file, 'png')
File "/usr/local/lib/python2.7/dist-packages/PIL-1.1.7-py2.7-linux-x86_64.egg/Image.py",
line 1406, in save
self.load()
File "/usr/local/lib/python2.7/dist-packages/PIL-1.1.7-py2.7-linux-x86_64.egg/ImageFile.py",
line 189, in load
d = Image._getdecoder(self.mode, d, a, self.decoderconfig)
File "/usr/local/lib/python2.7/dist-packages/PIL-1.1.7-py2.7-linux-x86_64.egg/Image.py",
line 385, in _getdecoder
raise IOError("decoder %s not available" % decoder_name)
IOError: decoder jpeg not available
We have reinstalled PIL and later on reinstalled pillowfight but still the
same error occurs.
I also attach an image which was used for testing purposes.
Attachments:
images.jpeg 5.2 KB
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings
--
You received this message because you are subscribed to the Google Groups
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.