Telegram icon indicating copy to clipboard operation
Telegram copied to clipboard

Fix ThumbGenerate Task

Open CarlosOlivo opened this issue 7 years ago • 0 comments

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

CarlosOlivo avatar Jan 14 '18 01:01 CarlosOlivo