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
I think this is because the manifest didn't have a service. When I added one it gets past this error. It might be a good idea to trap for this error and log something more user friendly.
Yep, this was a problem in manifesto (the base IIIF utils lib that the UV uses). I've altered it so that if it can't find the image service it returns the thumbnail or null, but doesn't error out:
When I put this url in the field: https://gist.githubusercontent.com/jcoyne/78db6cfb554d6c5b120c39260ea609f5/raw/6ee86534f2208f32cdc9522b8cf2dccd3b0f3582/manifest.json and click "Open"
Nothing displays and I see this in the console:
TypeError: p is undefined
The IIIF validator thinks this is valid though.
http://iiif.io/api/presentation/validator/service/validate?url=https%3A%2F%2Fgist.githubusercontent.com%2Fjcoyne%2F78db6cfb554d6c5b120c39260ea609f5%2Fraw%2F6ee86534f2208f32cdc9522b8cf2dccd3b0f3582%2Fmanifest.json&version=2.0&format=html
The text was updated successfully, but these errors were encountered: