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
If the ad video url is not valid (404 for example), the unbind for 'click.adClick' event in addClickthroughSupport is not happening, therefore on video play/pause event (in addClickthroughSupport function) is called, which causes an error on _this.getVideoElement().play(); (line 473) :
Uncaught TypeError: Cannot read property 'play' of null
The text was updated successfully, but these errors were encountered:
If the ad video url is not valid (404 for example), the unbind for 'click.adClick' event in addClickthroughSupport is not happening, therefore on video play/pause event (in addClickthroughSupport function) is called, which causes an error on _this.getVideoElement().play(); (line 473) :
Uncaught TypeError: Cannot read property 'play' of null
The text was updated successfully, but these errors were encountered: