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
An existing Vimeo.player element can be used to load a new video even if the previous one couldn't be reproduced because it was set to private.
Actual Behavior
As soon as a private video has been loaded into the player it becomes useless and either always shows the player with the privacy message (Case A), or it crashes (console: Uncaught TypeError: Cannot read property 'sentry' of undefined....) and only a black window shows up instead of a new video when trying to load another one (Case B)
Expected Behavior
An existing Vimeo.player element can be used to load a new video even if the previous one couldn't be reproduced because it was set to private.
Actual Behavior
As soon as a private video has been loaded into the player it becomes useless and either always shows the player with the privacy message (Case A), or it crashes (console: Uncaught TypeError: Cannot read property 'sentry' of undefined....) and only a black window shows up instead of a new video when trying to load another one (Case B)
Steps to Reproduce
The full page can be seen here: http://aproductions360.com/en/service/long-format/
Simplified JSFIDDLE: https://jsfiddle.net/Larzan/qonqt7hw/10/
Case A: load the page and click on the first thumbnail FIRST, then try another video
Case B: load the page, open any video but the first, then try the first one and afterwards another video
The text was updated successfully, but these errors were encountered: