-
Notifications
You must be signed in to change notification settings - Fork 25
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
Opening non-existing files throws NPE #35
Comments
|
Maybe we should just bite the bullet and tackle scifio/scifio#181? |
|
Since these formats (OMEXML and BioFormats) weren't in the main SCIFIO component I didn't review them when I was updating checkers to ensure valid streams before reading. Should be simple fixes in both cases. |
|
... should be simple fix in the |
|
The formats are now fixed. And with imagej/imagej-plugins-commands@0086d09 we will now actually display the error when it happens. I don't think there's anything else to do for this issue right now. |
It shows this exception:
and the console shows a lot of similar stack traces like the following (with different formats):
@hinerm I fear that we need something clever here, to be able to pass virtual handles as well as real files...
The text was updated successfully, but these errors were encountered: