Yes, This can be safely ignored. I reported this in 2014 QCC 12575. I did
some research at the time and found a code snippet in objective C that shows
it to be the only error that can be safely ignored. The code is documented
in the QCC report.

Ralph DiMola
IT Director
Evergreen Information Services
rdim...@evergreeninfo.net


-----Original Message-----
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Trevor DeVore via use-livecode
Sent: Wednesday, November 14, 2018 4:31 PM
To: How to use LiveCode
Cc: Trevor DeVore
Subject: Re: NSURLErrorDomain error -999

On Wed, Nov 14, 2018 at 8:57 AM Mike Kerner via use-livecode <
use-livecode@lists.runrev.com> wrote:

> Any idea what the error means, before I fire up the sniffer?
>

I ran into that same error when implementing Single Sign-on in my app (which
has a lot of redirects). I found the same article that Colin pointed to. I
tried to troubleshoot it for a while but eventually I just implemented the
following workaround. In browserNavigateFailed I have this
code:

```
if pError contains "NSURLErrorDomain error -999" then
  browserNavigateComplete pURL
else
  ...
end if
```

--
Trevor DeVore
ScreenSteps
www.screensteps.com
_______________________________________________
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/mailman/listinfo/use-livecode


_______________________________________________
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/mailman/listinfo/use-livecode

Reply via email to