-
Notifications
You must be signed in to change notification settings - Fork 104
Android setDataSource Error #9
Comments
+1 |
1 similar comment
+1 |
same problem |
Sorry for late response, has a little bit busy, I will fix this error within next week and will release new version soon |
Hello, were you able to fix this error ? |
I have the same error when using with ImagePicker (https://github.com/react-community/react-native-image-picker) when trying to get preview for image from camera. |
Hi, I too facing the same issue when I provide the data source video as external URL (video from server). When I provide the local storage it works and get video thumb like file:///storage/emulated/0/thumb/thumb-a3dd2a81-83b5-4dc8-aaa7-dd77a6a9f704.jpeg |
Hello, I'm getting the same error. Is there a solution for this? |
Check permissions of the app for storage access. Either ask programmatically or navigate to settings and enable. |
Grant storage permission on android and it would go away |
This issue comes up when the file is incomplete, corrupted, there is no write permission or something like that. actually the |
I have got the thumbnail on IOS successfully, but on android getting this error:
Note: i try it on android version 4.4 and android 7.0 => { the same error }
Can anyone help me?
The text was updated successfully, but these errors were encountered: