cloudinary/pkg-cloudinary-core

[2.6.0] Video player breaks with the release

Opened this issue · 5 comments

I tested by explicitly specifying v2.5.0 in my unpkg link and that works.
annotation 2019-01-29 151252

@PranayShah can you please share the code that causes the error?

This?

<!DOCTYPE html>
<html>
<head>
<script src="https://unpkg.com/cloudinary-core/cloudinary-core-shrinkwrap.min.js" type="text/javascript"></script>
  <script src="https://unpkg.com/cloudinary-video-player/dist/cld-video-player.min.js" type="text/javascript"></script>
<head>
<body></body>
</html>

@PranayShah Thanks for catching this!

I'd appreciate it if you can test version 2.6.1.

@tocker I've tested with 2.6.1 and still got the same errors.

We published a fix - version 2.6.1 - but it took some time for the redirect to resolve to the new version. I tested on my end and it is working now. Can you please confirm that you used the latest version: https://unpkg.com/cloudinary-core@2.6.1/cloudinary-core-shrinkwrap.min.js
If it still doesn't work then can you please share the error you are seeing.