-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Severity 2 error with no Code: a.getAttribute is not a function
#3766
Comments
The DASH parser contains a lot of Would it be possible to run Shaka Player in uncompiled mode and get a full stack trace? |
Looks like TTML comments are passed to ttml_parser which is expecting only XML nodes. TTML to reproduce:
|
Closes #3766 Backported to v3.0.x Change-Id: Iff0d66da91c06c49e4b226af522a2cae74b97f2a
Have you read the FAQ and checked for duplicate open issues?
Yes
What version of Shaka Player are you using?
3.2.1
Can you reproduce the issue with our latest release version?
Locally yes
Can you reproduce the issue with the latest code from
master
?I am not sure I cannot build the master version
Are you using the demo app or your own custom app?
Our own custom app
If custom app, can you reproduce the issue using our demo app?
The error is not displayed with the Demo App
What browser and OS are you using?
Chrome Latest
For embedded devices (smart TVs, etc.), what model and firmware version are you using?
What are the manifest and license server URIs?
I will email the manifest. I think the issue will be here but cannot see which attribute the manifest parser is failing on.
What configuration are you using? What is the output of
player.getConfiguration()
?Basic Configuration no overrides.
What did you do?
What did you expect to happen?
Content to play without error as it does in the demo player. I am wondering if the error is handled in some way in the demo player?
What actually happened?
Playback starts then a severity 2 error occurs without any Code.
I can ignore the error and playback is fine but our system is set up to close playback on severity 2 errors.
The error reported is:
The text was updated successfully, but these errors were encountered: