Re: Rev crashes when getting back web pages contents

2005-06-06 Thread Phil Davis
In my own [unfinished] work with this kind of thing, I found that Rev struggles with pages that contain Javascript. If I get a URL, remove all the "

Re: Rev crashes when getting back web pages contents

2005-06-01 Thread Eric Chatonet
Hi Dave, I did it :-) After many tests (writing a log file to understand), I can tell: Yes it seems to work fine when you only get a sequence of urls even if sometimes the returned data are empty when you know they are not. But that's not a problem :-) The problem comes in unpredictably when y

Re: Rev crashes when getting back web pages contents

2005-06-01 Thread Dave Cragg
On 31 May 2005, at 21:11, Eric Chatonet wrote: Hi Andre, Shall we name 31 of may the spooky Rev day? I am afraid yes :-( In addition, I noticed that when you repeat a get Url (the same one) many times, you may have an empty result (1/50). There are workarounds for this issue but when Re

RE: Rev crashes when getting back web pages contents

2005-05-31 Thread MisterX
Eric, Sorry I've been out of the conversation but this old bugzilla should be reopened. http://support.runrev.com/bugdatabase/show_bug.cgi?id=1219 Is the stack, the url connection or the content of the html the culprit? Have you isolated any? Does trying to load the same content from your hardd

Re: Rev crashes when getting back web pages contents

2005-05-31 Thread Sarah Reichelt
I need to get back the contents of about 30 web pages in a row. I tried various methods, inside loops or with a "send", using "put url tUrl into...", "load url tUrl..." monitored by a callback message, etc. But most of the time Rev crashes unpredictably and of course anytime. I had a look at

Re: Rev crashes when getting back web pages contents

2005-05-31 Thread Mark Wieder
Eric- Tuesday, May 31, 2005, 1:11:33 PM, you wrote: EC> In addition, I noticed that when you repeat a get Url (the same one) EC> many times, you may have an empty result (1/50). I don't know about the hard crashes, but... One of the problems with using http is that it's not a guaranteed protoco

Re: Rev crashes when getting back web pages contents

2005-05-31 Thread sims
Hi again Sims, Le 31 mai 05 à 22:43, sims a écrit : Hello Sims, Yes I tried load with , loading the next one when the urlStatus of the previous one was "cached". But I got the same inpredictable crashes :-( Any clues? An app I have here has now downloaded 83 out of 214 assigned web pages

Re: Rev crashes when getting back web pages contents

2005-05-31 Thread Eric Chatonet
Hi again Sims, Le 31 mai 05 à 22:43, sims a écrit : Hello Sims, Yes I tried load with , loading the next one when the urlStatus of the previous one was "cached". But I got the same inpredictable crashes :-( Any clues? I'm sure someone will correct me if I am wrong :-/ ...but I don't t

Re: Rev crashes when getting back web pages contents

2005-05-31 Thread sims
Hello Sims, Yes I tried load with , loading the next one when the urlStatus of the previous one was "cached". But I got the same inpredictable crashes :-( Any clues? I'm sure someone will correct me if I am wrong :-/ ...but I don't think you have to wait for each one to 'cache'. Are you u

Re: Rev crashes when getting back web pages contents

2005-05-31 Thread Eric Chatonet
Hello Sims, Yes I tried load with , loading the next one when the urlStatus of the previous one was "cached". But I got the same inpredictable crashes :-( Any clues? Le 31 mai 05 à 22:25, sims a écrit : In addition, I noticed that when you repeat a get Url (the same one) many times, you ma

Re: Rev crashes when getting back web pages contents

2005-05-31 Thread sims
In addition, I noticed that when you repeat a get Url (the same one) many times, you may have an empty result (1/50). Would using 'load' instead of 'get Url' work for you? ciao, sims ___ use-revolution mailing list use-revolution@lists.runrev.com

Re: Rev crashes when getting back web pages contents

2005-05-31 Thread Eric Chatonet
Hi Andre, Shall we name 31 of may the spooky Rev day? I am afraid yes :-( In addition, I noticed that when you repeat a get Url (the same one) many times, you may have an empty result (1/50). There are workarounds for this issue but when Rev crashes (and sometimes badly with the blue scree

Re: Rev crashes when getting back web pages contents

2005-05-31 Thread Andre Garzia
On May 31, 2005, at 4:54 PM, Eric Chatonet wrote: Hello Andre, Thanks for your input. As it is unpredictable it des not seem to be relative to the page contents. The pages I want to get are most of the time html pages (some with php scripts) or old framed pages where I search the right href

Re: Rev crashes when getting back web pages contents

2005-05-31 Thread Eric Chatonet
Hello Andre, Thanks for your input. As it is unpredictable it des not seem to be relative to the page contents. The pages I want to get are most of the time html pages (some with php scripts) or old framed pages where I search the right href to get their contents. They are not heavy pages.

Re: Rev crashes when getting back web pages contents

2005-05-31 Thread Andre Garzia
On May 31, 2005, at 9:01 AM, Eric Chatonet wrote: Hi everyone, I need to get back the contents of about 30 web pages in a row. I tried various methods, inside loops or with a "send", using "put url tUrl into...", "load url tUrl..." monitored by a callback message, etc. But most of the time

Rev crashes when getting back web pages contents

2005-05-31 Thread Eric Chatonet
Hi everyone, I need to get back the contents of about 30 web pages in a row. I tried various methods, inside loops or with a "send", using "put url tUrl into...", "load url tUrl..." monitored by a callback message, etc. But most of the time Rev crashes unpredictably and of course anytime. I