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

Inconsistent Thumbnail rendering for Zarrs #282

Open
BrianWhitneyAI opened this issue Oct 15, 2024 · 0 comments
Open

Inconsistent Thumbnail rendering for Zarrs #282

BrianWhitneyAI opened this issue Oct 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@BrianWhitneyAI
Copy link
Contributor

When using the specimen_metadata.csv of mouse brains, a mix of the files render. Some always render, some sometimes render, and some never render. We added retry logic in #268 which stabilized the sometimes render files. However we are consistently reaching the following error:

RenderZarrThumbnailURL.ts:128 Failed to render Zarr thumbnail: RangeError: Maximum call stack size exceeded
    at renderZarrThumbnailURL (RenderZarrThumbnailURL.ts:91)
    at async FileDetail.getPathToThumbnail (index.ts:184)

This indicates that we need to add some sort of smarter rendering policy for zarrs.

@SeanLeRoy SeanLeRoy added the bug Something isn't working label Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants