-
Notifications
You must be signed in to change notification settings - Fork 777
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
Download error The current offset on block-info isn't update correct, 1648345 != 11469669 on 0 V1.0.7版本还是遇到这个问题,导致任务中断,进度跳变 #415
Comments
android10版本会遇到网络不稳定时,下载异常中断 |
@oneornone That's not true. I'm on a 100mb/s very stable WiFi and I get this on every download where |
the same problem happen on my device: pixel3 running Android 11 . thanks! |
@daiqiquan I face the same problem, and debug it for days. Finnally I found the cause and send the pull request. Hope helps. |
@Jacksgong, will this fix be pushed to maven any time soon? |
@slowlow79464 It has been modified in your way, but this error will still be reported |
Hi, there! I use temp fix before author can't approve merge request #425 @slowlow79464 & @mradzinski Thanks for help =) ======================== 1. Add Override fixed classes (I created same package name, its doesn't matter) CustomProcessFileStrategy.class
and CustomMultiPointOutputStream.class
2. Add in you Application.onCreate() class:
Enjoy! |
这个解决方案好像并不能完全解决 还是有概率出现问题 |
关闭多线程下载,,, |
MultiPointOutputStream 中的close方法不是public,怎么复写?这个问题还有什么解决方法吗 |
设置单线程下载已解决 |
it work |
我策底解决了,哈哈哈 |
@nannan111 请教一下解决方法 |
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):
The text was updated successfully, but these errors were encountered: