Skip to content
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

Also catch NPEs in ThumbnailLoader #198

Merged
merged 1 commit into from
Feb 5, 2021
Merged

Conversation

dominikl
Copy link
Member

Catch all exceptions and use the error icon as thumbnails. Should fix #192 (although I don't know why the Image's Pixeldata was null in that case).

@jburel
Copy link
Member

jburel commented Feb 5, 2021

The change handles all the exceptions.
Unfortunately the source of the error is not recorded

@jburel jburel merged commit 5f7f61c into ome:master Feb 5, 2021
@dominikl
Copy link
Member Author

dominikl commented Feb 8, 2021

True... I'll have a look, maybe I can at least log the error without throwing an exception (in follow-up PR).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NPE ThumbnailLoader
2 participants