OkDownload:ServerCanceledException 错误
错误
报错信息如下:
com.liulishuo.okdownload.core.exception.ServerCanceledException: Response code can't handled on internal 200 with current offset 2421112
抛出此异常的BreakpointRemoteCheck:对偏移量BlockInfo计算错误,因此DownloadStrategy#isServerCanceled返回 true..
临时解决办法
OkDownload.with().breakpointStore().remove(task.getId());
会导致断点续传功能失效