Skip to content

fix(SUP-51658): Player downloads not opening#277

Open
inbalvasserman wants to merge 1 commit intomasterfrom
SUP-51658
Open

fix(SUP-51658): Player downloads not opening#277
inbalvasserman wants to merge 1 commit intomasterfrom
SUP-51658

Conversation

@inbalvasserman
Copy link
Contributor

@inbalvasserman inbalvasserman commented Mar 8, 2026

issue:
download docx file for a costumer did not open correctly

root cause:
when do call for downloads items and get result with an error for some asset, the results mapping was wrong and mixed the asset id with url, after the error results was filtered out.

solution:
add flag if to remove error results

this pr is part of: kaltura/playkit-js-downloads#91

resolve SUP-51658

* @returns {Promise} Promise
*/
public fetchData(requestsMustSucceed?: boolean): Promise<any> {
public fetchData(requestsMustSucceed?: boolean, filterErrorResults?: boolean): Promise<any> {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you make the arguments non optional or does it not handle the case of OTT ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants