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 accidentially gave an AnnotationPage as the manifest URL. The error message was just "TypeError: n is null", which had me confused for a few minutes.
Can we get a better error message for when the thing at the manifest URL is not a manifest?
The text was updated successfully, but these errors were encountered:
Would this be sufficient for you? Announcing the specific cause of the error (not a manifest or collection; manifest / collection has errors; parser handles iiif resource wrong etc.) might prove difficult.
I think I still wouldn't have understood my mistake immediately. Can we maybe report whether the @context and type had their expected values? Then it could say something like
The resource cannot be added: [… URL …] The @context field was understood. The type field was unsupported (expected "Manifest").
Manifest URLs: (Edit: None.)
I accidentially gave an AnnotationPage as the manifest URL. The error message was just "TypeError: n is null", which had me confused for a few minutes.
Can we get a better error message for when the thing at the manifest URL is not a manifest?
The text was updated successfully, but these errors were encountered: