TIC TCP Conn Failed [46:0x170194360]: 12:8 Err(-65554)

I'm intermittently getting an issue with 10.3.x version of my iOS app which says TIC TCP Conn Failed [46:0x170194360]: 12:8 Err(-65554)

This happens sometimes and works fine on relaunching the app but again starts giving the same problem.

This happens when I try to fetch some content from server using the Rest APIs.


Here's the complete log of the error that I get.


Jul 20 21:47:21 iPhone MyApp(CFNetwork)[7347] <Notice>: TIC TCP Conn Start [46:0x170194360]

Jul 20 21:47:21 iPhone MyApp(CFNetwork)[7347] <Notice>: TIC TCP Conn Event [46:0x170194360]: 3 Err(-65554)

Jul 20 21:47:21 iPhone MyApp(CFNetwork)[7347] <Error>: TIC TCP Conn Failed [46:0x170194360]: 12:8 Err(-65554)

Jul 20 21:47:21 iPhone MyApp(CFNetwork)[7347] <Notice>: TIC TCP Conn Cancel [46:0x170194360]

Jul 20 21:47:21 iPhone MyApp(CFNetwork)[7347] <Notice>: TIC TCP Conn Destroyed [46:0x170194360]

Jul 20 21:47:21 iPhone MyApp(CFNetwork)[7347] <Notice>: _CFNetworkIsConnectedToInternet returning 1, flagsValid: 1, flags: 0x40003

Jul 20 21:47:21 iPhone MyApp(CFNetwork)[7347] <Error>: HTTP load failed (error code: -1003 [12:8])

Jul 20 21:47:21 iPhone MyApp(CFNetwork)[7347] <Error>: NSURLSessionTask finished with error - code: -1003


Any idea or clue on what this is about? If anybody can explain me the meaning of this error.

Replies

I am also facing the same problem

I am also faceing the same problem


I used UIWebview , sometimes it happend

2017-12-07 14:50:49.883856+0800 xxxx[790:423269] WF: _WebFilterIsActive returning: NO

2017-12-07 14:50:50.093343+0800 xxxx[790:423230] TIC TCP Conn Failed [30:0x1c416b640]: 12:8 Err(-65554)

2017-12-07 14:50:50.094332+0800 xxxx[790:423298] Task <C036A8DB-A9FD-4A37-9D0F-32333BCC1D26>.<0> HTTP load failed (error code: -1003 [12:8])

2017-12-07 14:50:50.094648+0800 xxxx[790:423298] NSURLConnection finished with error - code -1003

2017-12-07 14:50:50.101982+0800 xxxx[790:423281] TIC TCP Conn Failed [31:0x1c01726c0]: 12:8 Err(-65554)

2017-12-07 14:50:50.103420+0800 xxxx[790:423298] Task <67B4D209-2BCF-41BA-9A8D-4591116B847C>.<0> HTTP load failed (error code: -1003 [12:8])

2017-12-07 14:50:50.103811+0800 xxxx[790:423298] NSURLConnection finished with error - code -1003


https://github.com/AFNetworking/AFNetworking/issues/3999


this post said ios 11.1xx is fixed this issue, i think fixed base NSURLSession, But UIWebView's network still base on NSURLConnection

is not fixede on NSURLConnection??

I'm not sure.

Is anyone give some help? Thx.

I have this same error with WebView on macOS. Can't get any new apps to work, but existing ones do.

I have the same issue. I tried to disable App SandBox but I get the same error. My old projects works propertly