lingochamp / okdownload

A Reliable, Flexible, Fast and Powerful download engine.
Apache License 2.0
5.17k stars 773 forks source link

下载过程中出现失败,回调taskEnd方法,获取的下载状态是IDLE或者UNKNOWN,很频繁,怎么办 #420

Open gcd1234 opened 4 years ago

gcd1234 commented 4 years ago

OkDownload Version

v1.0.2-SNAPSHOT

Problem Describe

I occur some problem, I also search on issues and wiki, I even checked the source code, but it can't help, so my real problem is:...

Log

There is the whole log from LogCat when I occur the problem(I know we can use this tool to let log more readable):

gcd1234 commented 4 years ago

// core implementation 'com.liulishuo.okdownload:okdownload:1.0.7' // provide sqlite to store breakpoints implementation 'com.liulishuo.okdownload:sqlite:1.0.7' // provide okhttp to connect to backend // and then please import okhttp dependencies by yourself implementation 'com.liulishuo.okdownload:okhttp:1.0.7' 这个版本