Re: libURLDownloadToFile stops downloading on status = requested

2007-10-27 Thread Dave Cragg
Viktoras It sounds like a socketTimeout errror. Try checking for the end status in the downloadComplete callback. You should catch the error there. This came up recently on the list. It seems socket timeout errors don't get passed to the libURLSetStatusCallback callback. Other errors do,

Re: libURLDownloadToFile stops downloading on status = requested

2007-10-27 Thread viktoras didziulis
Thanks Sarah, Dave, with your help problem is solved. It was socket timeout, indeed... So I set the socketTimeoutInterval to 30. Now everything works as expected. Best regards Viktoras ___ use-revolution mailing list

Re: libURLDownloadToFile stops downloading on status = requested

2007-10-27 Thread Dave Cragg
On 27 Oct 2007, at 17:26, viktoras didziulis wrote: Thanks Sarah, Dave, with your help problem is solved. It was socket timeout, indeed... So I set the socketTimeoutInterval to 30. Now everything works as expected. ;-) What are you doing, Viktoras, where a 30 timeout is

Re: libURLDownloadToFile stops downloading on status = requested

2007-10-27 Thread Andre Garzia
is that the mars rovers external people been talking about? On 10/27/07, Dave Cragg [EMAIL PROTECTED] wrote: On 27 Oct 2007, at 17:26, viktoras didziulis wrote: Thanks Sarah, Dave, with your help problem is solved. It was socket timeout, indeed... So I set the socketTimeoutInterval to

Re: libURLDownloadToFile stops downloading on status = requested

2007-10-27 Thread Klaus Major
Hi friends, Am 27.10.2007 um 21:03 schrieb Andre Garzia: is that the mars rovers external people been talking about? On 10/27/07, Dave Cragg [EMAIL PROTECTED] wrote: On 27 Oct 2007, at 17:26, viktoras didziulis wrote: ... So I set the socketTimeoutInterval to 30... ;-) What are you

Re: libURLDownloadToFile stops downloading on status = requested

2007-10-27 Thread viktoras didziulis
Whoops, extra zero moved the whole thing to Mars ;-) Well, anyway the point is that it works now. For some reason delay between requested and the actual loading of data is still about 15-20 sec. But once it starts, it goes fast. Viktoras Klaus Major wrote: Hi friends, Am 27.10.2007 um

libURLDownloadToFile stops downloading on status = requested

2007-10-26 Thread viktoras didziulis
Created an updater for my application and now stuck with a problem - libURLDownloadToFile freezes while attempting to download 4 Mb size Revolution stack from my own website. libURLSetStatusCallback returns requested and here it stops for eternity. Server log contains no errors but file is not

Re: libURLDownloadToFile stops downloading on status = requested

2007-10-26 Thread Sarah Reichelt
On 10/27/07, viktoras didziulis [EMAIL PROTECTED] wrote: Created an updater for my application and now stuck with a problem - libURLDownloadToFile freezes while attempting to download 4 Mb size Revolution stack from my own website. libURLSetStatusCallback returns requested and here it stops