Skip to content
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

File Not Found when folder contain symbol (!@#$%^&* etc) #9

Closed
firdausmaulan opened this issue May 24, 2017 · 7 comments
Closed

File Not Found when folder contain symbol (!@#$%^&* etc) #9

firdausmaulan opened this issue May 24, 2017 · 7 comments

Comments

@firdausmaulan
Copy link

E/BitmapFactory: Unable to decode stream: java.io.FileNotFoundException: /storage/emulated/0/asd: open failed: ENOENT (No such file or directory)

@larrytech7
Copy link
Contributor

I think your folder shouldn't contain those symbols, then. Are you trying to specify a source folder or a destination folder?

@Tourenathan-G5organisation
Copy link
Owner

@firdausmaulan which file was not able to be found.
The source or destination? Also, avoid using path with those symbols.

@firdausmaulan
Copy link
Author

@larrytech7 There are some users who use symbol for naming folder, and it's causes an error.
As example "District #12"
E/BitmapFactory: Unable to decode stream: java.io.FileNotFoundException: /storage/emulated/0/District: open failed: ENOENT (No such file or directory)

@firdausmaulan
Copy link
Author

@Tourenathan-G5organisation I think the library cannot find the source file.

@Tourenathan-G5organisation
Copy link
Owner

@firdausmaulan The library get the source file based on the given uriString you passed as parameter. Are you sure the file exist? Also are you sure the it respect the naming convention?

@prasad456
Copy link

@firdausmaulan which file was not able to be found.
The source or destination? Also, avoid using path with those symbols.

this works after removing my, but my path doesn't contain any special char except _

@Tourenathan-G5organisation
Copy link
Owner

@prasad456 so it works well when you remove special symbols from the path, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants