-
Notifications
You must be signed in to change notification settings - Fork 492
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
Dataset page: Page fails to load when it cannot understand an image file to generate thumbnail #4473
Comments
Yep, happens in the ImageIO.read(...) line in ImageThumbConverter.java:
I'm catching IOException there - but it looks like that weirdly-formatted TIFF is resulting in an IllegalArgumentException... |
@landreev thanks for posting the code. Sounds like a "1" to me. (The "size" in https://waffle.io/IQSS/dataverse for anyone who has no idea what I'm talking about.) |
this was de-facto prioritized, since it was causing problems with some datasets in production. a PR is coming (it is about 1 yes). |
Ready for QA |
Relaxed exception handling in the thumbnail generator (#4473)
See RT 256006 for details but the dataset page failed to load when it tried to generate a thumbnail for a particular .tiff file but could not understand the format.
The text was updated successfully, but these errors were encountered: