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 was attempting to validate a manifest using the website and wasn't getting results back (I got a 504/503 subsequently so think I may have crashed the ECS service - apologies).
I tried running the validator locally and was presented with the following error:
changing this to "@id": "https://digitalcollections-api-dlcs.arts.ac.uk/thumbs/2/1/8924cc9c-bdc4-4256-9f7b-e9471308ab5d", caused the validator to succeed
The text was updated successfully, but these errors were encountered:
Here is one those Manifest that gave us this error (it is on a GitHub Pages site that might go away, sorry if it does. I can update the link if it is important in the future)
I was attempting to validate a manifest using the website and wasn't getting results back (I got a 504/503 subsequently so think I may have crashed the ECS service - apologies).
I tried running the validator locally and was presented with the following error:
I've taken a copy of the manifest here (as I'm planning to update the source) - https://github.com/donaldgray/donaldgray/blob/master/iiif/id_issue.json
I tracked the issue down to the fact that the manifest is 3.0 with 2.0 image services. However, the thumbnails have
"id"
rather than"@id"
:changing this to
"@id": "https://digitalcollections-api-dlcs.arts.ac.uk/thumbs/2/1/8924cc9c-bdc4-4256-9f7b-e9471308ab5d",
caused the validator to succeedThe text was updated successfully, but these errors were encountered: