weizhenye / ASS

A lightweight JavaScript ASS subtitle renderer
https://ass.js.org
MIT License
523 stars 79 forks source link

Uncaught TypeError: Cannot read property 'currentTime' of null #14

Closed majg0 closed 5 years ago

majg0 commented 5 years ago

Occurs SOMETIMES when scrubbing;

Found the fix for you;

add

  if (this._.requestId) {
    caf(this._.requestId) // cancel previous
  }

before

  this._.requestId = raf(frame);

in function play