-
-
Notifications
You must be signed in to change notification settings - Fork 269
New issue
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
Error: open failed: ENOENT (No such file or directory) #99
Comments
Hey @immujahidkhan could you please give us more information about the bug? Please fill the template, otherwise I cannot understand where this happen, if was from the library, which way are you using the library etc. Bug Template
|
@immujahidkhan I could not reproduce on the sample app in this library. You could try? This do not look like a library issue, but maybe you code is trying to access the You can read more here Let me know if this is the same case or a new one |
i want to setImageURI like |
Can you post the code where the exception is being throwing? (the one on the screenshot) And please show the code where you are calling the library and retrieving the result. So I can understand how you are using it |
you can use |
I am facing the same issue when I am uploading images to the server in multipart/form-data. |
|
|
I also getting error Error: open failed: ENOENT (No such file or directory), i think it's because save in shared storage |
Changes to be done here: #107 |
Please try the latest |
Hi @Canato i already implement
problem on Samsung A71 and Samsung M31 Android 11 already add permission scope storage mean
i don't know how to fixed this, please help me |
@fajar2304 if you want the FilePath, please use Let me know if works please |
@Canato thank you for respond, sorry still not working
|
@fajar2304 can you do a test in something manual please? If works I can make a hotfix add |
@Canato still error like this
but before show this first log show like this
|
@fajar2304 I will need to take a look with more time. If you have the chance please reproduce this bug on the sample code. Hard for me to debug if I can't reproduce locally =/ |
I was able to solve this issue
|
Seems like this is the workaround so far. Though I will rather create a temporary file. I am getting this issue on Android 12 on Pixel 5. |
please open a new issue with the bug template and the reproduce behaviour on the sample code so we can take a look =D |
After cropping image i found this issue that says Error: open failed: ENOENT (No such file or directory)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
In previous library of https://github.com/edmodo/cropper its working fine but in your library its showing above error
Screenshots
Smartphone :
The text was updated successfully, but these errors were encountered: