Fetch: Progress and filesize issues

Created on 2 Mar 2017  路  4Comments  路  Source: tonyofrancis/Fetch

Scenario:
The file is being downloaded:

D/ fetchDebug: id:30547713379280,status:901,progress:25,error:-1
I/ fetchDebug: id: 30547713379280 downloadedBytes: 7428602 / fileSize: 29189424

Then I pause the download and close the application.
Progress and filesize are calculated incorrectly when I reopen the application and resume it.

D/ fetchDebug: id:30547713379280,status:901,progress:100,error:-1
I/ fetchDebug: id: 30547713379280 downloadedBytes: 22283153 / fileSize: 13935572

bug

All 4 comments

@burhanaksendir is it possible to provide me with the download link? I would like to run a test. What I am noticing from the example above is that the file sizes are different.

@burhanaksendir I was able to reproduce this bug and will be working on a fix today. Thanks for reporting it.

The fix for this bug has been pushed to the GitHub probject. I will be pushing out Fetch 1.0.2 in a few hours. Thanks

Was this page helpful?
0 / 5 - 0 ratings

Related issues

marcin-adamczewski picture marcin-adamczewski  路  5Comments

jpvs0101 picture jpvs0101  路  3Comments

VitorAndrioli picture VitorAndrioli  路  4Comments

maulik9898 picture maulik9898  路  4Comments

MohammadFneish7 picture MohammadFneish7  路  4Comments