Version 8.1 url(turl) returning empty

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
cusingerBUSCw5N
Posts: 339
Joined: Wed Jul 11, 2012 9:24 pm

Version 8.1 url(turl) returning empty

Post by cusingerBUSCw5N » Sat Oct 29, 2016 5:27 pm

Hi. I have upgrade to 8.1 and none of my url calls return any information on an android.
They are all https://
They return information in 7.06
example:

Code: Select all

put "https://www.readyconnect.us/checkregistrationremote_new.cfm?code=61a88&type=biz" into turl
         replace return with "" in turl
         replace " " with "" in turl
         put url(turl) into tresult
returns if you put it in a brower or in 7.06, you get:
king/6754//biz/KingVXVZCity///readyconnectloops.png///BaysideZYQYDeli/multiple/res/multiple/admin
in 8.1 - nothing
:cry:

Klaus
Posts: 13806
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: Version 8.1 url(turl) returning empty

Post by Klaus » Sat Oct 29, 2016 5:49 pm

Please update to LC 8.1.1!
If I remember correctly that was a bug in 8.1.

With 8.1.1 I get what you exspected:
king/6754//biz/KingVXVZCity///readyconnectloops.png///BaysideZYQYDeli/multiple/res/multiple/admin

cusingerBUSCw5N
Posts: 339
Joined: Wed Jul 11, 2012 9:24 pm

Re: Version 8.1 url(turl) returning empty

Post by cusingerBUSCw5N » Sat Oct 29, 2016 5:54 pm

ok...that's good...unfortunately, mergav/mergmicrophone don't work in the newer upgrades (at least that's what I've been told...) - which is why I upgraded.

Klaus
Posts: 13806
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: Version 8.1 url(turl) returning empty

Post by Klaus » Sat Oct 29, 2016 7:04 pm

cusingerBUSCw5N wrote:... mergav/mergmicrophone don't work in the newer upgrades (at least that's what I've been told...)
Since the complete MergExt external collection is part of Livecode since LC 8.1, I highly doubt this!
Why not test it by yourself? 8)

dave.kilroy
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 858
Joined: Wed Jun 24, 2009 1:17 pm
Location: Plymouth, UK
Contact:

Re: Version 8.1 url(turl) returning empty

Post by dave.kilroy » Sun Oct 30, 2016 10:34 am

Hi Klaus, mergAV and mergMicrophone (and possibly other merg externals) currently don't work with LC 8.1.1 or LC 9.0 (dp1) without the workaround described at http://quality.livecode.com/show_bug.cgi?id=18683
"...this is not the code you are looking for..."

Klaus
Posts: 13806
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: Version 8.1 url(turl) returning empty

Post by Klaus » Sun Oct 30, 2016 11:40 am

Yep, I saw it yesterday in the "install mergav" thread here:
http://forums.livecode.com/viewtopic.php?f=14&t=28210

dave.kilroy
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 858
Joined: Wed Jun 24, 2009 1:17 pm
Location: Plymouth, UK
Contact:

Re: Version 8.1 url(turl) returning empty

Post by dave.kilroy » Sun Oct 30, 2016 12:39 pm

Ah the wonders of modern technology - include cross-forum-thread communication :)
"...this is not the code you are looking for..."

Klaus
Posts: 13806
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: Version 8.1 url(turl) returning empty

Post by Klaus » Sun Oct 30, 2016 7:34 pm

dave.kilroy wrote:Ah the wonders of modern technology - include cross-forum-thread communication :)
Yep, Utopia, here we come! :D

Post Reply

Return to “Internet”