This error is very frequent, maybe it's related to the recent switch to exiv2?
"The memory contains data of an unknown image type" is also very frequent
This error is very frequent, maybe it's related to the recent switch to exiv2?
"The memory contains data of an unknown image type" is also very frequent
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
operations/debs/python-thumbor-wikimedia | master | +117 -38 | Upgrade to 1.11 | |
operations/debs/python-thumbor-wikimedia | master | +26 -3 | Upgrade to 1.7 |
rTHMBREXT Thumbor Plugins | |||
rTHMBREXTc9188c0e1125 Version bump | |||
D951 | rTHMBREXT44e72e7e12ff Disable Thumbor’s built-in EXIF processing | ||
rTHMBREXT2b1b705feea1 Avoid log noise coming from pyexiv2 |
Yes, they're coming from exiv2. I need to check if they're merely spewing into the log or if they're really causing requests to fail.
Seems like just noise coming from the pyexiv2 library, writing to the error log. The actual exception is caught by the code.
I'm going to wait until there's a more compelling reason to push a new version. As it stands those noisy messages can easily be filtered out in Logstash.
Change 386348 had a related patch set uploaded (by Gilles; owner: Gilles):
[operations/debs/python-thumbor-wikimedia@master] Upgrade to 1.7
Change 386348 merged by Filippo Giunchedi:
[operations/debs/python-thumbor-wikimedia@master] Upgrade to 1.7
Just figured out that it's coming from Thumbor itself, which does its own EXIF parsing using pyexiv2: https://github.com/thumbor/thumbor/blob/b55e24aea7b162f91ab626f6c936a973c9421139/thumbor/engines/__init__.py#L175
Change 407412 had a related patch set uploaded (by Gilles; owner: Gilles):
[operations/debs/python-thumbor-wikimedia@master] Upgrade to 1.11
Change 407412 merged by Filippo Giunchedi:
[operations/debs/python-thumbor-wikimedia@master] Upgrade to 1.11