-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IOError: cannot write mode RGBA as JPEG #2649
Comments
Looks like this is due to a change in Pillow: python-pillow/Pillow#2609 |
The original stacktrace is from Mzalendo, but it's happening on PA as well, with a different stacktrace.
https://groups.google.com/a/mysociety.org/d/msg/cron-pa/07I2kV28bIc/Is5G_zcWAgAJ |
Guessing this might have been caused by the Pillow upgrade in #2584. |
Searching for "George Magoha" on Mzalendo seems to trigger this error. http://info.mzalendo.com/search/?q=George+Magoha§ion=persons&order=relevance |
This error was causing the homepage of pa.org.za to return a 500 error. My temporary workaround was to simply downgrade Pillow: 9bcc0a3 |
Looks like this was fixed in sorl-thumbnail 12.4.1. The latest version is 12.5, but that doesn't have support for Django 1.8, so let's give 12.4.1 a try for now. |
https://groups.google.com/a/mysociety.org/d/msg/cron-mzalendo/JhgdoVv3G2M/hh3oBWD_AAAJ
The text was updated successfully, but these errors were encountered: