(Translated by https://www.hiragana.jp/)
IIIF manifest URL wrong? · Issue #1 · wcmaart/getThumb · GitHub
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

IIIF manifest URL wrong? #1

Open
apjmason opened this issue Feb 15, 2022 · 1 comment
Open

IIIF manifest URL wrong? #1

apjmason opened this issue Feb 15, 2022 · 1 comment

Comments

@apjmason
Copy link

Thanks for making this great service available!

The herokuapp thumbnail service mentioned on the wcmaart/collection repository readme doesn't seem to be working at the given URL
https://get-thumb.herokuapp.com/getThumb.php?objectid=XXX

E.g. https://get-thumb.herokuapp.com/getThumb.php?objectid=2 returns "no thumbnail found for this object" when there should in fact be a thumbnail according to the collection data.

Comparing the IIIF manifest URL in the script in this repo to the one linked from the live collection website, it appears that the objects path is off.

getThumb.php line 6 has
http://egallery.williams.edu/apis/iiif/presentation/v2/objects-" . $myID . "/manifest

Where the IIIF link on the egallery site has
'http://egallery.williams.edu/apis/iiif/presentation/v2/1-objects-2/manifest'

Replace v2/objects with v2/1-objects?

@cweinard
Copy link
Contributor

Thanks for your interest! I just made that quick change and deployed to Heroku, but I'm afraid it's still not finding the thumbnail. Will require some debugging, I'm afraid. I'll get in touch with the WCMA team and update here when we know more.

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

No branches or pull requests

2 participants