NSURLErrorDomain error -999

Ralph DiMola rdimola at evergreeninfo.net
Wed Nov 14 21:22:48 EST 2018


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
rdimola at evergreeninfo.net


-----Original Message-----
From: use-livecode [mailto:use-livecode-bounces at 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 at 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 at lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list