-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Error is not instance of shaka.util.Error #370
Comments
You should only see instances of shaka.util.Error at the application level. The assertion means that there is a condition we are not handling properly. Otherwise, the assertion itself is harmless. There is, however, an error condition of some kind. Since we are not reporting it correctly, it's hard to say what it is. :-) If you can provide a manifest URL, we can try it out and trace the real problem for you. |
I cannot publish it yet, but I've just verified that |
Thanks for the report. I can reproduce this issue. We'll take a look. Maybe related #369? |
Hi, since be09f52 I no longer see this problem as before. Are you still seeing this error from master? |
This seems to have been fixed by be09f52. |
This code is triggering an assert of this type:
Don't know what the error is for (nothing gets printed), but here is the manifest:
Maybe it's the MPD size? (> 6000 segments)
The text was updated successfully, but these errors were encountered: