Page 1 of 1

revLibURL can't find handler ulExtSetSSLVerification

Posted: Wed May 03, 2017 8:46 pm
by jdarknet
Hi,

This happens after generating stand alone application for android, once generated, the error occurs when trying to execute any command from the library revLibURL , run the desktop or run android,It's the same in lc for Mac and windows.

Regards,

LiveCode 8.1.3 Build 14017 Indi Edition
Windows and Mac

Julián

Re: revLibURL can't find handler ulExtSetSSLVerification

Posted: Thu May 04, 2017 7:18 pm
by LiveCode_Panos
Hi Julián,

This is a bug, which is fixed in LiveCode 8.1.4- RC1:

http://quality.livecode.com/show_bug.cgi?id=18833

A workaround in 8.1.3 is to type in the msg box:

Code: Select all

start using stack tsnetliburl
after deploying to simulator (or after creating the standalone).

This will re-load the tsNet library in the IDE.

Best regards,
Panos
--