Search Unity

How to not thrown javascripts errors

Discussion in 'Web' started by danielesuppo, Jun 8, 2019.

  1. danielesuppo

    danielesuppo

    Joined:
    Oct 20, 2015
    Posts:
    331
    Hello, I'm using an external library "hls.js.min", to play some streamed HLS videos from Vimeo with AVPro.
    This library often times, on Android with Chrome, throw an error when loading a new video:
    "Uncaught InvalidStateError: Failed to read the 'buffered' property from 'SourceBuffer': This SourceBuffer has been removed from the parent media source".
    Touching "ok" on the message window everything keep to work as expected.
    I know that this could be not directly related to Unity, but is there a way to remove this annoying error message?

    Many thanks!
     
  2. De-Panther

    De-Panther

    Joined:
    Dec 27, 2009
    Posts:
    589
    Edit the source of the file to remove it, or talk with the plugin's developers to fix this