player.js icon indicating copy to clipboard operation
player.js copied to clipboard

Error when entering correct password for private video

Open JacoBester opened this issue 5 years ago • 1 comments

I am using this on an Ionic Framework implementation. Problem seems to have only started recently, so might be intermittent.

Expected Behavior

When a correct password is entered for a private video, the video should load within the iFrame as expected.

Actual Behavior

The password interface reloads and a console error appears:

Error: An error occurred loading the video. at player.es.js:979 at Array.forEach (<anonymous>) at processData (player.es.js:978) at _this._onMessage (player.es.js:1216) at t.invokeTask (polyfills.js?v=[version]:3) at Object.onInvokeTask (core.es5.js:3881) at t.invokeTask (polyfills.js?v=[version]:3) at r.runTask (polyfills.js?v=[version]:3) at e.invokeTask [as invoke] (polyfills.js?v=[version]:3) at p (polyfills.js?v=[version]:2)

Steps to Reproduce

Use an iframe implementation of a Vimeo video on Google Chrome with a password protected private video.

I will attempt to create a demo if needed and problem is not immediately apparent

Thanks

JacoBester avatar Oct 01 '20 12:10 JacoBester

thanks for reporting. yes if you could share a demo that would be really helpful. it's hard to say what it could be from the error.

luwes avatar Oct 02 '20 19:10 luwes