Skip to content
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

Added 'PENDING' status check when videos come from jsonobject #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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