You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading stuff from S3 through Fiji File/Import/N5 and receiving below warning. Plugin still works as expected.
Could not load AWS credentials, falling back to anonymous.
[pool-11-thread-1] ERROR org.janelia.saalfeldlab.n5.N5DatasetDiscoverer - Error encountered during metadata parsing
java.lang.InterruptedException
at java.util.concurrent.FutureTask.awaitDone(FutureTask.java:404)
at java.util.concurrent.FutureTask.get(FutureTask.java:191)
at org.janelia.saalfeldlab.n5.N5DatasetDiscoverer.parseMetadataRecursive(N5DatasetDiscoverer.java:510)
at org.janelia.saalfeldlab.n5.ui.DatasetSelectorDialog.lambda$openContainer$16(DatasetSelectorDialog.java:657)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Could not load AWS credentials, falling back to anonymous.
The text was updated successfully, but these errors were encountered:
Loading stuff from S3 through Fiji
File/Import/N5
and receiving below warning. Plugin still works as expected.The text was updated successfully, but these errors were encountered: