Re: network error 'previous request not completed'

2013-06-19 Thread Mark Schonewille
Hi Graham, I posted this to the forum a few days ago: local lBusy on mouseUp put empty if lBusy is true then beep answer "Are you sure" with "Yes" or "No" if it is "No" then exit mouseUp else repeat for each

Re: network error 'previous request not completed'

2013-06-19 Thread Andrew Kluthe
I fight this on occasion too. Still have not found a solution that works besides telling them to quit and restart. On Wed, Jun 19, 2013 at 11:03 AM, Graham Pearson wrote: > Were you able to find a solution for this. I have just ran into this > just today from an application that was working well

Re: network error 'previous request not completed'

2013-06-19 Thread Graham Pearson
Were you able to find a solution for this. I have just ran into this just today from an application that was working well. On 1/17/2012 7:04 PM, Terry Judd wrote: > I'm experiencing a serious connectivity problem that appears to start with > the error 'error Previous request not completed', usu

Re: network error 'previous request not completed'

2012-01-18 Thread Terry Judd
On 18/01/2012, at 07:15 PM, Phil Jimmieson wrote: Hi folks, I'm still using LiveCode 4.6.4 on one laptop (OS X Lion) and I have a program which retrieves data using put URL (via http) which has been occasionally showing the problem you describe. Once its broken the only solution seems to be to

Re: network error 'previous request not completed'

2012-01-18 Thread Phil Jimmieson
Hi folks, I'm still using LiveCode 4.6.4 on one laptop (OS X Lion) and I have a program which retrieves data using put URL (via http) which has been occasionally showing the problem you describe. Once its broken the only solution seems to be to restart LiveCode. I tried resetall, which unfortuna

Re: network error 'previous request not completed'

2012-01-17 Thread Bob Sneidar
Now if only we could get a command like that for when Livecode gets into a weird state and won't respond to anything! Bob On Jan 17, 2012, at 5:09 PM, Terry Judd wrote: > In the IDE this can > sometimes (but not always) be rectified by calling resetAll ___

re: network error 'previous request not completed'

2012-01-17 Thread Terry Judd
Thanks Jacqui - I think that's a separate issue. I occasionally get those empty results as well and have ways of working around them - the big difference is that unlike the 'previous request not completed' error they don't break subsequent network connections. I've added a network activity log

Re: network error 'previous request not completed'

2012-01-17 Thread J. Landman Gay
On 1/17/12 6:04 PM, Terry Judd wrote: I'm experiencing a serious connectivity problem that appears to start with the error 'error Previous request not completed', usually in response to a post request, and ends with LC being pretty much totally unresponsive to any network requests. In the IDE thi