cta-wave / dpctf-tests

Repo for DPCTF Tests. We prefer to keep the Tests separated from Test Runner
Other
1 stars 5 forks source link

"Uncaught InvalidStateError: Failed to execute 'endOfStream' on 'MediaSource': The MediaSource's readyState is not 'open'." #127

Closed jpiesing closed 10 months ago

jpiesing commented 11 months ago

What should be done about these?

        "message": "Uncaught InvalidStateError: Failed to execute 'endOfStream' on 'MediaSource': The MediaSource's readyState is not 'open'.", 
        "message": "Uncaught InvalidStateError: Failed to execute 'endOfStream' on 'MediaSource': The MediaSource's readyState is not 'open'.", 
        "message": "Uncaught InvalidStateError: Failed to execute 'endOfStream' on 'MediaSource': The MediaSource's readyState is not 'open'.", 

How significant are they?

louaybassbouss commented 11 months ago

@jpiesing this error does not have effect on the test since video ended event is triggered before and the test is considered as completed. This test result are affected.

jpiesing commented 11 months ago

@jpiesing this error does not have effect on the test since video ended event is triggered before and the test is considered as completed. This test result are affected.

Is it reasonable to catch this instead of generating an error in the test report? This error will be very confusing to people.

louaybassbouss commented 11 months ago

@jpiesing this error does not have effect on the test since video ended event is triggered before and the test is considered as completed. This test result are affected.

Is it reasonable to catch this instead of generating an error in the test report? This error will be very confusing to people.

Yes I already discussed this with @FritzHeiden . We will catch all errors and those not affecting the test report them as info or warning in the log. I will talk about it later in the meeting.

FritzHeiden commented 10 months ago

This is now fixed. https://github.com/cta-wave/dpctf-tests/pull/136

gitwjr commented 10 months ago

Closed. Reopen when the test is run on the device concerned if needed.