Skip to content

Conversation

tkandala
Copy link

We at the Toronto Star (thestar.com) are using the Brightcove OS library to pull in modified videos from Brightcove. We found an issue where once in a while, a video status equal to 'PENDING' comes in from brightcove, an exception is thrown inside video.java (as it is only checking for "ACTIVE", "INACTIVE" or "DELETED"). When this happens, we are not able to put in the modified videos inside our CMS and thus causing a complete lockdown. We found out that when we delete that video with 'PENDING' status inside brightcove, the json request starts to work without any issues.

We have seen this issue being raised on Google searches so we added an extra check to check for the 'PENDING' status when video list is created inside video.java

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant