Closed
Description
-
What version of Shaka Player are you using?
395cc17- Can you reproduce the issue with our latest release version?
y - Can you reproduce the issue with the latest code from
master
?
y
- Can you reproduce the issue with our latest release version?
-
Are you using the demo app or your own custom app?
y- If custom app, can you reproduce the issue using our demo app?
y
- If custom app, can you reproduce the issue using our demo app?
-
What browser and OS are you using?
any -
What did you do?
Load configuration using pseudo script called twice using console:
window.shakaDemo.localPlayer_.configure({"drm":{"advanced":{"com.widevine.alpha":{"serverCertificate":new Uint8Array(1)}}}})
-
What did you expect to happen?
no exception -
What actually happened?
first call result: undefined
second call result:
Uncaught TypeError: Cannot read property '0' of null