ko2ic / image_downloader

Flutter plugin that downloads images and movies on the Internet and saves to Photo Library on iOS or specified directory on Android.
https://pub.dartlang.org/packages/image_downloader#-readme-tab-
MIT License
92 stars 115 forks source link

Unstoppable message prints when specify an unexisting directory #83

Closed dreamer2q closed 4 years ago

dreamer2q commented 4 years ago

Here is the annoying message continuously output in debug console

Should Timeout be added?

D/image_downloader(15918): 0
D/image_downloader(15918): RequestResult(id=4499, remoteUri=http://www.hdu.edu.cn/uploads/news/images/20200619/1592551799963533.jpg, localUri=null, mediaType=null, totalSize=-1, title=, description=)
D/image_downloader(15918): 0
dreamer2q commented 4 years ago

My fault for creating a file name the same with the directory name.

souviksaha97 commented 3 years ago

How did you solve this?