Re: The Dreaded tsNet "Error Previous request not completed" iOS app

2021-11-19 Thread Mark Waddingham via use-livecode
On 2021-11-19 17:20, Ralph DiMola via use-livecode wrote: I just wanted to thank Jacqueline Landman Gay and Charles Warwick for this thread https://www.mail-archive.com/use-livecode@lists.runrev.com/msg113554.html I still wonder how more than one synchronous operation can be in play at the

RE: The Dreaded tsNet "Error Previous request not completed" iOS app

2021-11-19 Thread Ralph DiMola via use-livecode
I just wanted to thank Jacqueline Landman Gay and Charles Warwick for this thread https://www.mail-archive.com/use-livecode@lists.runrev.com/msg113554.html I still wonder how more than one synchronous operation can be in play at the same as synchronous operations are blocking. Oh well I works now

RE: The Dreaded tsNet "Error Previous request not completed" iOS app

2021-11-19 Thread Ralph DiMola via use-livecode
PDF widget appeared and my initial testing shows that I am no longer throwing the "Error Previous request not completed" error. I tested a 9.6.5rc2 build and not yet seen the error on iOS. I have a tester trying a LC 10dp1 iOS build and he has not seen the error either. So... Don't blow past t

RE: The Dreaded tsNet "Error Previous request not completed" iOS app

2021-11-17 Thread Ralph DiMola via use-livecode
...@lists.runrev.com] On Behalf Of matthias rebbe via use-livecode Sent: Wednesday, November 17, 2021 5:26 PM To: How to use LiveCode Cc: matthias_livecode_150...@m-r-d.de Subject: Re: The Dreaded tsNet "Error Previous request not completed" iOS app According to Livecode's website https://liveco

Re: The Dreaded tsNet "Error Previous request not completed" iOS app

2021-11-17 Thread matthias rebbe via use-livecode
To: How to use LiveCode > Cc: J. Landman Gay > Subject: Re: The Dreaded tsNet "Error Previous request not completed" iOS > app > > On 11/16/21 6:51 PM, Ralph DiMola via use-livecode wrote: >> iOS app built with LC 9.6.5 rc2 on Big Sur using Xcode 12.5. >> I am d

RE: The Dreaded tsNet "Error Previous request not completed" iOS app

2021-11-17 Thread Ralph DiMola via use-livecode
e-livecode Sent: Wednesday, November 17, 2021 2:44 PM To: How to use LiveCode Cc: J. Landman Gay Subject: Re: The Dreaded tsNet "Error Previous request not completed" iOS app On 11/16/21 6:51 PM, Ralph DiMola via use-livecode wrote: > iOS app built with LC 9.6.5 rc2 on Big Sur using X

RE: The Dreaded tsNet "Error Previous request not completed" iOS app

2021-11-17 Thread Ralph DiMola via use-livecode
"Error Previous request not completed" iOS app On 11/16/21 6:51 PM, Ralph DiMola via use-livecode wrote: > iOS app built with LC 9.6.5 rc2 on Big Sur using Xcode 12.5. > I am doing several synchronous operations in the form "put url > (some-url) into tVar". I do

Re: The Dreaded tsNet "Error Previous request not completed" iOS app

2021-11-17 Thread J. Landman Gay via use-livecode
On 11/16/21 6:51 PM, Ralph DiMola via use-livecode wrote: iOS app built with LC 9.6.5 rc2 on Big Sur using Xcode 12.5. I am doing several synchronous operations in the form "put url (some-url) into tVar". I do 1 or 2 and then every request after that fails. Played with the various timeouts with

The Dreaded tsNet "Error Previous request not completed" iOS app

2021-11-16 Thread Ralph DiMola via use-livecode
iOS app built with LC 9.6.5 rc2 on Big Sur using Xcode 12.5. I am doing several synchronous operations in the form "put url (some-url) into tVar". I do 1 or 2 and then every request after that fails. Played with the various timeouts with no success. I also tried setting tsNetLibUrlReuseConnection

Re: Previous request not completed

2021-10-13 Thread J. Landman Gay via use-livecode
ompletely new connection each time. You will still experience the "previous request not completed" if you try to make two synchronous requests against the same server at the same time regardless of this setting. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Sof

Re: Previous request not completed

2021-10-12 Thread Charles Warwick via use-livecode
tsNet instead of its own internal methods. However, you are also free to not include libURL and just use tsNet by itself. Whether you are using tsNet or libUrl, you can get the "previous request not completed" error if you are not using pro features and you are performing s

Re: Previous request not completed

2021-10-11 Thread J. Landman Gay via use-livecode
On 10/11/21 2:35 PM, Mark Wieder via use-livecode wrote: So I'd say either try the tsNettsNetLibUrlReuseConnection command or loop on the socket you're using in the opensockets (in my case it was :443), waiting for it to disappear from the list. Unfortunately, simply completing a put url and

Re: Previous request not completed

2021-10-11 Thread Mark Wieder via use-livecode
time to timeout I'll get the "previous request not completed" error. So I'd say either try the tsNettsNetLibUrlReuseConnection command or loop on the socket you're using in the opensockets (in my case it was :443), waiting for it to disappear from the list. Unfortunately, simply complet

Re: Previous request not completed

2021-10-10 Thread J. Landman Gay via use-livecode
use-livecode@lists.runrev.com> wrote: When sending several requests to a server, I get "Previous request not completed" a lot. If I set tsNetLibUrlReuseConnection to false, will that prevent it? Are there any down sides? -- Jacqueline Landman Gay | jac...@hyperactives

Re: Previous request not completed

2021-10-09 Thread Tom Glod via use-livecode
. On Sat, Oct 9, 2021 at 3:58 PM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > When sending several requests to a server, I get "Previous request not > completed" a lot. If I > set tsNetLibUrlReuseConnection to false, will that prevent it? A

Previous request not completed

2021-10-09 Thread J. Landman Gay via use-livecode
When sending several requests to a server, I get "Previous request not completed" a lot. If I set tsNetLibUrlReuseConnection to false, will that prevent it? Are there any down sides? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software

Re: TSNet - Previous request not completed

2016-08-22 Thread J. Landman Gay
On 8/22/2016 2:05 PM, J. Landman Gay wrote: I was mistaken about the test URLs. It isn't a new URL each time, it's the same one that calls a PHP script on the server. I believe the old libURL had the same behavior; it didn't allow duplicate requests. So that part probably isn't a bug even though

Re: TSNet - Previous request not completed

2016-08-22 Thread J. Landman Gay
On 8/22/2016 12:41 AM, Monte Goulding wrote: On 22 Aug 2016, at 3:38 PM, J. Landman Gay <jac...@hyperactivesw.com> wrote: Using an Indy license, I'm getting a lot of "previous request not completed" errors when trying to POST to a server. In the past, connectivity would eventu

Re: TSNet - Previous request not completed

2016-08-21 Thread Monte Goulding
> On 22 Aug 2016, at 3:38 PM, J. Landman Gay <jac...@hyperactivesw.com> wrote: > > Using an Indy license, I'm getting a lot of "previous request not completed" > errors when trying to POST to a server. In the past, connectivity would > eventually resume when a n

TSNet - Previous request not completed

2016-08-21 Thread J. Landman Gay
Using an Indy license, I'm getting a lot of "previous request not completed" errors when trying to POST to a server. In the past, connectivity would eventually resume when a new request was sent. With TSNet, no more requests will ever complete no matter how long you wait or wha

Re: error Previous request not completed

2016-08-04 Thread J. Landman Gay
On 8/4/2016 2:37 PM, Sannyasin Brahmanathaswami wrote: what about reset? if pError is "Previous request not completed" behavior here I'm getting is that the attempt to run that repeat will fail because the network API is "locked up" I haven't seen a lockup, so I

Re: error Previous request not completed

2016-08-04 Thread Sannyasin Brahmanathaswami
Jacqueline.. thanks for these snippets what about reset? if pError is "Previous request not completed" behavior here I'm getting is that the attempt to run that repeat will fail because the network API is "locked up" BR On 8/4/16, 9:11 AM, "use-livecode on behalf

Re: error Previous request not completed

2016-08-04 Thread J. Landman Gay
On 8/4/2016 11:05 AM, Sannyasin Brahmanathaswami wrote: it still failed and locked up.. that's where I added "put the result" at the end of the loop and there it was again: "error Previous request not completed" We've had the same issue, the problem occurs usually on

Re: error Previous request not completed

2016-08-04 Thread Sannyasin Brahmanathaswami
nsferTests/" & tFileForWeb into tRemoteFile put url ("binfile:/" & tFileToUpload) into url( tRemoteFile) end repeat end mouseUp huh! it still failed and locked up.. that's where I added "put the result" at the end of the loop and there it was again:

Re: error Previous request not completed

2016-08-04 Thread Charles Warwick
request not completed If this is new in DP3, that sounds like it is possibly a bug in tsNet that needs to be addressed. Can you provide any more details on when this happens? Regards, Charles So how do we re-initialize libURL? BR ___ use

error Previous request not completed

2016-08-04 Thread Sannyasin Brahmanathaswami
Previous request not completed So how do we re-initialize libURL? BR ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com

POST command and Previous Request Not completed

2015-06-20 Thread Klaus major-k
Hi friends, I have a little understanding problem. 8-) Say we have some POST commands and fire them one after another. Now according to the docs, the POST command is blocking, so we should NOT see the error dialog Previous Request Not completed“ any time, right? But under some (mysterious

Re: POST command and Previous Request Not completed

2015-06-20 Thread Klaus major-k
Bonjour mon ami, Am 20.06.2015 um 16:11 schrieb Pierre Sahores s...@sahores-conseil.com: Guten Tag Freud Klaus, Does it still occurs if each POST command is followed by a « put it into mylocalVar » : Post ... put it ... Post ... put it … etc… I am checking: if IT = empty then…

Re: POST command and Previous Request Not completed

2015-06-20 Thread J. Landman Gay
request not completed when getting a URL I'd love to know. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com ___ use-livecode mailing list use-livecode@lists.runrev.com

Re: POST command and Previous Request Not completed

2015-06-20 Thread Trevor DeVore
On Saturday, June 20, 2015, Klaus major-k kl...@major-k.de wrote: Say we have some POST commands and fire them one after another. Now according to the docs, the POST command is blocking, so we should NOT see the error dialog Previous Request Not completed“ any time, right? But under some

Re: POST command and Previous Request Not completed

2015-06-20 Thread J. Landman Gay
On June 20, 2015 9:18:59 AM CDT, Klaus major-k kl...@major-k.de wrote: Maybe i am just misunderstand „blocking“ here!? I thought this would be like firing an ASK or ANSWER dialog, no? It blocks libURL from accepting a new request but returns control to your script after a brief time. So it

Re: POST command and Previous Request Not completed

2015-06-20 Thread Pierre Sahores
: Hi friends, I have a little understanding problem. 8-) Say we have some POST commands and fire them one after another. Now according to the docs, the POST command is blocking, so we should NOT see the error dialog Previous Request Not completed“ any time, right? But under some

Re: POST command and Previous Request Not completed

2015-06-20 Thread Richard Gaskin
Trevor DeVore wrote: On Saturday, June 20, 2015, Klaus major-k klaus at major-k.de wrote: Say we have some POST commands and fire them one after another. Now according to the docs, the POST command is blocking, so we should NOT see the error dialog Previous Request Not completed“ any time

Re: POST command and Previous Request Not completed

2015-06-20 Thread Mike Bonner
I have a couple curiosity questions re: post. The dictionary (7.0.5) has the following Note: The Android and iOS engines do not support 'libUrl' but allow you to use post in the background. [...] Does anyone have an example of using post in the background on mobile? Is there a callback message

Re: POST command and Previous Request Not completed

2015-06-20 Thread J. Landman Gay
On 6/20/2015 1:06 PM, Richard Gaskin wrote: I believe Klaus is onto something, that POST is only blocking in some very specific ways that are difficult to identify and anticipate. There's someone on the forums with the same POST issue. They're trying to POST every few seconds and they're

Previous request not completed

2013-09-16 Thread J. Landman Gay
I'm curious how people handle the error message Previous request not completed when sending data to a server. Right now, if I get that error, I close all open sockets and re-send the data. But during a screen sharing session with my client I saw it happen, and some time after the error

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

Re: network error 'previous request not completed'

2013-06-19 Thread Andrew Kluthe
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', usually in response to a post request, and ends with LC being pretty much totally unresponsive to any

Re: network error 'previous request not completed'

2013-06-19 Thread Mark Schonewille
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', usually in response

Re: network error 'previous request not completed'

2012-01-18 Thread Phil Jimmieson
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 (libURLSetLogField) for my beta tester - hopefully that will shed some light on the issue. If anyone has

Re: network error 'previous request not completed'

2012-01-18 Thread Terry Judd
on 4.6.4 as well). Terry... On 18 Jan 2012, at 01:09, Terry Judd wrote: 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

network error 'previous request not completed'

2012-01-17 Thread Terry Judd
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 this can sometimes (but not always

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

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 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