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
Add a Media derivative action that gets triggered in a Node context. (I don't have a sandbox example as our derivative reaction is a local development)
TL;DR: AbstractGenerateDerivativeMediaFile::generateData returns nothing if triggered on a Node, but this Null is then passed to the StompHeaderEvent which then chokes and WSODs. A properly configured site shouldn't have this scenario occur, but we should be more forgiving when it does happen by throwing an exception which can be caught and reported more gracefully.
Which version of Islandora are you using?
2.x
Any related open or closed issues to this bug report?
No.
The text was updated successfully, but these errors were encountered:
What steps does it take to reproduce the issue?
See details @ asulibraries/islandora-repo#550
TL;DR:
AbstractGenerateDerivativeMediaFile::generateData
returns nothing if triggered on a Node, but this Null is then passed to the StompHeaderEvent which then chokes and WSODs. A properly configured site shouldn't have this scenario occur, but we should be more forgiving when it does happen by throwing an exception which can be caught and reported more gracefully.Which version of Islandora are you using?
2.x
Any related open or closed issues to this bug report?
No.
The text was updated successfully, but these errors were encountered: