Error in video player (sentry)
closes #2234 (closed)
Couldn't really reproduce this one, but looking at the code I can see that the progressbar only gets rendered when there's a reference to the video player (playerRef
), and the error occurs inside a setTimeout, so it could be possible that for some reason that the player is no longer there when the timeout executes.