We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{ err: [Error: Error Domain=AVFoundationErrorDomain Code=-11832 "Cannot Open" UserInfo={NSLocalizedFailureReason=This media cannot be used., NSLocalizedDescription=Cannot Open, NSUnderlyingError=0x30176fea0 {Error Domain=NSOSStatusErrorDomain Code=-12431 "(null)"}}] }
in latest version
The text was updated successfully, but these errors were encountered:
I am having this same issue as well. Is it a bug in the latest version, do I need to downgrade?
Sorry, something went wrong.
Facing same issue when I'm trying to upload video with duration less than 5 seconds. Some ideas how to fix this?
@p1d3c @MadeByRaymond @Deepali-Rai I get image of thumbnail after change in " timeStamp" const createVideoThumbnail = () => { createThumbnail({ url: '', timeStamp:100, format:'png' }) .then(response => console.log({ response })) .catch(err => console.log({ err })); }
No branches or pull requests
{ err: [Error: Error Domain=AVFoundationErrorDomain Code=-11832 "Cannot Open" UserInfo={NSLocalizedFailureReason=This media cannot be used., NSLocalizedDescription=Cannot Open, NSUnderlyingError=0x30176fea0 {Error Domain=NSOSStatusErrorDomain Code=-12431 "(null)"}}] }
in latest version
The text was updated successfully, but these errors were encountered: