Skip to content

Fix ThumbGenerate Task #1461

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

CarlosOlivo
Copy link

@CarlosOlivo CarlosOlivo commented Jan 14, 2018

Path is case-sensitive

01-13 18:14:20.633 12002 12033 E BitmapFactory: Unable to decode stream: java.io.FileNotFoundException: /mnt/media_rw/125b-160c/telegram/telegram documents/1_5093868532026834962.png (No such file or directory)

kenzo:/ $ (ls "/mnt/media_rw/125b-160c/telegram/telegram documents/1_5093868532026834962.png" && echo Found) || echo Not Found
Not Found

kenzo:/ $ (ls "/mnt/media_rw/125B-160C/Telegram/Telegram Documents/1_5093868532026834962.png" && echo Found) || echo Not Found
/mnt/media_rw/125B-160C/Telegram/Telegram Documents/1_5093868532026834962.png
Found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant