lingochamp / FileDownloader

Multitask、MultiThread(MultiConnection)、Breakpoint-resume、High-concurrency、Simple to use、Single/NotSingle-process
Apache License 2.0
11.02k stars 2.2k forks source link

fetched length != content length, range[0, -1) offset[39582] fetch begin offset[0] #1338

Open MeteorCh opened 4 years ago

MeteorCh commented 4 years ago

请问如何接解决这个问题:fetched length[39582] != content length[39547], range[0, -1) offset[39582] fetch begin offset[0],我下载任何文件都会出现这个。通过查看下载文件,我发现,服务器返回的文件长度是正确的,但是FileDownloader的fetched length是错误的。

qyzhaojinxi commented 4 years ago

遇到同样问题

"fetched length[300] != content length[227], range[0, -1) offset[300] fetch begin offset[0]"

还遇到挺多sofar问题

"sofar[104226365] not equal total[221123095]"
MeteorCh commented 4 years ago

遇到同样问题

"fetched length[300] != content length[227], range[0, -1) offset[300] fetch begin offset[0]"

还遇到挺多sofar问题

"sofar[104226365] not equal total[221123095]"

我这里解决了,不是库的问题,是后台的问题

qyzhaojinxi commented 4 years ago

遇到同样问题

"fetched length[300] != content length[227], range[0, -1) offset[300] fetch begin offset[0]"

还遇到挺多sofar问题

"sofar[104226365] not equal total[221123095]"

我这里解决了,不是库的问题,是后台的问题

能具体说下是后台哪方面问题么?我好找后台去解决