-
Notifications
You must be signed in to change notification settings - Fork 4
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
KEEP-errors after adding media #550
Comments
Early analysis indicated these errors were occuring because the EmitEvent's generateData (which grabs the action's configuration) was returning null, which then the new StompHeaderEvent would choke on. I added a check to hopefully give us some more information:
I asked the ticket's reporter to try again and they replied that the media creation now works (yay for no WSOD) but also provided the error message
I did a quick grep of our config and found that only the system.action.caption_generate_captions_via_aws_transcribe_for_audio_video_onl.yml makes reference to this plugin. I'll look into this a bit more. |
Primary issue:First, a correction: while Our Audio derivatives context triggers both media and node reactions. This means our Transcribe reaction, which uses the media context is being triggered with an entity reference to the node. However, That line should Side issue:@ 05b2502#diff-029d6e57e7e56013e1ba490ab7d1f56ea2a66e4c3eca6cdd726ddfc93924a8ca we shifted from However, the AbstractGenerateDerivativeMediaFile config form only supports |
The provided PR takes a different approach by throwing an error that EmitEvent can then catch and report out. |
Resolved with Islandora/islandora@62fbc6d |
Reported to askalibrarian on 2022-08-04:
The text was updated successfully, but these errors were encountered: