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
I am loading player in angular app with couple of links to load another video on same page when clicked as below code. It works fine when on first video but when user click another link the second video never load.
Above function is called on different links with new videoId
Also I get below error on brightcovePlayerLoader.reset();
core.js:4197 ERROR TypeError: Cannot read property 'parentNode' of null
at ye (index.min.js:1)
at n.e [as trigger] (index.min.js:1)
at e (index.min.js:1)
at Object.callback (index.min.js:1)
at i (index.min.js:1)
at XMLHttpRequest.s [as __zone_symbol__ON_PROPERTYload] (index.min.js:1)
at XMLHttpRequest.wrapFn (zone.js:1270)
at ZoneDelegate.invokeTask (zone.js:421)
at Object.onInvokeTask (core.js:27425)
at ZoneDelegate.invokeTask (zone.js:420)
The text was updated successfully, but these errors were encountered:
I am loading player in angular app with couple of links to load another video on same page when clicked as below code. It works fine when on first video but when user click another link the second video never load.
Above function is called on different links with new videoId
Also I get below error on brightcovePlayerLoader.reset();
The text was updated successfully, but these errors were encountered: