You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 11, 2022. It is now read-only.
The playback works fine, however, if I attempt to use the JavaScript API (e.g. fp.getTime()), the following error appears on the console:
(unknown) Uncaught Error: Error: An invalid exception was thrown.
at b.x.(anonymous function) [as getStatus] (http://releases.flowplayer.org/js/flowplayer-3.2.13.min.js:22:7476)
at <anonymous>:1:18
I tested on both Firefox and Chrome on Linux with same outcome.
This exception is thrown when calling any playback-related method (such as play(), pause() or getTime()). The other methods (such as getConfig()) are working fine. After the exception, the playback continues normally. The mouse controls and buttons are working at any time without a problem.