-
Notifications
You must be signed in to change notification settings - Fork 427
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
Cannot read properties of undefined (reading 'duration') #1559
Comments
Do you have an example manifest we could create a reduced test case with? I think we need a little more information to determine what is causing the |
I will try to find stream, but this may be happen in some circumstances, which are not fully depend on a stream... Unfortunately, Sentry logs from production doesn't show full image, and as I say, I've never seen this error in development environment. But what could be wrong in adding nullish guard? |
Simply trying to understand why this is happening in your environment and not more common elsewhere. Nothing wrong with a nullish guard, feel free to submit a PR. However a quick look at the code suggests there might be a bigger problem with the media if the |
The issue is that we provide software for an external company, and do not own streams. I'll ask our QA engineers, if they have access to the client's production server. Meanwhile, in the Sentry I saw different stacktrace with the similar error:
This looks like this place:
|
We have many errors in the Sentry, which looks like this
Unfortunately I cannot say conditions for this issue, I've never seen it in dev environment, but it is very frequent (in fact, this is the most repeating error in our Sentry), but from minified code I figured that this is
sumDurations
function:http-streaming/src/playlist.js
Line 320 in fef62d9
Maybe it is possible to add some kind of a guard here, at least?
Like
The text was updated successfully, but these errors were encountered: