-
Notifications
You must be signed in to change notification settings - Fork 117
[Android] Error: File doesn't exist or not supported #116
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Getting this error Error: File doesn't exist or not supported with an MP4 video from remote url, it only happens on android 13 to be specific and only happens to some videos, works fine on iOS with the same video.
Device: Galaxy Nexus API 33
To Reproduce
Steps to reproduce the behavior:
- Call
createThumbnailwith a remote url for an mp4 video on the device mentioned (I can send you the url if needed)
Version
react native 0.72.11
react-native-create-thumbnail ^2.0.0
Expected Results
Should create the thumbnail like with all the other videos.
Snack, code example, screenshot, or link to a repository
import { createThumbnail } from 'react-native-create-thumbnail';
const createdThumbnail = await createThumbnail({
url: video.url,
});
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working