Invalid file size after download Error - WeOnlyDo Discussion board

Invalid file size after download Error (General questions)

by Rik Arpino, Monday, September 29, 2008, 12:56 (5899 days ago)

Is there any way of finding out which file this error message is referring to?

Everything has been working perfectly but the testing the latest update gave us this error... any more detail on what can cause this would be helpful.

Regards,


Rik

Re:

by wodDamir, Monday, September 29, 2008, 13:00 (5899 days ago) @ Rik Arpino

Hi Rik,

You can check what file this occurs on in FileDone event. When an error occurs, FileDone should contain the appropriate error description and error code, as well as the File parameter, which holds information on the file that the error occured on.

In this case, you most probably set the wrong Size of the file that is downloaded from remote location.

Regards,
Damba

Re:

by Rik Arpino, Monday, September 29, 2008, 13:38 (5898 days ago) @ wodDamir

There is no error being thrown on the FileDone event. The error comes up with the DownloadDone and CheckDone events.

Have checked the file sizes and they all seem to be fine - we create the manifest using the output from the Squeeze utility. This is scripted so I know the implementation has not changed by accident.

Any other ideas?


Rik

Re:

by Rik Arpino, Monday, September 29, 2008, 14:11 (5898 days ago) @ Rik Arpino

I have found the source of the error - it was me!!!

Many apologies, fixed now...

Thanks for your prompt response.


Rik