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
revLibURL can't find handler ulExtSetSSLVerification
Moderator: Klaus
-
- Livecode Staff Member
- Posts: 864
- Joined: Fri Feb 06, 2015 4:03 pm
Re: revLibURL can't find handler ulExtSetSSLVerification
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:
after deploying to simulator (or after creating the standalone).
This will re-load the tsNet library in the IDE.
Best regards,
Panos
--
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
This will re-load the tsNet library in the IDE.
Best regards,
Panos
--