-
Notifications
You must be signed in to change notification settings - Fork 29
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
Broken thumbnail images for non-panoptes-uploads #6416
Comments
This bug also affects collections images, which also use the thumbnail service. Here, the cover image for my Squirrel Mapper favourites doesn't display, because the image URL is broken. Cover image URL for that collection: https://thumbnails.zooniverse.org/220x270/static.inaturalist.org/photos/76275575/original.jpg iNaturalist has its own image-sizing API. The small option looks like it would work here. The Image sizes are listed at https://api.inaturalist.org/v1/docs/ |
Is this bug specific to Squirrel Mapper subjects? The Issue title says 'broken thumbnail images in the flipbook', but as far as I can tell that's not true for all projects. |
Package
Describe the bug
The thumbnail images at the bottom of the flipbook viewer don't show up at all for Squirrel Mapper subjects, and don't have alt text to fall back to when the image doesn't load.
To Reproduce
https://www.zooniverse.org/projects/bcosentino/squirrelmapper/classify/workflow/20808/subject/85284649
Expected behavior
Subjects with multiple images should show a row of thumbnails beneath the main image, in the image carousel.
Additional context
If an image errors, or otherwise fails to load, browsers will display the alt text as a fallback, but these thumbnails are showing up completely empty (in Firefox.)
In this particular subject's case, the subject image is a 2MB download.
https://static.inaturalist.org/photos/76275575/original.jpg
Example broken thumbnail URL:
https://thumbnails.zooniverse.org/100x100/static.inaturalist.org/photos/76275575/original.jpg
and as an image with alt text:
Thumbnail image URLs are proxied to Azure static storage here, which will fail for
static.inaturalist.org
:https://github.com/zooniverse/thumbnailer/blob/a034b9123ccab5e55b316b5994460e369f55ddc2/nginx.conf#L91-L100
The text was updated successfully, but these errors were encountered: