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 has been archived by the owner on May 27, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
@haviduck - this code pattern has known issues when using new instances of Visual Recognition that require IAM api keys. There are also some API changes in v3 that break the way we process images.
Hopefully, someone will be able to address these issues shortly.
@rhagarty - yeah, took me some deep diving to figure it all out. i'm very close to a fix - i just gotta find whatever is STILL triggering the old faces model. its being logged and im finding it hard to figure out how to update the Faces GA. when done ill commit and u can check it out
nah. its not all about the faces.. that is sorted - but they removed the endtime's on speechtotext. if you use speakers that'll give the endtime per scene, so working on that.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: