cloudinary / cloudinary_magento2

Cloudinary's Magento 2 extension. Upload product images to the cloud, manipulate them to match your graphic design and optimize images for better user experience
MIT License
15 stars 8 forks source link

https://f.vimeocdn.com/js/froogaloop2.min.js is no longer available #126

Closed asanka-atapattu closed 1 year ago

asanka-atapattu commented 1 year ago

Hi

I am using cloudinary/cloudinary 1.19.3 and I am having an issue with the vimeo videos are not working on PDP image gallery area. In the browser console, there is an error GET https://f.vimeocdn.com/js/froogaloop2.min.js net::ERR_ABORTED 403 fotorama-add-video-events.js:515

The actual reason is https://f.vimeocdn.com/js/froogaloop2.min.js is no longer available.

Can this be fixed?

wissam-khalili commented 1 year ago

Hi @asanka-atapattu,

It seems that this Vimeo URL is not valid anymore. Could you try to replace it with the following URL : https://f.vimeocdn.com/js_opt/froogaloop2.min.js

Please let me know your feedback. Thanks, Wissam

wissam-khalili commented 1 year ago

Hi @asanka-atapattu,

Any feedback from my last comment? If it still doesn't work, try the following : Under cloudinary_magento2 app Edit view/frontend/web/js/fotorama-add-video-events.js file and replace https://f.vimeocdn.com/js/froogaloop2.min.js with https://player.vimeo.com/api/player.js

Please let me know your feedback.

Regards, Wissam,

wissam-khalili commented 1 year ago

Hi @asanka-atapattu,

I would like to update you that the fix was released. Please upgrade to the new version 1.19.5.

Regards, Wissam