Invalid config type when stopping casting #1716
Labels
flag: Why didn't we catch this sooner
This issue is embarassing; we may still need an automated test that could have prevented this issue
status: archived
Archived and locked; will not be updated
type: bug
Something isn't working correctly
Milestone
Have you read the FAQ and checked for duplicate open issues?:
Yes
What version of Shaka Player are you using?:
master (>v2.5.0-beta2 2f1337d)
Can you reproduce the issue with our latest release version?:
Yes
Can you reproduce the issue with the latest code from
master
?:Yes
Are you using the demo app or your own custom app?:
Demo
If custom app, can you reproduce the issue using our demo app?:
What browser and OS are you using?:
Chrome for Mac
What are the manifest and license server URIs?:
Any encrypted asset (tested with Axinom
Multi-DRM
asset).What did you do?
Start casting an encrypted asset. Stop casting while playing.
What did you expect to happen?
No errors when resuming local playback.
What actually happened?
Several error logs like
Invalid config, wrong type for .drm.advanced.com.widevine.alpha.serverCertificate
. It looks likegetConfiguration
from the Chromecast gives us a generic object instead ofnull
or aUint8Array
for the server certificate.The text was updated successfully, but these errors were encountered: