Posts

Post not yet marked as solved
3 Replies
Same for me. Apple TV v.4(6), iOS 12.1.1Error Domain=AVFoundationErrorDomain Code=-11800 "The operation could not be completed" UserInfo={NSLocalizedFailureReason=An unknown error occurred (-12926), NSLocalizedDescription=The operation could not be completed, NSUnderlyingError=0x283552160 {Error Domain=NSOSStatusErrorDomain Code=-12926 "(null)"}}))
Post not yet marked as solved
14 Replies
Hi sergeyne,We've faced with a similar issue, had your bug is closed with some resolution?Use case:Make a switch between wifi and 3G/4G;Moving to the background and foreground;At some point, the user sees time out error for all requests. Only restart of the app helps.eskimo,Using "setenv("CFNETWORK_DIAGNOSTICS", "3", 1);"I've gathered the following.default 19:54:56.119246 +0300 **** CFNetwork Diagnostics [3:37959] 18:54:56.116 { Protocol Enqueue: request GET https://***** HTTP/1.1 Request: {url = https://****, cs = 0x0} Message: GET https://**** HTTP/1.1 Accept: application/json Content-Type: application/json X-Client-Id: 2.3.41 (18460)||Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 header: *** Accept-Language: en-us header: *** Accept-Encoding: br, gzip, deflate header: *** } [3:37959] default 19:54:56.274545 +0300 bluetoothd Matched UUID *** for device "" default 19:54:56.392140 +0300 *** TIC TCP Conn Cancel [518:0x282f57780] default 19:54:56.392264 +0300 *** [C518 ***:443 tcp, url hash: e37a5a66, tls] cancel default 19:54:56.392425 +0300 *** [C518 ***:443 tcp, url hash: e37a5a66, tls] cancelledAnd then.default 19:55:06.535110 +0300 *** CFNetwork Diagnostics [3:37960] 18:55:06.533 { Did Timeout: (null) Loader: {url = https://***, cs = 0x0} Timeout Interval: 60.000 seconds init to origin load: 0.000351071s total time: 60.1877s total bytes: 0 } [3:37960]Do you have any clues about what we should look for do understand the reason for such behavior?Thanks in advance.