cloudinary / cloudinary_gem

Cloudinary GEM for Ruby on Rails integration
https://cloudinary.com
420 stars 285 forks source link

preview:duration effect was shortened to preview:du when uploading a video #528

Open saipraveen18 opened 9 months ago

saipraveen18 commented 9 months ago

Bug report for Cloudinary Ruby SDK

v1.28.0

Describe the bug in a sentence or two.

Issue - preview:duration effect was shortened to preview:du when uploading a video using Cloudinary::Uploader.upload

Error - CloudinaryException: Eager Invalid effect in transformation: du_15.0

Issue Type (Can be multiple)

Steps to reproduce

Error screenshots or Stack Trace (if applicable)

Operating System

Environment and Libraries (fill in the version numbers)

Repository

If possible, please provide a link to a reproducible repository that showcases the problem

PixelCook commented 9 months ago

Hi, I see you already opened a ticket with support. This has to do with improper formatting of your upload request resulting in the the resource type being set as raw instead of video and does not appear to be a bug.