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

fix(FEC-9258): Kaltura player tests fail when performanceObserver isn't define #46

Merged
merged 3 commits into from
Jul 24, 2019

Conversation

Yuvalke
Copy link
Contributor

@Yuvalke Yuvalke commented Jul 24, 2019

Description of the Changes

Add check on kava for performanceObserver existence

CheckLists

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • test are passing in local environment
  • Travis tests are passing (or test results are not worse than on master branch :))
  • Docs have been updated

…sn't define

Add check on kava for performanceObserver existence
@Yuvalke Yuvalke requested a review from OrenMe July 24, 2019 08:05
@Yuvalke Yuvalke self-assigned this Jul 24, 2019
src/kava.js Outdated Show resolved Hide resolved
Yuvalke and others added 2 commits July 24, 2019 14:55
@OrenMe OrenMe changed the title fix(FEC-9258): Kaltura player tests fail when performanceObserver doesn't define fix(FEC-9258): Kaltura player tests fail when performanceObserver isn't define Jul 24, 2019
@OrenMe OrenMe merged commit cab2327 into master Jul 24, 2019
@OrenMe OrenMe deleted the FEC-9258 branch July 24, 2019 14:19
DanilMolchanovKaltura pushed a commit that referenced this pull request Nov 28, 2024
Issue:
When there is one caption on status "processing" the download button is not displayed on the player even if we have additional captions on the entry

Root cause:
There is request for BE to get all the urls for the captions, the request for the caption with status "processing" return kalturaApiException so all the request returns as error as a result the download plugin is not displayed.

Solution:
Send "false" in the doRequest as "requestsMustSucceed" so even if one of the caption is not ready the response returns with the other urls.
Since the exception result is removed from the response, the response and the request arrays is not necessarily arranged in the same indexes so set the urls according to the captionAssetId from the url.

part of the fix here - kaltura/playkit-js-providers#237

Solves SUP-41001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants