Invalid file size after download Error (General questions)
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:
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:
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:
I have found the source of the error - it was me!!!
Many apologies, fixed now...
Thanks for your prompt response.
Rik