-
Notifications
You must be signed in to change notification settings - Fork 37
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
Validator says not okay but doesn't show error or warnings #63
Comments
So this looks like it's probably an issue with iiif-prezi... |
Using the traceback module, I got the following stack trace: Traceback (most recent call last): |
Looking at my manifest, it definitely isn't adhering to the IIIF spec at http://iiif.io/api/presentation/2.1/#manifest. I'm getting that error since I don't have label and value keys in my metadata array. I'll have to look at O'Sullivan to see what went wrong there... So yeah... I'd say a bug in iiif_prezi that it's not recognizing a structural problem with the metadata property? |
Can you put in the structure that was generated for the metadata? Something without |
No worries. I was using this as an example: https://gist.github.com/jpstroop/b0b18e18fb8b96bb114c, so that should work. Basically this:
|
The validator has an "okay" value of 0, but "error" is "u'value'" and warnings is an empty array (ie []).
The text was updated successfully, but these errors were encountered: