Closed josephlodero closed 6 years ago
Hey! Thx for flagging, we'll have a look.
Hi,
thanks for raising the issue, this is an error in the typing of our javascript library.
For now passing an empty object (.start({})
) should fix it.
Hi @Domysee
Thank you for your help.. putting a {} fixed the problem.. but i do have another error in this part of code.
I really appreciate you help!
Thanks!
Hi @josephlodero
The warning is because waitUntilEncodingFinished
rejects with response.status
, which is not an Error
object.
if (response.status === 'ERROR') {
return reject(response.status);
}
Unfortunately I can't really help you figuring out why the encoding errors in the first place, for that please contact our support.
Hi, can someone please help me with this error??
im following this example(https://github.com/bitmovin/bitmovin-javascript/blob/develop/examples/encoding/01_simple_encoding_dash_manifest.js) its in the line 286
Thanks!