avalonmediasystem / react-structural-metadata-editor

React Structural Metadata Editor component which allows a user to interact with structural metadata, adding, editing and deleting headers and timespans. Also presents a visual waveform representation of the work audio file, for help in navigating and identifying sections of the waveform.
https://react-structural-metadata-editor.netlify.app/
5 stars 2 forks source link

BUG: Error retrieving manifest for files with captions #196

Closed elynema closed 9 months ago

elynema commented 11 months ago

Description

For sections that have captions associated, the SME spins forever and gives an error message: "Error fetching IIIF manifest."

Private Zenhub Image

To Reproduce

  1. Find any record with 1 or more caption files and click Edit.
  2. Select Structure, click Edit Structure, and Edit Structure.

Example: https://avalon-dev.dlib.indiana.edu/media_objects/7d278t00k/edit?step=structure Another example (first section): https://avalon-dev.dlib.indiana.edu/media_objects/wm117n96b

Expected behavior

For sections with 1 or more caption files, the SME should load properly.

Environment

Mac laptop, Chrome, avalon-dev

Release

Avalon 7.7

joncameron commented 11 months ago

Bubbles up as a manifest error, which it isn't—better error handling can catch this and error codes used within SME can be used to correct this behavior.