Page 1 of 1

libURLDownloadToFile download incomplete

Posted: Thu May 13, 2010 12:14 pm
by Simon
Hello,
I've been using libURLDownloadToFile and the load command for a couple of years now in my projects with no trouble and just yesterday it started returning "downloaded " or "cached" before the file had completely downloaded. Using my bitMeter I can see that the file is still downloading but the file has already been written to disk (incomplete). I get the correct bytesReceived, bytesTotal, I don't get a timeout.
Is the "downloaded" message generated by rev or is there a server component?
Anyone have any ideas on this?

Thank you in advanced.
Simon

Re: libURLDownloadToFile download incomplete

Posted: Thu May 13, 2010 12:57 pm
by Klaus
Hi Simon,

what version of Rev are you using? I know there are problems with the "LibUrl "in Rev 4.5dp3.


Best

Klaus

Re: libURLDownloadToFile download incomplete

Posted: Thu May 13, 2010 1:00 pm
by Simon
Hello Klaus!
Good to hear from you again.
I'm still on 3.5.0 Build 870

Regards,
Simon

Re: libURLDownloadToFile download incomplete

Posted: Thu May 13, 2010 1:44 pm
by Klaus
Hi Simon,
Simon wrote:Hello Klaus!
Good to hear from you again.
:-)
Simon wrote:I'm still on 3.5.0 Build 870
Hm, no spontaneous idea then...

Does this also happen if you simply
...
put url... into url("binfile:...")
...
?


Best

Klaus

Re: libURLDownloadToFile download incomplete

Posted: Fri May 14, 2010 11:31 am
by Simon
Hi Klaus,
Using "put url" I get the same 8 kb of the file (not the full 8 MB).

Any other thoughts?

Simon

Re: libURLDownloadToFile download incomplete

Posted: Fri May 14, 2010 11:46 am
by Klaus
Hi Simon,

sorry, I'm a bit clueless in the moment...


Best

Klaus

Re: libURLDownloadToFile download incomplete

Posted: Sat May 15, 2010 4:45 pm
by Simon
OK, I've narrowed it down to .eps files, not all of them but quite a few that I'm trying to download.
Doesn't seem server specific.
Is that any help?

Regards,
Simon