[🐛] Cannot select downloaded video from external sources
Description
When attempting to select a video that has been downloaded to an Android device (specifically from external sources like Pixabay), launchImageLibrary sometimes fails with an others error. This error doesn't occur for all downloaded videos, but specifically for certain files.
An error is returned:
{
"errorMessage": "For input string: \"9223372036854775807\"",
"errorCode": "others"
}
How to repeat issue and example
- Download a video from this link: https://pixabay.com/videos/tenderness-cute-fondness-father-253998/.
- Use
launchImageLibraryto open the gallery. - Attempt to select the downloaded video.
Solution
The downloaded video should be selectable, and launchImageLibrary should return the video information successfully.
Additional Information
- Image Picker version: 8.2.1
- React Native version: 0.79.1
- Platform: Android
- Development Operating System: MacOS
Same problem here.
Image Picker version: 8.2.1 React Native version: 0.76.9 Platform: Android Development Operating System: MacOS
same problem
Image Picker version: 8.2.1 React Native version: 0.78.0 Platform: Android Development Operating System: MacOS