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
Doing a straight bower install, the bower packages will break the moment viewer. Launch an instance, start the gui and click "Show moment" will throw this error:
angular.js:15018 TypeError: Failed to set the 'currentTime' property on 'HTMLMediaElement': The provided double value is non-finite. at Object.seekTime (videogular.js:405) at VideoController.js:66 at Scope.$broadcast (angular.js:19165) at MomentController.vm.gotoMoment (watson.moment.directive.js:68)
This is confirmed on win 10 and ubuntu 18.04 + 16.04.
Doing a straight bower install, the bower packages will break the moment viewer. Launch an instance, start the gui and click "Show moment" will throw this error:
angular.js:15018 TypeError: Failed to set the 'currentTime' property on 'HTMLMediaElement': The provided double value is non-finite. at Object.seekTime (videogular.js:405) at VideoController.js:66 at Scope.$broadcast (angular.js:19165) at MomentController.vm.gotoMoment (watson.moment.directive.js:68)This is confirmed on win 10 and ubuntu 18.04 + 16.04.