track-processors-js icon indicating copy to clipboard operation
track-processors-js copied to clipboard

Failed to construct 'MediaStreamTrackProcessor': Input track cannot be ended

Open Mihai-github opened this issue 2 years ago • 1 comments

Hello, today one of our users encountered this error, and our error-tracking platform caught it. Seems like some kind of error occurred when the user tried to change the background and from what the error message says we assume when the LocalTrack.stopProcessor() executed the track maybe wasn't available anymore or something like that.

Is there any way we can identity the root of the issue?

Mihai-github avatar Oct 19 '23 19:10 Mihai-github

Did this cause any actual issues for the user or are you mainly concerned about the uncaught exception that occured?

It's hard to tell what might have happened there without debug logs. If you find a way to repro the exception, I'm happy to take a look!

lukasIO avatar Oct 20 '23 11:10 lukasIO