LibRevCurl
Mark Schonewille
m.schonewille at economy-x-talk.com
Wed Jun 26 08:52:49 EDT 2013
Hi Andrew,
I just had a similar problem with a project for a customer. I'm not
using LibRevCurl, but I did run into the previous request error. This is
how I solved it:
put bla into url foo
if the result contains "previous request" then
beep
answer "Please, go back and try again"
// or whatever suits your project
send "resetAll" to me in 0 millisecs
end if
There seems to be a problem with recent version of LC, which cause LC to
lock up if resetAll is used directly. I use the send command to solve this.
The q() function is probably:
function q theString
return quote & theString & quote
end q
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553
Use Color Converter to convert CMYK, RGB, RAL, XYZ, H.Lab and other
colour spaces. http://www.color-converter.com
Buy my new book "Programming LiveCode for the Real Beginner"
http://qery.us/3fi
Fill out this survey please
http://livecodebeginner.economy-x-talk.com/survey/
On 6/25/2013 23:29, Andrew Kluthe wrote:
> Hey Ya'll,
>
> Do any of you out there use libRevCurl from the late mark smith?
>
> I am trying to use it to get around the "previous request not completed"
> error mentioned on this list, but I just cannot get it to do much of
> anything.
>
> Is anyone using it with LC 5.5.4 successfully?
>
> I keep getting "libRevCurl error: runTillDone" or error in function handler
> on line 706.
>
> I can verify the path to curl is being found by libRevCurl and all that, i
> just can't actually get it make requests.
>
> I also notice a q() function being called several times but actually not
> found in the library itself.
>
> Does anyone have a newer version of this than 1.0.2b?
>
More information about the use-livecode
mailing list