Adding Siri in iOS 12

I've tried to add a new Siri Short Cut to my app, and am still learning. I have been able to trigger the Intent handler, (I have a "print" in the class of "Meetings" to show that the "Reset" intent has been executed). However, I am getting the following error, which I do not yet understand:


meeting reset

2018-07-01 15:32:47.097474-0400 WastedTime[3257:1466615] [BoringSSL] Function nw_protocol_boringssl_error: line 1580 BoringSSL [0x106754a10] Lower protocol stack error: 61

2018-07-01 15:32:47.098217-0400 WastedTime[3257:1466615] TIC TCP Conn Failed [3:0x283845d40]: 1:61 Err(61)

2018-07-01 15:32:47.099426-0400 WastedTime[3257:1466615] Task <1057A8B2-993C-47CB-8C0B-AA71D6AB782A>.<2> HTTP load failed (error code: -1004 [1:61])

2018-07-01 15:32:47.099616-0400 WastedTime[3257:1467172] Task <1057A8B2-993C-47CB-8C0B-AA71D6AB782A>.<2> finished with error - code: -1004

2018-07-01 15:32:48.114664-0400 WastedTime[3257:1466615] [BoringSSL] Function nw_protocol_boringssl_error: line 1580 BoringSSL [0x1067550c0] Lower protocol stack error: 61

2018-07-01 15:32:48.115372-0400 WastedTime[3257:1466615] TIC TCP Conn Failed [4:0x283842a00]: 1:61 Err(61)

2018-07-01 15:32:48.116693-0400 WastedTime[3257:1466615] Task <CCF6080B-88B4-4C80-AE74-43A808C75FB1>.<3> HTTP load failed (error code: -1004 [1:61])

2018-07-01 15:32:48.116898-0400 WastedTime[3257:1466159] Task <CCF6080B-88B4-4C80-AE74-43A808C75FB1>.<3> finished with error - code: -1004


Can anyone point me in the right direction? Thanks

Accepted Reply

This logging is from iOS. We'd appreciate a bugon removing these logs so they don't get in the way of you debugging your app.

Replies

This doesn’t appear related to Sirikit. Looks like something to do with some IP socket code involving boringssl, which is a google git project. Are you linking against that package?

This logging is from iOS. We'd appreciate a bugon removing these logs so they don't get in the way of you debugging your app.