-
Notifications
You must be signed in to change notification settings - Fork 170
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
Please list filenames of images with corrupt EXIF data #394
Comments
Hi, |
Unfortunately, it does not:
|
Hmm, maybe in debug mode then: |
Thanks for the suggestions! Unfortunately debug mode still does not display filenames:
|
Annoying! We already catch some warnings from Pillow, so I guess we could just convert all warnings to logging messages and add the file name. Lines 65 to 81 in 964c27f
|
@LaurentBonnaud - Just pushed a commit to convert all pillow warnings to logging message with the filename. If you can give a try, would be great! |
Thanks for the patch! |
I upgraded sigal to version 2.1.1, but unfortunately I am still getting the PIL warning without a filename (the output did not change). |
Hum, maybe it happens only when reading EXIF ... could you with the exif-warnings branch ? (or applying the patch locally, https://github.com/saimn/sigal/tree/exif-warnings ; the commit is fbdac96) |
Thanks a lot for this new patch! The warning is now caught, but there is still no filename:
|
Indeed, fixed in 5f0929c and this is now in master. |
I tested this new version and I could locate the affected file :>.
Thanks for the fix! |
Hi,
when I run sigal on my image gallery, I see the following error message:
I would like to inspect/fix the affected images, but unfortunately sigal does not display their filenames.
The text was updated successfully, but these errors were encountered: