ivpusic / react-native-image-crop-picker

iOS/Android image picker with support for camera, video, configurable compression, multiple images and cropping
MIT License
6.12k stars 1.56k forks source link

Error when selecting a video from the "Photos" app. #1447

Open BNapasi opened 3 years ago

BNapasi commented 3 years ago

Versions

react-native-image-crop-picker v0.28.0 react-native v0.61.5

Platform

Android

Expected behaviour

Selecting a video from the "Photos" app should be the same as selecting a video from the "Recent Files on Phone" section.

Actual behaviour

While selecting a video from the "Recent Files on Phone" section is fine, selecting a video from the "Photos" app throws an error: "invalid column latitude".

Steps to reproduce

  1. Select "Video from Library".
  2. Click on the "Photos" app under "Browse Files in Other Apps".
  3. Select a video.
eraldoforgoli commented 3 years ago

I have the same issue too, using "react-native-image-crop-picker": "^0.31.1",. This happens when you choose from Gallery on Google photos.

padunk commented 3 years ago

I have the same issue too, with version 0.35.0 First I get errors: Invalid column latitude And when I updated Google Photos my error is Can't specified error I run it on Android Emulator Pixel 3A API 29

iljaiwjew commented 3 years ago

Have the same issue

ramos07 commented 3 years ago

Has anyone found a solution to this issue? Ran into the same thing. Android Emulator Pixel 2 API 29 "react-native": "0.64.2" "react-native-image-crop-picker": "^0.36.2"

sergeymild commented 3 years ago

any updates on this issue?