diff --git a/OpenJibo/src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/DemoConversationBroker.cs b/OpenJibo/src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/DemoConversationBroker.cs index 7421753..5e5ee17 100644 --- a/OpenJibo/src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/DemoConversationBroker.cs +++ b/OpenJibo/src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Application/Services/DemoConversationBroker.cs @@ -76,6 +76,16 @@ public sealed class DemoConversationBroker(JiboInteractionService interactionSer return intentName switch { "cloud_version" => false, + "memory_set_name" => false, + "memory_get_name" => false, + "memory_set_birthday" => false, + "memory_get_birthday" => false, + "memory_set_important_date" => false, + "memory_get_important_date" => false, + "memory_set_preference" => false, + "memory_get_preference" => false, + "memory_set_affinity" => false, + "memory_get_affinity" => false, "word_of_the_day" => false, "word_of_the_day_guess" => false, "radio" => false, diff --git a/OpenJibo/tests/Jibo.Cloud.Tests/WebSockets/JiboWebSocketServiceTests.cs b/OpenJibo/tests/Jibo.Cloud.Tests/WebSockets/JiboWebSocketServiceTests.cs index 506c1b7..7df88c4 100644 --- a/OpenJibo/tests/Jibo.Cloud.Tests/WebSockets/JiboWebSocketServiceTests.cs +++ b/OpenJibo/tests/Jibo.Cloud.Tests/WebSockets/JiboWebSocketServiceTests.cs @@ -3955,6 +3955,50 @@ public sealed class JiboWebSocketServiceTests Assert.False(session.Metadata.ContainsKey("greetingsLastProactiveUtc")); } + [Fact] + public async Task WhoAmI_DoesNotLeaveFollowUpOpen() + { + var token = _store.IssueRobotToken("identity-close-token"); + + await _service.HandleMessageAsync(new WebSocketMessageEnvelope + { + HostName = "neo-hub.jibo.com", + Path = "/listen", + Kind = "neo-hub-listen", + Token = token, + Text = """{"type":"LISTEN","transID":"trans-identity-close","data":{"rules":["launch"]}}""" + }); + + await _service.HandleMessageAsync(new WebSocketMessageEnvelope + { + HostName = "neo-hub.jibo.com", + Path = "/listen", + Kind = "neo-hub-listen", + Token = token, + Text = """{"type":"CONTEXT","transID":"trans-identity-close","data":{"runtime":{"perception":{"speaker":"person-1"},"loop":{"users":[{"id":"person-1","firstName":"erin"}]}}}}""" + }); + + var replies = await _service.HandleMessageAsync(new WebSocketMessageEnvelope + { + HostName = "neo-hub.jibo.com", + Path = "/listen", + Kind = "neo-hub-listen", + Token = token, + Text = """{"type":"CLIENT_ASR","transID":"trans-identity-close","data":{"text":"who am i"}}""" + }); + + Assert.Equal(3, replies.Count); + using (var listenPayload = JsonDocument.Parse(replies[0].Text!)) + { + Assert.Equal("memory_get_name", listenPayload.RootElement.GetProperty("data").GetProperty("nlu").GetProperty("intent").GetString()); + } + + var session = _store.FindSessionByToken(token); + Assert.NotNull(session); + Assert.False(session.FollowUpOpen); + Assert.False(session.TurnState.AwaitingTurnCompletion); + } + [Fact] public async Task ClientAsrPersonalReport_StateMachinePersistsAcrossTurns() { diff --git a/tmp/jibo-test-46/captures/http/20260515.events.ndjson b/tmp/jibo-test-46/captures/http/20260515.events.ndjson new file mode 100644 index 0000000..4b667b8 --- /dev/null +++ b/tmp/jibo-test-46/captures/http/20260515.events.ndjson @@ -0,0 +1,3 @@ +{"capturedUtc":"2026-05-15T02:49:25.2933781+00:00","request":{"RequestId":"84d563db20494a81beb845a66f923bac","Transport":"http","Method":"GET","HostName":"api.jibo.com","Path":"/","ServicePrefix":null,"Operation":null,"DeviceId":"","CorrelationId":"0HNLI5I9F3QLV:00000001","FirmwareVersion":"","ApplicationVersion":"","Headers":{"Connection":"close","Host":"api.jibo.com"},"BodyText":""},"response":{"StatusCode":204,"ContentType":"text/plain","Headers":{},"BodyText":""}} +{"capturedUtc":"2026-05-15T02:49:32.5022616+00:00","request":{"RequestId":"af4e272ee2bf4c9bb682b944108f845f","Transport":"http","Method":"POST","HostName":"api.jibo.com","Path":"/","ServicePrefix":"Notification_20150505","Operation":"NewRobotToken","DeviceId":"","CorrelationId":"0HNLI5I9F3QM0:00000001","FirmwareVersion":"","ApplicationVersion":"","Headers":{"Host":"api.jibo.com","Authorization":"AWS4-HMAC-SHA256 Credential=a3ksSqxDYDpzZrV8j4md/20260515/us-east-1/jibo/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=361be56de64400cf669590f31675ef3c77a18902f188cba120b23263bd6c9fb4","Content-Type":"application/json","Content-Length":"40","X-Amz-Target":"Notification_20150505.NewRobotToken","x-amz-content-sha256":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","x-amz-date":"20260515T024929Z"},"BodyText":"{\u0022deviceId\u0022:\u0022Royal-Current-Sage-Canvas\u0022}"},"response":{"StatusCode":200,"ContentType":"application/x-amz-json-1.1","Headers":{},"BodyText":"{\u0022token\u0022:\u0022token-Royal-Current-Sage-Canvas-1778813372493\u0022}"}} +{"capturedUtc":"2026-05-15T02:49:46.7531447+00:00","request":{"RequestId":"4aaf51fe729b4829a367c14adef6686e","Transport":"http","Method":"POST","HostName":"api.jibo.com","Path":"/","ServicePrefix":"Account_20151111","Operation":"CreateHubToken","DeviceId":"","CorrelationId":"0HNLI5I9F3QM2:00000001","FirmwareVersion":"","ApplicationVersion":"","Headers":{"Host":"api.jibo.com","Authorization":"AWS4-HMAC-SHA256 Credential=a3ksSqxDYDpzZrV8j4md/20260515/api/jibo/aws4_request, SignedHeaders=host;x-amz-content-sha256;x-amz-date, Signature=59aeb0ac976fdfb9b40bbc8447113cd9b28a3c3e57e80efc78d1fe41787c1165","Content-Type":"application/json","Content-Length":"2","X-Amz-Target":"Account_20151111.CreateHubToken","x-amz-content-sha256":"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855","x-amz-date":"20260515T024946Z"},"BodyText":"{}"},"response":{"StatusCode":200,"ContentType":"application/x-amz-json-1.1","Headers":{},"BodyText":"{\u0022token\u0022:\u0022hub-usr_openjibo_owner-1778813386747\u0022,\u0022expires\u0022:1778816986747}"}} diff --git a/tmp/jibo-test-46/captures/turn/20260515.events.ndjson b/tmp/jibo-test-46/captures/turn/20260515.events.ndjson new file mode 100644 index 0000000..8d71cd0 --- /dev/null +++ b/tmp/jibo-test-46/captures/turn/20260515.events.ndjson @@ -0,0 +1,679 @@ +{ + "type": "binary_audio_received", + "details": { + "bufferedAudioBytes": 47, + "bufferedAudioChunks": 1, + "awaitingTurnCompletion": true, + "sawListen": true, + "sawContext": false, + "listenRules": [ + "launch", + "globals/global_commands_launch" + ], + "listenAsrHints": [], + "yesNoRule": null, + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-bbba1114-5008-11f1-979b-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "glsmState": "WAIT_LISTEN_FINISHED" + } +} +{ + "type": "glsm_phase_transition", + "details": { + "trigger": "binary_audio", + "previousState": "HJ_LISTENING", + "state": "WAIT_LISTEN_FINISHED", + "listenOpenedUtc": "2026-05-15T02:49:46.9765822+00:00", + "followUpOpen": false, + "listenRules": [ + "launch", + "globals/global_commands_launch" + ], + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-bbba1114-5008-11f1-979b-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "awaitingTurnCompletion": true, + "bufferedAudioBytes": 47, + "bufferedAudioChunks": 1, + "sawListen": true, + "sawContext": false, + "glsmState": "WAIT_LISTEN_FINISHED" + } +} +{ + "type": "binary_audio_received", + "details": { + "bufferedAudioBytes": 4301, + "bufferedAudioChunks": 2, + "awaitingTurnCompletion": true, + "sawListen": true, + "sawContext": true, + "listenRules": [ + "launch", + "globals/global_commands_launch" + ], + "listenAsrHints": [], + "yesNoRule": null, + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-bbba1114-5008-11f1-979b-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "glsmState": "WAIT_LISTEN_FINISHED" + } +} +{ + "type": "binary_audio_received", + "details": { + "bufferedAudioBytes": 8570, + "bufferedAudioChunks": 3, + "awaitingTurnCompletion": true, + "sawListen": true, + "sawContext": true, + "listenRules": [ + "launch", + "globals/global_commands_launch" + ], + "listenAsrHints": [], + "yesNoRule": null, + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-bbba1114-5008-11f1-979b-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "glsmState": "WAIT_LISTEN_FINISHED" + } +} +{ + "type": "binary_audio_received", + "details": { + "bufferedAudioBytes": 12755, + "bufferedAudioChunks": 4, + "awaitingTurnCompletion": true, + "sawListen": true, + "sawContext": true, + "listenRules": [ + "launch", + "globals/global_commands_launch" + ], + "listenAsrHints": [], + "yesNoRule": null, + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-bbba1114-5008-11f1-979b-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "glsmState": "WAIT_LISTEN_FINISHED" + } +} +{ + "type": "binary_audio_received", + "details": { + "bufferedAudioBytes": 17050, + "bufferedAudioChunks": 5, + "awaitingTurnCompletion": true, + "sawListen": true, + "sawContext": true, + "listenRules": [ + "launch", + "globals/global_commands_launch" + ], + "listenAsrHints": [], + "yesNoRule": null, + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-bbba1114-5008-11f1-979b-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "glsmState": "WAIT_LISTEN_FINISHED" + } +} +{ + "type": "binary_audio_received", + "details": { + "bufferedAudioBytes": 21314, + "bufferedAudioChunks": 6, + "awaitingTurnCompletion": true, + "sawListen": true, + "sawContext": true, + "listenRules": [ + "launch", + "globals/global_commands_launch" + ], + "listenAsrHints": [], + "yesNoRule": null, + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-bbba1114-5008-11f1-979b-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "glsmState": "WAIT_LISTEN_FINISHED" + } +} +{ + "type": "glsm_phase_transition", + "details": { + "trigger": "finalize:AUTO_FINALIZE", + "previousState": "WAIT_LISTEN_FINISHED", + "state": "DISPATCH_DIALOG", + "listenOpenedUtc": null, + "followUpOpen": true, + "listenRules": [ + "launch", + "globals/global_commands_launch" + ], + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-bbba1114-5008-11f1-979b-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "awaitingTurnCompletion": false, + "bufferedAudioBytes": 0, + "bufferedAudioChunks": 0, + "sawListen": false, + "sawContext": false, + "glsmState": "DISPATCH_DIALOG" + } +} +{ + "type": "binary_audio_ignored", + "details": { + "ignored": true, + "ignoreLateAudio": false, + "ignoreAudioWithoutListen": true, + "awaitingTurnCompletion": false, + "bufferedAudioBytes": 0, + "bufferedAudioChunks": 0, + "sawListen": false, + "sawContext": false, + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-bbba1114-5008-11f1-979b-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "glsmState": "DISPATCH_DIALOG" + } +} +{ + "type": "binary_audio_ignored", + "details": { + "ignored": true, + "ignoreLateAudio": false, + "ignoreAudioWithoutListen": true, + "awaitingTurnCompletion": false, + "bufferedAudioBytes": 0, + "bufferedAudioChunks": 0, + "sawListen": false, + "sawContext": false, + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-bbba1114-5008-11f1-979b-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "glsmState": "DISPATCH_DIALOG" + } +} +{ + "type": "binary_audio_ignored", + "details": { + "ignored": true, + "ignoreLateAudio": false, + "ignoreAudioWithoutListen": true, + "awaitingTurnCompletion": false, + "bufferedAudioBytes": 0, + "bufferedAudioChunks": 0, + "sawListen": false, + "sawContext": false, + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-bbba1114-5008-11f1-979b-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "glsmState": "DISPATCH_DIALOG" + } +} +{ + "type": "binary_audio_ignored", + "details": { + "ignored": true, + "ignoreLateAudio": false, + "ignoreAudioWithoutListen": true, + "awaitingTurnCompletion": false, + "bufferedAudioBytes": 0, + "bufferedAudioChunks": 0, + "sawListen": false, + "sawContext": false, + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-bbba1114-5008-11f1-979b-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "glsmState": "DISPATCH_DIALOG" + } +} +{ + "type": "binary_audio_ignored", + "details": { + "ignored": true, + "ignoreLateAudio": false, + "ignoreAudioWithoutListen": true, + "awaitingTurnCompletion": false, + "bufferedAudioBytes": 0, + "bufferedAudioChunks": 0, + "sawListen": false, + "sawContext": false, + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-bbba1114-5008-11f1-979b-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "glsmState": "DISPATCH_DIALOG" + } +} +{ + "type": "binary_audio_ignored", + "details": { + "ignored": true, + "ignoreLateAudio": false, + "ignoreAudioWithoutListen": true, + "awaitingTurnCompletion": false, + "bufferedAudioBytes": 0, + "bufferedAudioChunks": 0, + "sawListen": false, + "sawContext": false, + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-bbba1114-5008-11f1-979b-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "glsmState": "DISPATCH_DIALOG" + } +} +{ + "type": "binary_audio_ignored", + "details": { + "ignored": true, + "ignoreLateAudio": false, + "ignoreAudioWithoutListen": true, + "awaitingTurnCompletion": false, + "bufferedAudioBytes": 0, + "bufferedAudioChunks": 0, + "sawListen": false, + "sawContext": false, + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-bbba1114-5008-11f1-979b-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "glsmState": "DISPATCH_DIALOG" + } +} +{ + "type": "binary_audio_received", + "details": { + "bufferedAudioBytes": 47, + "bufferedAudioChunks": 1, + "awaitingTurnCompletion": true, + "sawListen": true, + "sawContext": false, + "listenRules": [ + "launch", + "globals/global_commands_launch" + ], + "listenAsrHints": [], + "yesNoRule": null, + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "glsmState": "WAIT_LISTEN_FINISHED" + } +} +{ + "type": "glsm_phase_transition", + "details": { + "trigger": "binary_audio", + "previousState": "HJ_LISTENING", + "state": "WAIT_LISTEN_FINISHED", + "listenOpenedUtc": "2026-05-15T02:49:55.1571883+00:00", + "followUpOpen": true, + "listenRules": [ + "launch", + "globals/global_commands_launch" + ], + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "awaitingTurnCompletion": true, + "bufferedAudioBytes": 47, + "bufferedAudioChunks": 1, + "sawListen": true, + "sawContext": false, + "glsmState": "WAIT_LISTEN_FINISHED" + } +} +{ + "type": "binary_audio_received", + "details": { + "bufferedAudioBytes": 4246, + "bufferedAudioChunks": 2, + "awaitingTurnCompletion": true, + "sawListen": true, + "sawContext": true, + "listenRules": [ + "launch", + "globals/global_commands_launch" + ], + "listenAsrHints": [], + "yesNoRule": null, + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "glsmState": "WAIT_LISTEN_FINISHED" + } +} +{ + "type": "binary_audio_received", + "details": { + "bufferedAudioBytes": 8410, + "bufferedAudioChunks": 3, + "awaitingTurnCompletion": true, + "sawListen": true, + "sawContext": true, + "listenRules": [ + "launch", + "globals/global_commands_launch" + ], + "listenAsrHints": [], + "yesNoRule": null, + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "glsmState": "WAIT_LISTEN_FINISHED" + } +} +{ + "type": "binary_audio_received", + "details": { + "bufferedAudioBytes": 12582, + "bufferedAudioChunks": 4, + "awaitingTurnCompletion": true, + "sawListen": true, + "sawContext": true, + "listenRules": [ + "launch", + "globals/global_commands_launch" + ], + "listenAsrHints": [], + "yesNoRule": null, + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "glsmState": "WAIT_LISTEN_FINISHED" + } +} +{ + "type": "binary_audio_received", + "details": { + "bufferedAudioBytes": 16888, + "bufferedAudioChunks": 5, + "awaitingTurnCompletion": true, + "sawListen": true, + "sawContext": true, + "listenRules": [ + "launch", + "globals/global_commands_launch" + ], + "listenAsrHints": [], + "yesNoRule": null, + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "glsmState": "WAIT_LISTEN_FINISHED" + } +} +{ + "type": "chitchat_state_transition", + "details": { + "previousState": null, + "state": "complete", + "intent": "chat", + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "awaitingTurnCompletion": true, + "bufferedAudioBytes": 16888, + "bufferedAudioChunks": 5, + "sawListen": true, + "sawContext": true, + "glsmState": "WAIT_LISTEN_FINISHED" + } +} +{ + "type": "chitchat_route_selected", + "details": { + "route": "ErrorResponse", + "previousRoute": null, + "emotion": null, + "previousEmotion": null, + "intent": "chat", + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "awaitingTurnCompletion": true, + "bufferedAudioBytes": 16888, + "bufferedAudioChunks": 5, + "sawListen": true, + "sawContext": true, + "glsmState": "WAIT_LISTEN_FINISHED" + } +} +{ + "type": "glsm_phase_transition", + "details": { + "trigger": "finalize:AUTO_FINALIZE", + "previousState": "WAIT_LISTEN_FINISHED", + "state": "DISPATCH_DIALOG", + "listenOpenedUtc": null, + "followUpOpen": true, + "listenRules": [ + "launch", + "globals/global_commands_launch" + ], + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "awaitingTurnCompletion": false, + "bufferedAudioBytes": 0, + "bufferedAudioChunks": 0, + "sawListen": false, + "sawContext": false, + "glsmState": "DISPATCH_DIALOG" + } +} +{ + "type": "binary_audio_ignored", + "details": { + "ignored": true, + "ignoreLateAudio": false, + "ignoreAudioWithoutListen": true, + "awaitingTurnCompletion": false, + "bufferedAudioBytes": 0, + "bufferedAudioChunks": 0, + "sawListen": false, + "sawContext": false, + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "glsmState": "DISPATCH_DIALOG" + } +} +{ + "type": "binary_audio_ignored", + "details": { + "ignored": true, + "ignoreLateAudio": false, + "ignoreAudioWithoutListen": true, + "awaitingTurnCompletion": false, + "bufferedAudioBytes": 0, + "bufferedAudioChunks": 0, + "sawListen": false, + "sawContext": false, + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "glsmState": "DISPATCH_DIALOG" + } +} +{ + "type": "binary_audio_ignored", + "details": { + "ignored": true, + "ignoreLateAudio": false, + "ignoreAudioWithoutListen": true, + "awaitingTurnCompletion": false, + "bufferedAudioBytes": 0, + "bufferedAudioChunks": 0, + "sawListen": false, + "sawContext": false, + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "glsmState": "DISPATCH_DIALOG" + } +} +{ + "type": "binary_audio_ignored", + "details": { + "ignored": true, + "ignoreLateAudio": false, + "ignoreAudioWithoutListen": true, + "awaitingTurnCompletion": false, + "bufferedAudioBytes": 0, + "bufferedAudioChunks": 0, + "sawListen": false, + "sawContext": false, + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "glsmState": "DISPATCH_DIALOG" + } +} +{ + "type": "binary_audio_ignored", + "details": { + "ignored": true, + "ignoreLateAudio": false, + "ignoreAudioWithoutListen": true, + "awaitingTurnCompletion": false, + "bufferedAudioBytes": 0, + "bufferedAudioChunks": 0, + "sawListen": false, + "sawContext": false, + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "glsmState": "DISPATCH_DIALOG" + } +} +{ + "type": "binary_audio_ignored", + "details": { + "ignored": true, + "ignoreLateAudio": false, + "ignoreAudioWithoutListen": true, + "awaitingTurnCompletion": false, + "bufferedAudioBytes": 0, + "bufferedAudioChunks": 0, + "sawListen": false, + "sawContext": false, + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "glsmState": "DISPATCH_DIALOG" + } +} +{ + "type": "binary_audio_ignored", + "details": { + "ignored": true, + "ignoreLateAudio": false, + "ignoreAudioWithoutListen": true, + "awaitingTurnCompletion": false, + "bufferedAudioBytes": 0, + "bufferedAudioChunks": 0, + "sawListen": false, + "sawContext": false, + "sessionToken": "hub-usr_openjibo_owner-1778813386747", + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "transID": "tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae", + "lastMessageType": "BINARY_AUDIO", + "glsmState": "DISPATCH_DIALOG" + } +} diff --git a/tmp/jibo-test-46/captures/websocket/20260515.events.ndjson b/tmp/jibo-test-46/captures/websocket/20260515.events.ndjson new file mode 100644 index 0000000..be9c930 --- /dev/null +++ b/tmp/jibo-test-46/captures/websocket/20260515.events.ndjson @@ -0,0 +1,90 @@ +{"TimestampUtc":"2026-05-15T02:49:33.4500368+00:00","EventType":"connection_opened","SessionId":"510d92eb31c942539b4a5e51eadfab01","ConnectionId":"287f7d0562774694848fa36bb21daa85","Token":"token-Royal-Current-Sage-Canvas-1778813372493","HostName":"api-socket.jibo.com","Path":"/token-Royal-Current-Sage-Canvas-1778813372493","Kind":"api-socket","TransId":null,"MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:46.9494431+00:00","EventType":"connection_opened","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"79b3fe2b77274c4abec6509d50c50fd0","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":null,"MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:46.9935013+00:00","EventType":"turn_processed","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"877397926a6d4a37a9427f9bc1303ff8","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1778813387076,\u0022msgID\u0022:\u0022mid-bc16c62a-5008-11f1-a5e6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bbba1114-5008-11f1-979b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":null,"intent":null,"glsmPhase":"HJ_LISTENING","staleListenRecovered":false,"staleListenAgeMs":0}} +{"TimestampUtc":"2026-05-15T02:49:47.0086355+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"877397926a6d4a37a9427f9bc1303ff8","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1778813387076,\u0022msgID\u0022:\u0022mid-bc16c62a-5008-11f1-a5e6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bbba1114-5008-11f1-979b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:47.0118885+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"877397926a6d4a37a9427f9bc1303ff8","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1778813387076,\u0022msgID\u0022:\u0022mid-bc16c62a-5008-11f1-a5e6-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bbba1114-5008-11f1-979b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:47.0397747+00:00","EventType":"binary_audio_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"97bab492bac3454ab7c398a814148983","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47,"glsmPhase":"WAIT_LISTEN_FINISHED"}} +{"TimestampUtc":"2026-05-15T02:49:47.0407777+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"97bab492bac3454ab7c398a814148983","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:47.0411223+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"97bab492bac3454ab7c398a814148983","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:47.6825211+00:00","EventType":"context_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"9882b3341ff34b3fbb108ccd6931a1ea","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1778813387251,\u0022msgID\u0022:\u0022mid-bc318668-5008-11f1-9128-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bbba1114-5008-11f1-979b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.47000000000000005,\u0022confidence\u0022:0.22000000000000004},\u0022motivation\u0022:{\u0022social\u0022:0.5471334722222151,\u0022playful\u0022:0.18237782407407739}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:20077,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-14T21:49:47.136-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","glsmPhase":"WAIT_LISTEN_FINISHED"}} +{"TimestampUtc":"2026-05-15T02:49:47.6831218+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"9882b3341ff34b3fbb108ccd6931a1ea","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1778813387251,\u0022msgID\u0022:\u0022mid-bc318668-5008-11f1-9128-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bbba1114-5008-11f1-979b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.47000000000000005,\u0022confidence\u0022:0.22000000000000004},\u0022motivation\u0022:{\u0022social\u0022:0.5471334722222151,\u0022playful\u0022:0.18237782407407739}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:20077,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-14T21:49:47.136-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:47.6834618+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"9882b3341ff34b3fbb108ccd6931a1ea","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1778813387251,\u0022msgID\u0022:\u0022mid-bc318668-5008-11f1-9128-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-bbba1114-5008-11f1-979b-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.47000000000000005,\u0022confidence\u0022:0.22000000000000004},\u0022motivation\u0022:{\u0022social\u0022:0.5471334722222151,\u0022playful\u0022:0.18237782407407739}},\u0022perception\u0022:{\u0022speaker\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:20077,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:1}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-14T21:49:47.136-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:null},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:47.6845725+00:00","EventType":"binary_audio_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"14e4487dae0744759911019f29ccf135","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4254,"ReplyTypes":[],"BufferedAudioBytes":4301,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4254,"glsmPhase":"WAIT_LISTEN_FINISHED"}} +{"TimestampUtc":"2026-05-15T02:49:47.6848471+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"14e4487dae0744759911019f29ccf135","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4254,"ReplyTypes":[],"BufferedAudioBytes":4301,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:47.6850981+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"14e4487dae0744759911019f29ccf135","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4254,"ReplyTypes":[],"BufferedAudioBytes":4301,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:47.8000667+00:00","EventType":"binary_audio_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"1e2ef0962f32455b96dfcd1677b5298d","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4269,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4269,"glsmPhase":"WAIT_LISTEN_FINISHED"}} +{"TimestampUtc":"2026-05-15T02:49:47.8003548+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"1e2ef0962f32455b96dfcd1677b5298d","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4269,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:47.8006838+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"1e2ef0962f32455b96dfcd1677b5298d","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4269,"ReplyTypes":[],"BufferedAudioBytes":8570,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:48.6776194+00:00","EventType":"binary_audio_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"fd807a4eb78d40049534381db511869d","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4185,"ReplyTypes":[],"BufferedAudioBytes":12755,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4185,"glsmPhase":"WAIT_LISTEN_FINISHED"}} +{"TimestampUtc":"2026-05-15T02:49:48.677931+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"fd807a4eb78d40049534381db511869d","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4185,"ReplyTypes":[],"BufferedAudioBytes":12755,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:48.6781826+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"fd807a4eb78d40049534381db511869d","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4185,"ReplyTypes":[],"BufferedAudioBytes":12755,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:48.6841092+00:00","EventType":"binary_audio_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"a6e7c2a234ac4e9981716a8d07559e5e","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4295,"ReplyTypes":[],"BufferedAudioBytes":17050,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4295,"glsmPhase":"WAIT_LISTEN_FINISHED"}} +{"TimestampUtc":"2026-05-15T02:49:48.6845943+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"a6e7c2a234ac4e9981716a8d07559e5e","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4295,"ReplyTypes":[],"BufferedAudioBytes":17050,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:48.6849179+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"a6e7c2a234ac4e9981716a8d07559e5e","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4295,"ReplyTypes":[],"BufferedAudioBytes":17050,"BufferedAudioChunks":5,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:52.7455663+00:00","EventType":"binary_audio_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"3e9ac328a67c45d8ace966f6117654a9","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4264,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4264,"glsmPhase":"DISPATCH_DIALOG"}} +{"TimestampUtc":"2026-05-15T02:49:52.7457804+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"3e9ac328a67c45d8ace966f6117654a9","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4264,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:52.8245312+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"3e9ac328a67c45d8ace966f6117654a9","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4264,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:52.8264553+00:00","EventType":"binary_audio_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"4a459b53a86542daacde9efcea6e28dc","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4212,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4212,"glsmPhase":"DISPATCH_DIALOG"}} +{"TimestampUtc":"2026-05-15T02:49:52.8266692+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"4a459b53a86542daacde9efcea6e28dc","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4212,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:52.8268734+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"4a459b53a86542daacde9efcea6e28dc","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4212,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:52.8278878+00:00","EventType":"binary_audio_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"de23ab3575d54b8b920b6ff4cb88bd68","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4222,"glsmPhase":"DISPATCH_DIALOG"}} +{"TimestampUtc":"2026-05-15T02:49:52.8281287+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"de23ab3575d54b8b920b6ff4cb88bd68","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:52.8283667+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"de23ab3575d54b8b920b6ff4cb88bd68","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4222,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:52.8293254+00:00","EventType":"binary_audio_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"869e5a6096134e6586f0d53ebdc4ccd9","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4152,"glsmPhase":"DISPATCH_DIALOG"}} +{"TimestampUtc":"2026-05-15T02:49:52.8295459+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"869e5a6096134e6586f0d53ebdc4ccd9","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:52.8297613+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"869e5a6096134e6586f0d53ebdc4ccd9","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4152,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:52.8306246+00:00","EventType":"binary_audio_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"78c0edd43e314882a3cba5c449f757f1","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4183,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4183,"glsmPhase":"DISPATCH_DIALOG"}} +{"TimestampUtc":"2026-05-15T02:49:52.8308025+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"78c0edd43e314882a3cba5c449f757f1","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4183,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:52.83098+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"78c0edd43e314882a3cba5c449f757f1","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4183,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:52.8317856+00:00","EventType":"binary_audio_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"c7f271a186234e17a0d358ac62c0bef7","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4257,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4257,"glsmPhase":"DISPATCH_DIALOG"}} +{"TimestampUtc":"2026-05-15T02:49:52.8319745+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"c7f271a186234e17a0d358ac62c0bef7","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4257,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:52.8321462+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"c7f271a186234e17a0d358ac62c0bef7","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4257,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:52.8328347+00:00","EventType":"binary_audio_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"dabe326ee53f4574ad0ef3335183cf54","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4221,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4221,"glsmPhase":"DISPATCH_DIALOG"}} +{"TimestampUtc":"2026-05-15T02:49:52.8330141+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"dabe326ee53f4574ad0ef3335183cf54","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4221,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:52.8331906+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"dabe326ee53f4574ad0ef3335183cf54","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4221,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:52.8338156+00:00","EventType":"binary_audio_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"bbcd90ee6b6240bc89ba05135cf32cba","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4250,"glsmPhase":"DISPATCH_DIALOG"}} +{"TimestampUtc":"2026-05-15T02:49:52.8339871+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"bbcd90ee6b6240bc89ba05135cf32cba","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:52.8341655+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"bbcd90ee6b6240bc89ba05135cf32cba","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4250,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:55.1488516+00:00","EventType":"connection_opened","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"fd4523e4126c47aa9c631f7463538d77","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-bbba1114-5008-11f1-979b-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:55.1574927+00:00","EventType":"turn_processed","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"c897194895b94a3999731eab68d66c1d","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1778813395280,\u0022msgID\u0022:\u0022mid-c0fa8654-5008-11f1-a858-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"messageType":"LISTEN","replyCount":0,"transcript":"Can you recognize me?","intent":"memory_get_name","glsmPhase":"HJ_LISTENING","staleListenRecovered":false,"staleListenAgeMs":0}} +{"TimestampUtc":"2026-05-15T02:49:55.1577981+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"c897194895b94a3999731eab68d66c1d","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":"LISTEN","Direction":"in","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1778813395280,\u0022msgID\u0022:\u0022mid-c0fa8654-5008-11f1-a858-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:55.1580114+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"c897194895b94a3999731eab68d66c1d","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022LISTEN\u0022,\u0022ts\u0022:1778813395280,\u0022msgID\u0022:\u0022mid-c0fa8654-5008-11f1-a858-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022lang\u0022:\u0022en-US\u0022,\u0022hotphrase\u0022:true,\u0022rules\u0022:[\u0022launch\u0022,\u0022globals/global_commands_launch\u0022],\u0022mode\u0022:\u0022\u0022,\u0022asr\u0022:{\u0022hints\u0022:[],\u0022earlyEOS\u0022:[],\u0022encoding\u0022:\u0022OGG_OPUS\u0022,\u0022sampleRate\u0022:16000,\u0022sosTimeout\u0022:7000,\u0022maxSpeechTimeout\u0022:20000}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:55.1704511+00:00","EventType":"binary_audio_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"ac38fedbec22494391e3eaf4be30ff34","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":47,"glsmPhase":"WAIT_LISTEN_FINISHED"}} +{"TimestampUtc":"2026-05-15T02:49:55.1706258+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"ac38fedbec22494391e3eaf4be30ff34","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:55.1707975+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"ac38fedbec22494391e3eaf4be30ff34","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":47,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:55.6882718+00:00","EventType":"context_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"fe57cd47cb864122a47d61e0e1d8bb36","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1778813395467,\u0022msgID\u0022:\u0022mid-c1172084-5008-11f1-a1a8-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.5482583333333262,\u0022playful\u0022:0.1827527777777811}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:20077,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-14T21:49:55.433-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"transID":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","glsmPhase":"WAIT_LISTEN_FINISHED"}} +{"TimestampUtc":"2026-05-15T02:49:55.6886701+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"fe57cd47cb864122a47d61e0e1d8bb36","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":"CONTEXT","Direction":"in","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1778813395467,\u0022msgID\u0022:\u0022mid-c1172084-5008-11f1-a1a8-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.5482583333333262,\u0022playful\u0022:0.1827527777777811}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:20077,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-14T21:49:55.433-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:55.6888439+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"fe57cd47cb864122a47d61e0e1d8bb36","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":"{\u0022type\u0022:\u0022CONTEXT\u0022,\u0022ts\u0022:1778813395467,\u0022msgID\u0022:\u0022mid-c1172084-5008-11f1-a1a8-5cf821ea55ae\u0022,\u0022transID\u0022:\u0022tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae\u0022,\u0022data\u0022:{\u0022runtime\u0022:{\u0022character\u0022:{\u0022emotion\u0022:{\u0022name\u0022:\u0022NEUTRAL\u0022,\u0022valence\u0022:0.45,\u0022confidence\u0022:0.2},\u0022motivation\u0022:{\u0022social\u0022:0.5482583333333262,\u0022playful\u0022:0.1827527777777811}},\u0022perception\u0022:{\u0022speaker\u0022:null,\u0022peoplePresent\u0022:[{\u0022id\u0022:\u0022NOT_TRAINED\u0022,\u0022entityId\u0022:20077,\u0022type\u0022:\u0022fused\u0022,\u0022confidence\u0022:0.25}]},\u0022location\u0022:{\u0022city\u0022:\u0022Pleasant Hill\u0022,\u0022state\u0022:\u0022Missouri\u0022,\u0022stateAbbr\u0022:\u0022MO\u0022,\u0022country\u0022:\u0022United States\u0022,\u0022countryCode\u0022:\u0022US\u0022,\u0022lat\u0022:38.8358366,\u0022lng\u0022:-94.142714,\u0022iso\u0022:\u00222026-05-14T21:49:55.433-05:00\u0022},\u0022loop\u0022:{\u0022loopId\u0022:\u00225c0b221fdf9d450019c5e253\u0022,\u0022users\u0022:[{\u0022firstName\u0022:\u0022Erin\u0022,\u0022lastName\u0022:\u0022Picone\u0022,\u0022phoneticName\u0022:\u0022Erin\u0022,\u0022gender\u0022:\u0022female\u0022,\u0022birthdate\u0022:649209600000,\u0022id\u0022:\u00225c0b221fdf9d450019c5e255\u0022,\u0022accountId\u0022:\u00225c0b20547c46170019235759\u0022}],\u0022jibo\u0022:{\u0022color\u0022:\u0022WHITE\u0022,\u0022birthdate\u0022:1544234645598,\u0022id\u0022:\u00225c0b221fdf9d450019c5e254\u0022},\u0022owner\u0022:\u00225c0b221fdf9d450019c5e255\u0022},\u0022dialog\u0022:{\u0022referent\u0022:null}},\u0022skill\u0022:{\u0022id\u0022:\u0022chitchat-skill\u0022},\u0022general\u0022:{\u0022release\u0022:\u00221.9.2\u0022}}}","BinaryLength":null,"ReplyTypes":[],"BufferedAudioBytes":47,"BufferedAudioChunks":1,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:55.6894529+00:00","EventType":"binary_audio_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"d3e19b89f87345a299655906abb7a5d7","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4199,"ReplyTypes":[],"BufferedAudioBytes":4246,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4199,"glsmPhase":"WAIT_LISTEN_FINISHED"}} +{"TimestampUtc":"2026-05-15T02:49:55.6896218+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"d3e19b89f87345a299655906abb7a5d7","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4199,"ReplyTypes":[],"BufferedAudioBytes":4246,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:55.6897724+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"d3e19b89f87345a299655906abb7a5d7","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4199,"ReplyTypes":[],"BufferedAudioBytes":4246,"BufferedAudioChunks":2,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:56.691184+00:00","EventType":"binary_audio_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"22084ffea2014f958374adc915b7a71a","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4164,"ReplyTypes":[],"BufferedAudioBytes":8410,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4164,"glsmPhase":"WAIT_LISTEN_FINISHED"}} +{"TimestampUtc":"2026-05-15T02:49:56.6973175+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"22084ffea2014f958374adc915b7a71a","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4164,"ReplyTypes":[],"BufferedAudioBytes":8410,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:56.6975374+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"22084ffea2014f958374adc915b7a71a","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4164,"ReplyTypes":[],"BufferedAudioBytes":8410,"BufferedAudioChunks":3,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:56.6984668+00:00","EventType":"binary_audio_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"c2a81da805e84c92b9333ed3114cf8d0","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4172,"ReplyTypes":[],"BufferedAudioBytes":12582,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{"bytes":4172,"glsmPhase":"WAIT_LISTEN_FINISHED"}} +{"TimestampUtc":"2026-05-15T02:49:56.6986462+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"c2a81da805e84c92b9333ed3114cf8d0","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4172,"ReplyTypes":[],"BufferedAudioBytes":12582,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:49:56.698812+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"c2a81da805e84c92b9333ed3114cf8d0","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4172,"ReplyTypes":[],"BufferedAudioBytes":12582,"BufferedAudioChunks":4,"FinalizeAttempts":0,"AwaitingTurnCompletion":true,"Details":{}} +{"TimestampUtc":"2026-05-15T02:50:00.4900787+00:00","EventType":"binary_audio_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"b9cd1f5a062d4a568cb763c27ab25c87","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4306,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4306,"glsmPhase":"DISPATCH_DIALOG"}} +{"TimestampUtc":"2026-05-15T02:50:00.490258+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"b9cd1f5a062d4a568cb763c27ab25c87","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4306,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:50:00.5665396+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"b9cd1f5a062d4a568cb763c27ab25c87","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4306,"ReplyTypes":["LISTEN","EOS","SKILL_ACTION"],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:50:00.5674261+00:00","EventType":"binary_audio_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"4a1ab8d80ea74a9ba5884939d74c75a4","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239,"glsmPhase":"DISPATCH_DIALOG"}} +{"TimestampUtc":"2026-05-15T02:50:00.5676376+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"4a1ab8d80ea74a9ba5884939d74c75a4","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:50:00.5678292+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"4a1ab8d80ea74a9ba5884939d74c75a4","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:50:00.5685037+00:00","EventType":"binary_audio_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"7bb6b3537fc34fb39a68b9185cfeba4b","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239,"glsmPhase":"DISPATCH_DIALOG"}} +{"TimestampUtc":"2026-05-15T02:50:00.5686816+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"7bb6b3537fc34fb39a68b9185cfeba4b","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:50:00.5688693+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"7bb6b3537fc34fb39a68b9185cfeba4b","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:50:00.5695457+00:00","EventType":"binary_audio_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"a2ab040be27b4674aafd1ef5b26b6507","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239,"glsmPhase":"DISPATCH_DIALOG"}} +{"TimestampUtc":"2026-05-15T02:50:00.5697284+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"a2ab040be27b4674aafd1ef5b26b6507","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:50:00.5699296+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"a2ab040be27b4674aafd1ef5b26b6507","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:50:00.5706944+00:00","EventType":"binary_audio_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"5e7b6b24725948688c735bfaa3346e17","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239,"glsmPhase":"DISPATCH_DIALOG"}} +{"TimestampUtc":"2026-05-15T02:50:00.570864+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"5e7b6b24725948688c735bfaa3346e17","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:50:00.5710399+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"5e7b6b24725948688c735bfaa3346e17","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:50:00.571693+00:00","EventType":"binary_audio_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"9c3d52213cf54525837a5475fdac7656","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239,"glsmPhase":"DISPATCH_DIALOG"}} +{"TimestampUtc":"2026-05-15T02:50:00.5718782+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"9c3d52213cf54525837a5475fdac7656","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:50:00.5720563+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"9c3d52213cf54525837a5475fdac7656","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:50:00.5726855+00:00","EventType":"binary_audio_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"31f2c68a14d340a986f19a5e84998c5f","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239,"glsmPhase":"DISPATCH_DIALOG"}} +{"TimestampUtc":"2026-05-15T02:50:00.5728566+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"31f2c68a14d340a986f19a5e84998c5f","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:50:00.5730323+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"31f2c68a14d340a986f19a5e84998c5f","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:50:00.573687+00:00","EventType":"binary_audio_received","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"a6555bacb1384f7ab82180d3cdd19e89","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"internal","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{"bytes":4239,"glsmPhase":"DISPATCH_DIALOG"}} +{"TimestampUtc":"2026-05-15T02:50:00.5738563+00:00","EventType":"message_in","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"a6555bacb1384f7ab82180d3cdd19e89","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":"BINARY_OR_EMPTY","Direction":"in","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} +{"TimestampUtc":"2026-05-15T02:50:00.5740495+00:00","EventType":"message_out","SessionId":"f88a82513c874453a3f8fe7d791fba1f","ConnectionId":"a6555bacb1384f7ab82180d3cdd19e89","Token":"hub-usr_openjibo_owner-1778813386747","HostName":"neo-hub.jibo.com","Path":"/v1/listen","Kind":"neo-hub-listen","TransId":"tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae","MessageType":null,"Direction":"out","Text":null,"BinaryLength":4239,"ReplyTypes":[],"BufferedAudioBytes":0,"BufferedAudioChunks":0,"FinalizeAttempts":0,"AwaitingTurnCompletion":false,"Details":{}} diff --git a/tmp/jibo-test-46/captures/websocket/fixtures/neohubjibocom-neohublisten-tida14e2dac423811f198745cf821ea55ae.flow.json b/tmp/jibo-test-46/captures/websocket/fixtures/neohubjibocom-neohublisten-tida14e2dac423811f198745cf821ea55ae.flow.json new file mode 100644 index 0000000..1c600eb --- /dev/null +++ b/tmp/jibo-test-46/captures/websocket/fixtures/neohubjibocom-neohublisten-tida14e2dac423811f198745cf821ea55ae.flow.json @@ -0,0 +1,38252 @@ +{ + "name": "neohubjibocom-neohublisten-tida14e2dac423811f198745cf821ea55ae", + "session": { + "hostName": "neo-hub.jibo.com", + "path": "/v1/listen", + "kind": "neo-hub-listen", + "token": "hub-usr_openjibo_owner-1777294106778" + }, + "steps": [ + { + "text": { + "type": "LISTEN", + "ts": 1777294642073, + "msgID": "mid-a18661b8-4238-11f1-aa9b-5cf821ea55ae", + "transID": "tid-a14e2dac-4238-11f1-9874-5cf821ea55ae", + "data": { + "lang": "en-US", + "hotphrase": true, + "rules": [ + "launch", + "globals/global_commands_launch" + ], + "mode": "", + "asr": { + "hints": [], + "earlyEOS": [], + "encoding": "OGG_OPUS", + "sampleRate": 16000, + "sosTimeout": 7000, + "maxSpeechTimeout": 20000 + } + } + }, + "binary": null, + "expectedReplyTypes": [] + }, + { + "text": null, + "binary": [ + 79, + 103, + 103, + 83, + 0, + 2, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 51, + 155, + 33, + 2, + 0, + 0, + 0, + 0, + 28, + 3, + 116, + 66, + 1, + 19, + 79, + 112, + 117, + 115, + 72, + 101, + 97, + 100, + 1, + 1, + 0, + 0, + 128, + 62, + 0, + 0, + 0, + 0, + 0 + ], + "expectedReplyTypes": [] + }, + { + "text": null, + "binary": [ + 79, + 103, + 103, + 83, + 0, + 0, + 128, + 78, + 19, + 0, + 0, + 0, + 0, + 0, + 51, + 155, + 33, + 2, + 1, + 0, + 0, + 0, + 85, + 28, + 84, + 215, + 26, + 46, + 231, + 174, + 169, + 167, + 176, + 153, + 149, + 149, + 166, + 154, + 152, + 151, + 191, + 154, + 151, + 150, + 153, + 157, + 171, + 180, + 175, + 166, + 156, + 152, + 152, + 79, + 112, + 117, + 115, + 84, + 97, + 103, + 115, + 13, + 0, + 0, + 0, + 108, + 105, + 98, + 111, + 112, + 117, + 115, + 32, + 49, + 46, + 49, + 46, + 50, + 1, + 0, + 0, + 0, + 13, + 0, + 0, + 0, + 106, + 105, + 98, + 111, + 61, + 100, + 101, + 118, + 45, + 116, + 101, + 115, + 116, + 184, + 123, + 31, + 60, + 47, + 249, + 113, + 188, + 89, + 202, + 88, + 103, + 138, + 202, + 118, + 21, + 120, + 119, + 158, + 207, + 21, + 235, + 226, + 44, + 92, + 87, + 212, + 240, + 97, + 134, + 79, + 150, + 167, + 85, + 86, + 42, + 248, + 132, + 222, + 243, + 106, + 247, + 149, + 152, + 148, + 197, + 26, + 94, + 218, + 212, + 79, + 163, + 217, + 70, + 202, + 85, + 255, + 186, + 204, + 231, + 190, + 144, + 172, + 224, + 158, + 22, + 71, + 54, + 67, + 207, + 249, + 13, + 186, + 23, + 190, + 65, + 124, + 159, + 200, + 231, + 33, + 194, + 247, + 137, + 249, + 131, + 35, + 159, + 39, + 185, + 227, + 60, + 112, + 55, + 157, + 12, + 65, + 6, + 87, + 4, + 10, + 212, + 128, + 85, + 94, + 140, + 124, + 249, + 19, + 133, + 91, + 157, + 41, + 247, + 72, + 61, + 170, + 124, + 114, + 111, + 5, + 72, + 80, + 249, + 46, + 158, + 156, + 61, + 170, + 11, + 212, + 15, + 56, + 211, + 197, + 203, + 92, + 253, + 182, + 180, + 2, + 122, + 151, + 4, + 160, + 89, + 18, + 62, + 213, + 79, + 62, + 181, + 122, + 77, + 168, + 250, + 172, + 86, + 193, + 114, + 220, + 119, + 92, + 175, + 50, + 31, + 186, + 170, + 63, + 102, + 247, + 164, + 132, + 117, + 243, + 50, + 14, + 152, + 111, + 33, + 231, + 190, + 33, + 94, + 5, + 204, + 233, + 228, + 12, + 196, + 107, + 140, + 128, + 255, + 209, + 236, + 39, + 241, + 93, + 83, + 186, + 99, + 203, + 253, + 103, + 23, + 102, + 16, + 183, + 241, + 55, + 216, + 90, + 125, + 79, + 191, + 124, + 173, + 44, + 125, + 59, + 58, + 175, + 112, + 222, + 20, + 156, + 218, + 46, + 112, + 212, + 184, + 197, + 187, + 168, + 80, + 152, + 235, + 132, + 94, + 244, + 242, + 74, + 239, + 180, + 65, + 139, + 210, + 171, + 166, + 1, + 172, + 233, + 58, + 29, + 52, + 246, + 40, + 184, + 87, + 196, + 87, + 49, + 211, + 66, + 255, + 66, + 202, + 241, + 146, + 7, + 176, + 236, + 211, + 73, + 183, + 60, + 109, + 4, + 223, + 229, + 29, + 202, + 77, + 218, + 145, + 11, + 47, + 46, + 144, + 248, + 204, + 2, + 156, + 35, + 55, + 200, + 167, + 148, + 211, + 190, + 40, + 198, + 89, + 57, + 182, + 90, + 17, + 169, + 168, + 203, + 199, + 6, + 43, + 180, + 116, + 147, + 173, + 100, + 19, + 202, + 210, + 72, + 22, + 21, + 245, + 204, + 38, + 127, + 69, + 90, + 80, + 145, + 156, + 214, + 88, + 133, + 72, + 252, + 16, + 119, + 180, + 154, + 125, + 59, + 81, + 15, + 210, + 81, + 80, + 42, + 169, + 177, + 254, + 192, + 101, + 72, + 10, + 60, + 46, + 197, + 30, + 136, + 242, + 189, + 169, + 218, + 178, + 93, + 100, + 241, + 44, + 17, + 113, + 62, + 72, + 30, + 37, + 74, + 138, + 100, + 171, + 89, + 203, + 252, + 190, + 118, + 250, + 150, + 41, + 240, + 169, + 192, + 206, + 214, + 246, + 41, + 217, + 29, + 13, + 172, + 62, + 80, + 26, + 205, + 184, + 174, + 100, + 50, + 45, + 48, + 87, + 155, + 184, + 24, + 135, + 129, + 8, + 67, + 66, + 157, + 79, + 121, + 237, + 166, + 144, + 31, + 109, + 97, + 254, + 142, + 5, + 215, + 175, + 34, + 101, + 210, + 77, + 110, + 141, + 248, + 124, + 7, + 34, + 226, + 56, + 111, + 31, + 39, + 228, + 20, + 133, + 125, + 214, + 158, + 8, + 26, + 36, + 110, + 201, + 204, + 149, + 129, + 148, + 197, + 133, + 223, + 10, + 223, + 30, + 210, + 229, + 62, + 52, + 233, + 41, + 105, + 94, + 52, + 161, + 84, + 251, + 189, + 244, + 212, + 3, + 144, + 17, + 89, + 70, + 210, + 96, + 148, + 172, + 151, + 147, + 145, + 224, + 118, + 191, + 97, + 112, + 193, + 137, + 179, + 214, + 102, + 152, + 158, + 81, + 165, + 147, + 201, + 70, + 85, + 86, + 125, + 195, + 224, + 244, + 85, + 177, + 117, + 204, + 246, + 103, + 54, + 242, + 58, + 71, + 255, + 169, + 160, + 51, + 87, + 57, + 235, + 176, + 122, + 234, + 138, + 13, + 152, + 8, + 28, + 216, + 115, + 170, + 174, + 153, + 133, + 183, + 52, + 239, + 111, + 11, + 255, + 42, + 225, + 205, + 158, + 234, + 215, + 162, + 136, + 153, + 181, + 27, + 198, + 146, + 204, + 47, + 217, + 109, + 184, + 171, + 128, + 5, + 139, + 16, + 241, + 133, + 183, + 10, + 145, + 154, + 39, + 86, + 171, + 27, + 171, + 206, + 3, + 231, + 139, + 159, + 124, + 199, + 73, + 37, + 179, + 30, + 150, + 133, + 159, + 58, + 235, + 52, + 221, + 41, + 247, + 57, + 60, + 73, + 90, + 233, + 56, + 67, + 55, + 153, + 61, + 221, + 43, + 182, + 243, + 187, + 86, + 159, + 6, + 33, + 110, + 49, + 10, + 77, + 54, + 251, + 189, + 242, + 223, + 247, + 224, + 159, + 76, + 58, + 140, + 169, + 76, + 111, + 187, + 107, + 79, + 80, + 38, + 174, + 185, + 4, + 242, + 146, + 83, + 189, + 100, + 216, + 245, + 146, + 98, + 72, + 118, + 17, + 52, + 121, + 36, + 246, + 247, + 166, + 58, + 10, + 152, + 117, + 144, + 125, + 109, + 24, + 218, + 228, + 23, + 104, + 188, + 215, + 179, + 226, + 64, + 68, + 20, + 42, + 88, + 179, + 76, + 7, + 103, + 230, + 16, + 189, + 241, + 37, + 4, + 202, + 182, + 74, + 85, + 84, + 218, + 95, + 200, + 248, + 250, + 97, + 3, + 220, + 243, + 157, + 247, + 132, + 57, + 248, + 43, + 139, + 18, + 236, + 41, + 107, + 111, + 89, + 54, + 90, + 142, + 207, + 9, + 2, + 181, + 69, + 109, + 184, + 194, + 124, + 250, + 102, + 104, + 196, + 217, + 125, + 54, + 129, + 111, + 23, + 237, + 219, + 190, + 251, + 89, + 135, + 196, + 77, + 156, + 40, + 222, + 243, + 134, + 214, + 23, + 38, + 58, + 15, + 102, + 40, + 128, + 237, + 162, + 156, + 114, + 225, + 52, + 174, + 161, + 224, + 53, + 38, + 50, + 81, + 107, + 242, + 205, + 175, + 38, + 235, + 164, + 198, + 67, + 169, + 38, + 83, + 147, + 114, + 179, + 170, + 165, + 100, + 157, + 56, + 212, + 39, + 133, + 68, + 152, + 162, + 33, + 236, + 149, + 140, + 80, + 133, + 4, + 251, + 5, + 166, + 18, + 217, + 156, + 170, + 228, + 148, + 63, + 235, + 252, + 191, + 175, + 241, + 36, + 201, + 227, + 141, + 99, + 255, + 48, + 150, + 189, + 136, + 113, + 0, + 159, + 206, + 213, + 112, + 58, + 69, + 89, + 195, + 189, + 161, + 179, + 11, + 43, + 72, + 31, + 185, + 112, + 141, + 169, + 38, + 240, + 82, + 202, + 63, + 34, + 159, + 193, + 139, + 55, + 165, + 40, + 18, + 233, + 55, + 251, + 73, + 216, + 248, + 212, + 196, + 146, + 107, + 159, + 82, + 3, + 87, + 17, + 58, + 236, + 221, + 82, + 168, + 215, + 132, + 85, + 199, + 172, + 224, + 90, + 175, + 241, + 232, + 165, + 128, + 126, + 129, + 44, + 49, + 205, + 184, + 194, + 112, + 111, + 59, + 20, + 62, + 228, + 21, + 211, + 152, + 10, + 224, + 20, + 237, + 239, + 53, + 38, + 87, + 2, + 96, + 95, + 68, + 159, + 39, + 152, + 96, + 179, + 26, + 213, + 167, + 212, + 236, + 60, + 6, + 97, + 109, + 148, + 8, + 39, + 121, + 252, + 67, + 183, + 200, + 117, + 214, + 41, + 100, + 131, + 189, + 52, + 97, + 125, + 92, + 91, + 210, + 73, + 87, + 217, + 175, + 65, + 59, + 44, + 8, + 115, + 64, + 212, + 63, + 217, + 230, + 159, + 57, + 145, + 76, + 57, + 234, + 177, + 23, + 187, + 130, + 65, + 132, + 57, + 6, + 24, + 149, + 106, + 98, + 110, + 156, + 30, + 192, + 190, + 241, + 189, + 227, + 2, + 206, + 91, + 15, + 221, + 62, + 149, + 221, + 226, + 74, + 54, + 171, + 51, + 204, + 151, + 10, + 201, + 121, + 27, + 125, + 7, + 19, + 143, + 79, + 252, + 113, + 71, + 252, + 108, + 99, + 101, + 86, + 169, + 3, + 14, + 249, + 53, + 212, + 96, + 137, + 96, + 36, + 8, + 137, + 188, + 153, + 221, + 97, + 134, + 73, + 40, + 64, + 213, + 48, + 101, + 205, + 184, + 193, + 200, + 154, + 233, + 109, + 238, + 0, + 80, + 87, + 226, + 48, + 58, + 130, + 105, + 81, + 240, + 101, + 95, + 60, + 6, + 59, + 129, + 180, + 57, + 62, + 216, + 231, + 130, + 217, + 100, + 184, + 252, + 77, + 113, + 203, + 8, + 48, + 122, + 129, + 38, + 255, + 31, + 49, + 165, + 165, + 211, + 47, + 182, + 53, + 100, + 50, + 75, + 122, + 212, + 215, + 140, + 33, + 164, + 189, + 80, + 212, + 219, + 142, + 81, + 130, + 138, + 137, + 185, + 37, + 58, + 96, + 93, + 60, + 217, + 5, + 45, + 59, + 60, + 97, + 111, + 207, + 122, + 108, + 41, + 50, + 23, + 126, + 156, + 210, + 27, + 138, + 85, + 200, + 22, + 224, + 93, + 245, + 99, + 251, + 14, + 181, + 155, + 252, + 221, + 137, + 174, + 158, + 110, + 18, + 12, + 140, + 229, + 39, + 190, + 165, + 232, + 168, + 58, + 5, + 184, + 9, + 95, + 207, + 173, + 50, + 230, + 31, + 142, + 13, + 27, + 205, + 69, + 246, + 40, + 72, + 97, + 187, + 52, + 118, + 182, + 234, + 199, + 80, + 219, + 53, + 33, + 0, + 205, + 184, + 18, + 113, + 168, + 28, + 15, + 5, + 212, + 206, + 70, + 254, + 12, + 121, + 123, + 226, + 100, + 206, + 93, + 241, + 117, + 136, + 189, + 246, + 103, + 146, + 218, + 74, + 225, + 5, + 87, + 116, + 145, + 226, + 53, + 71, + 155, + 194, + 154, + 213, + 133, + 86, + 132, + 198, + 104, + 67, + 62, + 75, + 35, + 184, + 92, + 156, + 202, + 213, + 160, + 8, + 5, + 49, + 254, + 199, + 146, + 182, + 113, + 104, + 45, + 193, + 81, + 198, + 15, + 229, + 10, + 247, + 130, + 138, + 170, + 52, + 208, + 202, + 214, + 146, + 239, + 198, + 149, + 152, + 83, + 16, + 9, + 253, + 148, + 96, + 40, + 183, + 137, + 40, + 164, + 234, + 61, + 235, + 122, + 8, + 74, + 19, + 160, + 74, + 83, + 28, + 171, + 94, + 63, + 46, + 220, + 3, + 119, + 165, + 0, + 86, + 192, + 237, + 78, + 154, + 110, + 157, + 47, + 61, + 156, + 26, + 27, + 71, + 232, + 81, + 22, + 75, + 64, + 84, + 241, + 138, + 164, + 98, + 6, + 114, + 178, + 156, + 242, + 122, + 177, + 204, + 186, + 123, + 34, + 247, + 184, + 33, + 13, + 204, + 218, + 187, + 98, + 6, + 89, + 92, + 168, + 219, + 139, + 184, + 3, + 154, + 185, + 157, + 65, + 116, + 82, + 236, + 150, + 103, + 59, + 200, + 213, + 202, + 228, + 247, + 34, + 221, + 42, + 86, + 241, + 71, + 51, + 30, + 20, + 117, + 33, + 60, + 66, + 114, + 121, + 29, + 38, + 74, + 52, + 221, + 216, + 178, + 51, + 104, + 180, + 208, + 198, + 99, + 180, + 84, + 102, + 71, + 151, + 126, + 59, + 88, + 44, + 90, + 79, + 126, + 88, + 247, + 31, + 155, + 26, + 99, + 190, + 176, + 223, + 124, + 72, + 212, + 122, + 206, + 111, + 40, + 247, + 76, + 37, + 136, + 116, + 217, + 96, + 137, + 254, + 97, + 144, + 134, + 71, + 81, + 111, + 95, + 112, + 6, + 120, + 52, + 158, + 211, + 146, + 54, + 150, + 54, + 99, + 28, + 246, + 11, + 247, + 66, + 141, + 203, + 236, + 100, + 6, + 154, + 75, + 113, + 221, + 136, + 226, + 158, + 47, + 84, + 201, + 64, + 0, + 218, + 191, + 161, + 194, + 135, + 214, + 205, + 103, + 36, + 165, + 151, + 157, + 135, + 101, + 78, + 139, + 87, + 248, + 12, + 52, + 188, + 165, + 120, + 236, + 158, + 106, + 145, + 122, + 54, + 252, + 117, + 184, + 3, + 5, + 197, + 123, + 109, + 85, + 144, + 9, + 32, + 185, + 246, + 200, + 73, + 43, + 16, + 66, + 19, + 242, + 88, + 1, + 129, + 29, + 119, + 123, + 196, + 50, + 208, + 147, + 50, + 50, + 233, + 155, + 89, + 186, + 114, + 100, + 91, + 200, + 78, + 227, + 137, + 210, + 119, + 48, + 149, + 80, + 205, + 202, + 93, + 116, + 179, + 98, + 218, + 178, + 2, + 137, + 66, + 178, + 96, + 102, + 187, + 29, + 227, + 171, + 92, + 118, + 34, + 7, + 154, + 54, + 111, + 241, + 9, + 119, + 43, + 54, + 52, + 167, + 249, + 65, + 161, + 15, + 110, + 185, + 173, + 227, + 30, + 159, + 69, + 189, + 94, + 73, + 117, + 242, + 209, + 13, + 84, + 165, + 1, + 132, + 79, + 248, + 74, + 197, + 23, + 251, + 34, + 8, + 172, + 212, + 107, + 173, + 10, + 148, + 223, + 45, + 74, + 170, + 148, + 4, + 38, + 169, + 220, + 19, + 97, + 95, + 72, + 0, + 179, + 162, + 129, + 110, + 152, + 215, + 50, + 90, + 143, + 90, + 95, + 106, + 17, + 36, + 128, + 173, + 10, + 162, + 199, + 255, + 238, + 136, + 11, + 245, + 106, + 184, + 22, + 114, + 204, + 48, + 120, + 245, + 28, + 72, + 29, + 42, + 232, + 100, + 74, + 159, + 49, + 61, + 123, + 107, + 77, + 204, + 53, + 28, + 231, + 90, + 77, + 172, + 36, + 32, + 127, + 34, + 37, + 223, + 222, + 103, + 202, + 86, + 141, + 227, + 180, + 22, + 255, + 129, + 193, + 225, + 5, + 163, + 203, + 105, + 218, + 90, + 122, + 142, + 72, + 139, + 206, + 77, + 245, + 116, + 38, + 78, + 25, + 215, + 203, + 34, + 13, + 136, + 94, + 94, + 177, + 94, + 96, + 208, + 112, + 187, + 227, + 213, + 117, + 96, + 40, + 48, + 211, + 195, + 125, + 147, + 118, + 240, + 167, + 60, + 122, + 213, + 175, + 173, + 83, + 212, + 109, + 183, + 188, + 167, + 90, + 223, + 133, + 156, + 129, + 46, + 135, + 17, + 13, + 113, + 31, + 24, + 116, + 245, + 147, + 165, + 200, + 71, + 107, + 93, + 201, + 195, + 40, + 213, + 98, + 232, + 210, + 110, + 61, + 60, + 250, + 97, + 61, + 41, + 160, + 185, + 205, + 119, + 107, + 160, + 78, + 185, + 83, + 31, + 202, + 238, + 29, + 95, + 164, + 174, + 203, + 121, + 121, + 184, + 56, + 176, + 196, + 17, + 46, + 62, + 189, + 242, + 78, + 79, + 50, + 9, + 181, + 28, + 160, + 58, + 207, + 191, + 155, + 101, + 77, + 106, + 228, + 248, + 56, + 131, + 162, + 46, + 176, + 142, + 235, + 165, + 17, + 56, + 25, + 78, + 105, + 145, + 9, + 13, + 133, + 216, + 180, + 70, + 146, + 200, + 189, + 43, + 119, + 45, + 57, + 148, + 50, + 142, + 222, + 99, + 210, + 12, + 22, + 125, + 31, + 234, + 107, + 81, + 131, + 169, + 45, + 100, + 142, + 115, + 128, + 81, + 250, + 98, + 130, + 243, + 46, + 101, + 188, + 54, + 55, + 119, + 201, + 12, + 161, + 213, + 119, + 222, + 75, + 62, + 111, + 62, + 177, + 155, + 222, + 74, + 202, + 85, + 252, + 1, + 114, + 52, + 30, + 1, + 230, + 87, + 59, + 15, + 53, + 66, + 45, + 204, + 224, + 130, + 169, + 97, + 126, + 204, + 254, + 177, + 172, + 171, + 120, + 108, + 145, + 199, + 153, + 58, + 157, + 239, + 26, + 230, + 51, + 220, + 119, + 19, + 49, + 99, + 108, + 249, + 27, + 229, + 131, + 100, + 50, + 248, + 152, + 9, + 0, + 241, + 184, + 123, + 1, + 240, + 0, + 246, + 233, + 176, + 67, + 40, + 234, + 22, + 137, + 79, + 143, + 194, + 216, + 248, + 178, + 86, + 80, + 7, + 219, + 170, + 93, + 76, + 97, + 191, + 43, + 197, + 246, + 163, + 223, + 26, + 249, + 9, + 91, + 109, + 67, + 45, + 90, + 39, + 53, + 157, + 222, + 253, + 164, + 211, + 255, + 42, + 187, + 225, + 62, + 39, + 43, + 54, + 51, + 160, + 210, + 193, + 25, + 131, + 236, + 94, + 30, + 61, + 9, + 212, + 125, + 250, + 159, + 0, + 212, + 68, + 167, + 102, + 239, + 232, + 92, + 253, + 110, + 161, + 236, + 79, + 244, + 55, + 253, + 141, + 79, + 19, + 22, + 121, + 78, + 140, + 48, + 213, + 250, + 128, + 78, + 27, + 13, + 101, + 242, + 50, + 141, + 193, + 47, + 82, + 212, + 40, + 173, + 173, + 248, + 184, + 137, + 149, + 45, + 251, + 66, + 11, + 151, + 103, + 165, + 160, + 52, + 51, + 237, + 124, + 28, + 61, + 55, + 59, + 25, + 116, + 244, + 10, + 62, + 248, + 171, + 165, + 229, + 184, + 212, + 202, + 142, + 223, + 53, + 199, + 123, + 206, + 213, + 122, + 207, + 245, + 199, + 240, + 133, + 2, + 24, + 224, + 69, + 5, + 136, + 90, + 201, + 55, + 73, + 136, + 50, + 223, + 73, + 69, + 149, + 59, + 125, + 167, + 74, + 233, + 70, + 141, + 140, + 85, + 124, + 207, + 235, + 19, + 252, + 226, + 196, + 157, + 135, + 184, + 197, + 180, + 9, + 243, + 224, + 24, + 151, + 198, + 44, + 241, + 171, + 166, + 207, + 133, + 126, + 70, + 161, + 57, + 48, + 63, + 254, + 184, + 52, + 44, + 127, + 145, + 160, + 8, + 213, + 28, + 99, + 99, + 136, + 78, + 202, + 118, + 145, + 228, + 106, + 208, + 255, + 130, + 22, + 223, + 119, + 204, + 98, + 48, + 76, + 8, + 140, + 176, + 226, + 6, + 99, + 209, + 69, + 36, + 103, + 8, + 134, + 64, + 247, + 222, + 154, + 216, + 157, + 201, + 245, + 139, + 113, + 35, + 137, + 136, + 83, + 209, + 206, + 38, + 97, + 27, + 245, + 97, + 53, + 131, + 33, + 247, + 87, + 161, + 184, + 153, + 102, + 192, + 112, + 137, + 23, + 241, + 146, + 37, + 144, + 76, + 157, + 205, + 41, + 199, + 241, + 227, + 40, + 161, + 234, + 222, + 140, + 26, + 30, + 25, + 237, + 47, + 181, + 217, + 204, + 234, + 117, + 197, + 60, + 86, + 101, + 117, + 76, + 39, + 45, + 232, + 230, + 142, + 188, + 153, + 82, + 9, + 48, + 232, + 115, + 100, + 89, + 92, + 47, + 77, + 99, + 229, + 64, + 84, + 75, + 19, + 177, + 114, + 41, + 184, + 192, + 228, + 68, + 242, + 228, + 142, + 193, + 246, + 236, + 141, + 107, + 199, + 42, + 94, + 239, + 143, + 226, + 57, + 101, + 89, + 2, + 25, + 118, + 201, + 152, + 81, + 45, + 255, + 214, + 83, + 202, + 103, + 157, + 146, + 54, + 159, + 155, + 16, + 75, + 47, + 143, + 12, + 4, + 19, + 100, + 29, + 37, + 116, + 69, + 155, + 41, + 4, + 72, + 5, + 242, + 125, + 62, + 205, + 148, + 116, + 164, + 218, + 93, + 167, + 50, + 254, + 3, + 245, + 45, + 108, + 176, + 14, + 102, + 175, + 31, + 228, + 248, + 104, + 67, + 228, + 233, + 11, + 161, + 235, + 209, + 113, + 189, + 224, + 153, + 120, + 13, + 72, + 224, + 43, + 236, + 2, + 164, + 195, + 118, + 9, + 183, + 13, + 141, + 103, + 147, + 147, + 163, + 239, + 29, + 117, + 202, + 217, + 241, + 42, + 240, + 17, + 241, + 223, + 165, + 40, + 46, + 26, + 137, + 1, + 32, + 147, + 133, + 169, + 126, + 85, + 68, + 46, + 119, + 105, + 23, + 15, + 217, + 90, + 149, + 146, + 249, + 204, + 50, + 164, + 54, + 188, + 203, + 204, + 99, + 41, + 184, + 195, + 12, + 104, + 47, + 39, + 226, + 36, + 44, + 249, + 82, + 149, + 102, + 46, + 234, + 125, + 110, + 39, + 189, + 218, + 64, + 11, + 20, + 58, + 248, + 198, + 238, + 15, + 248, + 112, + 171, + 239, + 239, + 159, + 145, + 226, + 43, + 103, + 214, + 205, + 208, + 223, + 233, + 15, + 195, + 139, + 216, + 106, + 56, + 112, + 217, + 121, + 178, + 28, + 212, + 150, + 36, + 196, + 100, + 125, + 210, + 83, + 140, + 168, + 138, + 82, + 226, + 130, + 27, + 49, + 148, + 141, + 68, + 225, + 205, + 170, + 84, + 183, + 83, + 2, + 92, + 40, + 244, + 134, + 162, + 76, + 143, + 97, + 88, + 42, + 202, + 207, + 83, + 25, + 74, + 137, + 156, + 94, + 204, + 48, + 56, + 140, + 23, + 193, + 77, + 125, + 141, + 50, + 40, + 41, + 249, + 233, + 244, + 91, + 147, + 173, + 31, + 17, + 181, + 71, + 107, + 253, + 190, + 45, + 138, + 154, + 240, + 224, + 129, + 59, + 104, + 54, + 128, + 206, + 26, + 102, + 188, + 137, + 34, + 241, + 67, + 199, + 142, + 233, + 163, + 225, + 67, + 56, + 99, + 29, + 184, + 195, + 3, + 250, + 252, + 129, + 121, + 53, + 156, + 99, + 195, + 155, + 206, + 220, + 176, + 92, + 49, + 176, + 184, + 3, + 129, + 144, + 201, + 237, + 217, + 139, + 8, + 224, + 217, + 65, + 254, + 22, + 74, + 227, + 109, + 86, + 86, + 28, + 97, + 199, + 38, + 194, + 137, + 226, + 222, + 55, + 231, + 87, + 141, + 217, + 132, + 211, + 209, + 181, + 21, + 122, + 188, + 111, + 89, + 39, + 127, + 193, + 36, + 33, + 92, + 165, + 55, + 107, + 61, + 125, + 120, + 50, + 17, + 80, + 92, + 27, + 97, + 144, + 182, + 100, + 18, + 248, + 135, + 2, + 253, + 86, + 123, + 34, + 116, + 169, + 182, + 124, + 247, + 4, + 19, + 227, + 252, + 18, + 106, + 129, + 173, + 169, + 181, + 207, + 37, + 39, + 17, + 79, + 239, + 64, + 190, + 38, + 136, + 199, + 40, + 129, + 94, + 144, + 214, + 132, + 220, + 40, + 60, + 101, + 58, + 3, + 57, + 191, + 118, + 1, + 111, + 241, + 148, + 162, + 39, + 54, + 152, + 73, + 220, + 42, + 73, + 204, + 86, + 151, + 156, + 14, + 36, + 8, + 154, + 198, + 113, + 171, + 23, + 184, + 194, + 122, + 49, + 212, + 197, + 194, + 170, + 15, + 204, + 218, + 68, + 99, + 135, + 149, + 63, + 90, + 190, + 198, + 240, + 8, + 71, + 227, + 190, + 51, + 39, + 183, + 66, + 101, + 93, + 192, + 13, + 139, + 77, + 243, + 137, + 228, + 35, + 162, + 224, + 226, + 167, + 96, + 208, + 5, + 242, + 81, + 183, + 79, + 122, + 167, + 177, + 8, + 100, + 185, + 125, + 49, + 84, + 96, + 171, + 252, + 101, + 113, + 218, + 252, + 17, + 246, + 69, + 27, + 221, + 74, + 157, + 177, + 51, + 196, + 105, + 169, + 196, + 208, + 204, + 217, + 135, + 212, + 224, + 214, + 63, + 109, + 7, + 52, + 21, + 123, + 55, + 59, + 160, + 205, + 134, + 217, + 32, + 69, + 188, + 210, + 63, + 35, + 37, + 129, + 180, + 192, + 211, + 175, + 162, + 2, + 178, + 118, + 81, + 183, + 69, + 18, + 226, + 250, + 216, + 254, + 103, + 28, + 164, + 239, + 43, + 69, + 7, + 58, + 30, + 168, + 208, + 24, + 177, + 129, + 201, + 127, + 42, + 169, + 3, + 142, + 118, + 91, + 64, + 129, + 220, + 11, + 24, + 10, + 242, + 193, + 228, + 107, + 115, + 95, + 127, + 17, + 184, + 194, + 252, + 183, + 66, + 211, + 122, + 173, + 92, + 16, + 139, + 147, + 216, + 77, + 217, + 214, + 85, + 225, + 77, + 206, + 125, + 181, + 10, + 3, + 241, + 198, + 54, + 172, + 223, + 173, + 4, + 106, + 70, + 219, + 155, + 247, + 108, + 27, + 238, + 223, + 136, + 159, + 40, + 43, + 10, + 232, + 100, + 198, + 240, + 216, + 172, + 105, + 55, + 197, + 78, + 18, + 202, + 136, + 164, + 194, + 212, + 64, + 171, + 52, + 99, + 138, + 168, + 217, + 23, + 232, + 167, + 109, + 44, + 183, + 154, + 111, + 85, + 26, + 103, + 63, + 81, + 146, + 65, + 58, + 212, + 114, + 251, + 59, + 151, + 7, + 216, + 133, + 190, + 131, + 11, + 163, + 121, + 226, + 54, + 3, + 220, + 45, + 73, + 233, + 63, + 33, + 120, + 123, + 19, + 195, + 106, + 43, + 148, + 129, + 56, + 52, + 140, + 152, + 160, + 118, + 102, + 51, + 93, + 4, + 176, + 140, + 182, + 141, + 240, + 110, + 41, + 76, + 164, + 16, + 138, + 230, + 82, + 103, + 191, + 37, + 172, + 111, + 133, + 172, + 36, + 54, + 222, + 223, + 163, + 217, + 129, + 210, + 69, + 59, + 241, + 135, + 19, + 246, + 250, + 150, + 163, + 95, + 184, + 236, + 1, + 202, + 208, + 138, + 145, + 34, + 145, + 184, + 193, + 3, + 78, + 195, + 25, + 190, + 79, + 168, + 154, + 145, + 43, + 20, + 70, + 200, + 51, + 247, + 133, + 190, + 201, + 142, + 202, + 55, + 143, + 9, + 157, + 53, + 86, + 254, + 62, + 204, + 214, + 97, + 31, + 42, + 104, + 209, + 151, + 167, + 24, + 106, + 223, + 34, + 6, + 170, + 174, + 204, + 204, + 85, + 85, + 194, + 159, + 75, + 216, + 166, + 16, + 211, + 167, + 136, + 188, + 116, + 64, + 113, + 219, + 125, + 112, + 190, + 121, + 130, + 4, + 136, + 184, + 142, + 59, + 121, + 251, + 203, + 137, + 205, + 18, + 173, + 42, + 239, + 88, + 149, + 119, + 46, + 221, + 184, + 20, + 253, + 75, + 251, + 69, + 60, + 160, + 146, + 70, + 97, + 76, + 166, + 85, + 207, + 179, + 53, + 87, + 158, + 57, + 16, + 140, + 76, + 225, + 230, + 138, + 108, + 126, + 146, + 145, + 201, + 223, + 131, + 111, + 148, + 3, + 146, + 85, + 114, + 191, + 0, + 137, + 148, + 128, + 190, + 140, + 83, + 170, + 165, + 169, + 102, + 91, + 232, + 236, + 132, + 55, + 140, + 143, + 190, + 142, + 134, + 86, + 86, + 236, + 153, + 7, + 1, + 63, + 208, + 247, + 28, + 194, + 197, + 255, + 218, + 115, + 153, + 138, + 235, + 224, + 114, + 229, + 112, + 161, + 77, + 106, + 159, + 142, + 40, + 9, + 18, + 23, + 184, + 194, + 246, + 79, + 252, + 1, + 49, + 116, + 162, + 17, + 53, + 115, + 133, + 43, + 93, + 22, + 163, + 239, + 238, + 86, + 68, + 211, + 58, + 9, + 84, + 254, + 192, + 141, + 46, + 137, + 81, + 131, + 67, + 228, + 19, + 224, + 1, + 65, + 157, + 164, + 61, + 92, + 76, + 187, + 131, + 153, + 180, + 35, + 97, + 81, + 159, + 38, + 231, + 176, + 166, + 8, + 152, + 54, + 212, + 236, + 208, + 180, + 132, + 27, + 235, + 221, + 237, + 187, + 246, + 224, + 3, + 157, + 215, + 100, + 20, + 127, + 133, + 73, + 62, + 147, + 207, + 156, + 22, + 198, + 21, + 251, + 158, + 39, + 173, + 208, + 50, + 205, + 44, + 48, + 55, + 143, + 90, + 83, + 87, + 26, + 188, + 3, + 61, + 224, + 34, + 4, + 65, + 207, + 217, + 141, + 26, + 143, + 106, + 124, + 63, + 50, + 179, + 116, + 51, + 244, + 82, + 200, + 162, + 253, + 185, + 10, + 98, + 184, + 14, + 249, + 229, + 176, + 190, + 12, + 59, + 64, + 179, + 94, + 96, + 46, + 220, + 24, + 32, + 133, + 146, + 208, + 172, + 160, + 41, + 87, + 169, + 232, + 230, + 173, + 21, + 28, + 38, + 156, + 88, + 221, + 253, + 89, + 79, + 172, + 56, + 0, + 216, + 37, + 176, + 222, + 115, + 162, + 145, + 166, + 23, + 184, + 10, + 29, + 53, + 163, + 137, + 152, + 179, + 251, + 253, + 60, + 104, + 121, + 36, + 228, + 85, + 200, + 247, + 201, + 162, + 128, + 9, + 12, + 142, + 151, + 154, + 64, + 243, + 233, + 9, + 38, + 240, + 121, + 69, + 255, + 2, + 209, + 184, + 250, + 184, + 1, + 71, + 245, + 146, + 106, + 161, + 167, + 118, + 96, + 93, + 3, + 146, + 27, + 153, + 173, + 148, + 252, + 164, + 77, + 95, + 193, + 139, + 110, + 185, + 1, + 165, + 37, + 71, + 150, + 254, + 16, + 94, + 38, + 52, + 119, + 45, + 95, + 223, + 18, + 167, + 156, + 70, + 65, + 85, + 217, + 16, + 247, + 239, + 52, + 86, + 236, + 85, + 112, + 170, + 111, + 67, + 159, + 157, + 216, + 252, + 118, + 155, + 122, + 60, + 137, + 145, + 210, + 66, + 209, + 32, + 2, + 186, + 10, + 153, + 179, + 134, + 86, + 72, + 102, + 101, + 71, + 23, + 123, + 124, + 27, + 25, + 18, + 201, + 149, + 23, + 117, + 113, + 184, + 15, + 25, + 6, + 133, + 159, + 184, + 109, + 180, + 86, + 35, + 82, + 249, + 230, + 235, + 49, + 196, + 148, + 157, + 198, + 82, + 12, + 232, + 62, + 78, + 88, + 156, + 108, + 61, + 120, + 7, + 228, + 48, + 173, + 184, + 8, + 143, + 82, + 134, + 76, + 20, + 219, + 203, + 169, + 31, + 64, + 58, + 11, + 171, + 170, + 174, + 127, + 148, + 50, + 108, + 56, + 17, + 114, + 195, + 107, + 245, + 29, + 218, + 251, + 211, + 80, + 165, + 53, + 82, + 97, + 255, + 88, + 5, + 224, + 191, + 44, + 155, + 156, + 80, + 121, + 84, + 162, + 81, + 71, + 30, + 197, + 21, + 94, + 173, + 20, + 159, + 60, + 85, + 250, + 102, + 139, + 105, + 67, + 251, + 156, + 160, + 2, + 180, + 39, + 89, + 232, + 131, + 241, + 51, + 83, + 160, + 98, + 249, + 41, + 108, + 133, + 5, + 204, + 37, + 32, + 168, + 130, + 93, + 110, + 254, + 172, + 45, + 219, + 53, + 56, + 91, + 173, + 202, + 77, + 223, + 156, + 75, + 41, + 145, + 90, + 237, + 238, + 44, + 176, + 32, + 216, + 9, + 250, + 116, + 54, + 152, + 195, + 169, + 44, + 54, + 154, + 161, + 234, + 156, + 124, + 224, + 84, + 98, + 205, + 132, + 37, + 167, + 222, + 132, + 153, + 19, + 199, + 92, + 114, + 149, + 78, + 40, + 163, + 208, + 200, + 121, + 46, + 114, + 105, + 138, + 233, + 40, + 215, + 33, + 226, + 184, + 21, + 218, + 69, + 103, + 146, + 130, + 226, + 169, + 128, + 251, + 205, + 120, + 145, + 127, + 130, + 68, + 134, + 58, + 218, + 107, + 236, + 244, + 131, + 101, + 120, + 239, + 249, + 162, + 72, + 100, + 124, + 120, + 75, + 56, + 151, + 190, + 151, + 198, + 147, + 96, + 229, + 54, + 140, + 53, + 126, + 56, + 176, + 254, + 249, + 217, + 233, + 123, + 179, + 209, + 43, + 123, + 29, + 168, + 26, + 2, + 129, + 199, + 252, + 176, + 233, + 154, + 238, + 222, + 137, + 46, + 27, + 146, + 66, + 6, + 119, + 231, + 25, + 244, + 102, + 72, + 112, + 3, + 179, + 180, + 163, + 127, + 43, + 208, + 164, + 184, + 118, + 206, + 26, + 246, + 209, + 202, + 121, + 163, + 17, + 128, + 162, + 51, + 126, + 80, + 185, + 204, + 212, + 99, + 85, + 85, + 213, + 169, + 195, + 226, + 28, + 201, + 201, + 189, + 70, + 90, + 206, + 85, + 147, + 203, + 99, + 18, + 133, + 134, + 212, + 84, + 94, + 178, + 89, + 37, + 245, + 148, + 69, + 173, + 238, + 138, + 76, + 223, + 138, + 68, + 141, + 136, + 221, + 52, + 17, + 154, + 59, + 184, + 32, + 42, + 197, + 159, + 31, + 207, + 91, + 92, + 69, + 77, + 220, + 186, + 187, + 97, + 4, + 98, + 118, + 223, + 206, + 248, + 5, + 189, + 254, + 64, + 85, + 24, + 246, + 175, + 167, + 93, + 178, + 206, + 125, + 100, + 227, + 63, + 255, + 44, + 8, + 115, + 208, + 138, + 167, + 221, + 151, + 37, + 76, + 49, + 98, + 7, + 200, + 145, + 248, + 140, + 141, + 140, + 96, + 51, + 44, + 98, + 15, + 208, + 140, + 36, + 117, + 51, + 70, + 79, + 177, + 213, + 134, + 160, + 36, + 170, + 143, + 116, + 186, + 145, + 84, + 128, + 141, + 242, + 38, + 59, + 67, + 8, + 182, + 51, + 56, + 119, + 99, + 240, + 220, + 161, + 189, + 178, + 209, + 248, + 84, + 113, + 109, + 84, + 58, + 214, + 204, + 205, + 242, + 25, + 232, + 128, + 93, + 3, + 218, + 238, + 5, + 9, + 179, + 110, + 36, + 132, + 211, + 35, + 125, + 41, + 152, + 78, + 192, + 17, + 198, + 180, + 31, + 214, + 142, + 203, + 171, + 83, + 239, + 91, + 155, + 34, + 254, + 198, + 94, + 229, + 196, + 248, + 196, + 34, + 214, + 161, + 90 + ], + "expectedReplyTypes": [] + }, + { + "text": { + "type": "CONTEXT", + "ts": 1777294642904, + "msgID": "mid-a2051cba-4238-11f1-8b95-5cf821ea55ae", + "transID": "tid-a14e2dac-4238-11f1-9874-5cf821ea55ae", + "data": { + "runtime": { + "character": { + "emotion": { + "name": "NEUTRAL", + "valence": 0.45, + "confidence": 0.2 + }, + "motivation": { + "social": 1, + "playful": 0.36478467592590976 + } + }, + "perception": { + "speaker": null, + "peoplePresent": [] + }, + "location": { + "city": "Pleasant Hill", + "state": "Missouri", + "stateAbbr": "MO", + "country": "United States", + "countryCode": "US", + "lat": 38.8358494, + "lng": -94.1427229, + "iso": "2026-04-27T07:57:22.855-05:00" + }, + "loop": { + "loopId": "5c0b221fdf9d450019c5e253", + "users": [ + { + "firstName": "Erin", + "lastName": "Picone", + "phoneticName": "Erin", + "gender": "female", + "birthdate": 649209600000, + "id": "5c0b221fdf9d450019c5e255", + "accountId": "5c0b20547c46170019235759" + } + ], + "jibo": { + "color": "WHITE", + "birthdate": 1544234645598, + "id": "5c0b221fdf9d450019c5e254" + }, + "owner": "5c0b221fdf9d450019c5e255" + }, + "dialog": { + "referent": null + } + }, + "skill": { + "id": "chitchat-skill" + }, + "general": { + "release": "1.9.2" + } + } + }, + "binary": null, + "expectedReplyTypes": [] + }, + { + "text": null, + "binary": [ + 79, + 103, + 103, + 83, + 0, + 0, + 0, + 176, + 19, + 0, + 0, + 0, + 0, + 0, + 51, + 155, + 33, + 2, + 2, + 0, + 0, + 0, + 182, + 139, + 118, + 14, + 26, + 149, + 166, + 176, + 174, + 168, + 172, + 147, + 141, + 141, + 136, + 135, + 153, + 161, + 161, + 161, + 161, + 161, + 198, + 141, + 144, + 161, + 161, + 161, + 161, + 161, + 161, + 184, + 6, + 33, + 254, + 179, + 211, + 143, + 189, + 244, + 191, + 215, + 230, + 84, + 26, + 231, + 247, + 184, + 227, + 104, + 228, + 247, + 1, + 103, + 211, + 123, + 176, + 234, + 238, + 158, + 222, + 216, + 85, + 162, + 234, + 75, + 94, + 64, + 126, + 225, + 93, + 232, + 192, + 120, + 228, + 76, + 62, + 149, + 93, + 28, + 238, + 243, + 216, + 75, + 239, + 8, + 35, + 180, + 85, + 196, + 25, + 47, + 192, + 160, + 240, + 92, + 77, + 126, + 137, + 66, + 242, + 172, + 238, + 254, + 111, + 234, + 141, + 224, + 237, + 233, + 239, + 12, + 6, + 10, + 160, + 152, + 232, + 75, + 136, + 102, + 90, + 93, + 121, + 234, + 245, + 116, + 182, + 177, + 193, + 38, + 96, + 112, + 34, + 200, + 30, + 14, + 239, + 247, + 27, + 109, + 117, + 68, + 247, + 9, + 100, + 169, + 131, + 71, + 71, + 230, + 206, + 43, + 211, + 14, + 63, + 150, + 7, + 223, + 196, + 55, + 163, + 95, + 10, + 239, + 236, + 184, + 193, + 202, + 233, + 224, + 182, + 169, + 151, + 237, + 148, + 228, + 66, + 62, + 95, + 240, + 184, + 195, + 9, + 29, + 80, + 219, + 50, + 232, + 150, + 122, + 18, + 236, + 67, + 118, + 153, + 242, + 19, + 35, + 226, + 50, + 199, + 155, + 18, + 0, + 23, + 88, + 205, + 91, + 70, + 59, + 127, + 178, + 81, + 91, + 103, + 17, + 241, + 91, + 140, + 85, + 102, + 86, + 236, + 27, + 2, + 49, + 139, + 91, + 248, + 147, + 15, + 102, + 238, + 64, + 105, + 165, + 85, + 101, + 150, + 112, + 119, + 76, + 34, + 27, + 168, + 195, + 56, + 46, + 8, + 195, + 152, + 52, + 229, + 36, + 157, + 208, + 119, + 3, + 130, + 120, + 113, + 225, + 57, + 72, + 105, + 0, + 101, + 95, + 97, + 230, + 37, + 211, + 1, + 49, + 135, + 212, + 44, + 61, + 235, + 28, + 40, + 192, + 196, + 93, + 23, + 136, + 65, + 66, + 231, + 141, + 84, + 179, + 118, + 159, + 58, + 112, + 53, + 126, + 132, + 61, + 230, + 116, + 10, + 72, + 163, + 122, + 232, + 105, + 62, + 164, + 89, + 145, + 159, + 9, + 105, + 60, + 209, + 93, + 172, + 192, + 72, + 14, + 183, + 111, + 52, + 161, + 136, + 64, + 103, + 92, + 167, + 149, + 195, + 174, + 78, + 9, + 118, + 67, + 239, + 219, + 245, + 67, + 176, + 222, + 250, + 41, + 184, + 216, + 94, + 157, + 144, + 78, + 162, + 14, + 99, + 0, + 31, + 10, + 35, + 222, + 220, + 90, + 78, + 217, + 155, + 197, + 19, + 120, + 242, + 127, + 98, + 83, + 109, + 167, + 197, + 234, + 39, + 28, + 218, + 245, + 88, + 7, + 237, + 173, + 91, + 233, + 55, + 166, + 31, + 199, + 212, + 205, + 240, + 12, + 63, + 175, + 240, + 171, + 222, + 240, + 36, + 198, + 75, + 160, + 159, + 170, + 13, + 226, + 91, + 117, + 8, + 246, + 134, + 209, + 52, + 37, + 102, + 65, + 214, + 114, + 203, + 43, + 111, + 136, + 30, + 251, + 33, + 160, + 214, + 176, + 52, + 131, + 242, + 87, + 13, + 183, + 37, + 237, + 213, + 137, + 143, + 1, + 247, + 197, + 33, + 31, + 10, + 216, + 89, + 85, + 64, + 199, + 233, + 187, + 94, + 65, + 55, + 168, + 168, + 166, + 178, + 79, + 226, + 158, + 30, + 177, + 115, + 226, + 150, + 73, + 124, + 151, + 156, + 130, + 177, + 71, + 33, + 215, + 160, + 96, + 232, + 36, + 207, + 254, + 248, + 143, + 83, + 111, + 15, + 20, + 217, + 215, + 151, + 244, + 67, + 162, + 227, + 210, + 139, + 219, + 27, + 199, + 49, + 198, + 197, + 13, + 155, + 116, + 169, + 232, + 176, + 215, + 166, + 226, + 180, + 15, + 147, + 188, + 46, + 56, + 155, + 81, + 184, + 5, + 106, + 222, + 174, + 51, + 218, + 39, + 5, + 77, + 70, + 85, + 115, + 247, + 196, + 210, + 161, + 43, + 238, + 28, + 218, + 224, + 52, + 230, + 177, + 47, + 235, + 48, + 107, + 162, + 103, + 159, + 197, + 78, + 217, + 120, + 94, + 204, + 180, + 25, + 43, + 1, + 107, + 215, + 50, + 254, + 170, + 43, + 90, + 112, + 255, + 85, + 236, + 60, + 184, + 186, + 58, + 166, + 134, + 168, + 196, + 171, + 85, + 223, + 21, + 55, + 193, + 252, + 33, + 2, + 9, + 117, + 129, + 198, + 163, + 181, + 23, + 171, + 67, + 138, + 133, + 95, + 157, + 207, + 212, + 173, + 127, + 137, + 161, + 195, + 1, + 49, + 237, + 56, + 1, + 180, + 60, + 83, + 209, + 239, + 146, + 62, + 41, + 1, + 224, + 40, + 249, + 252, + 192, + 104, + 78, + 148, + 95, + 59, + 142, + 55, + 99, + 49, + 87, + 221, + 54, + 254, + 79, + 26, + 22, + 63, + 151, + 161, + 60, + 5, + 218, + 108, + 118, + 71, + 158, + 91, + 83, + 141, + 34, + 175, + 137, + 208, + 128, + 15, + 227, + 124, + 202, + 18, + 206, + 194, + 164, + 79, + 39, + 205, + 30, + 80, + 177, + 223, + 44, + 236, + 79, + 10, + 23, + 33, + 115, + 27, + 167, + 196, + 199, + 74, + 127, + 27, + 76, + 51, + 184, + 171, + 0, + 69, + 29, + 74, + 29, + 59, + 46, + 206, + 158, + 123, + 154, + 24, + 198, + 40, + 25, + 237, + 138, + 42, + 168, + 40, + 244, + 157, + 153, + 24, + 157, + 41, + 100, + 123, + 100, + 188, + 159, + 40, + 23, + 218, + 229, + 143, + 14, + 138, + 207, + 122, + 199, + 219, + 172, + 136, + 117, + 186, + 246, + 165, + 151, + 236, + 54, + 18, + 127, + 26, + 103, + 0, + 79, + 135, + 143, + 155, + 185, + 116, + 5, + 223, + 254, + 60, + 230, + 11, + 213, + 56, + 123, + 251, + 84, + 202, + 36, + 163, + 140, + 36, + 154, + 191, + 49, + 212, + 163, + 81, + 199, + 65, + 100, + 75, + 213, + 174, + 19, + 35, + 138, + 102, + 225, + 167, + 221, + 208, + 242, + 161, + 123, + 183, + 81, + 217, + 25, + 108, + 88, + 79, + 172, + 224, + 14, + 174, + 76, + 120, + 95, + 93, + 79, + 168, + 247, + 7, + 22, + 181, + 96, + 21, + 70, + 24, + 36, + 157, + 51, + 227, + 147, + 194, + 153, + 120, + 16, + 84, + 220, + 34, + 209, + 9, + 178, + 157, + 98, + 172, + 138, + 131, + 77, + 227, + 14, + 224, + 193, + 226, + 208, + 217, + 125, + 62, + 159, + 8, + 226, + 149, + 249, + 22, + 153, + 135, + 154, + 137, + 184, + 19, + 101, + 36, + 178, + 54, + 227, + 142, + 244, + 145, + 16, + 151, + 245, + 115, + 96, + 146, + 20, + 246, + 9, + 246, + 109, + 135, + 117, + 143, + 200, + 239, + 144, + 2, + 165, + 252, + 186, + 24, + 146, + 43, + 222, + 232, + 191, + 29, + 69, + 54, + 98, + 123, + 252, + 54, + 160, + 106, + 70, + 87, + 37, + 197, + 118, + 45, + 4, + 13, + 78, + 220, + 127, + 193, + 47, + 107, + 40, + 110, + 212, + 5, + 174, + 19, + 40, + 254, + 133, + 103, + 64, + 123, + 136, + 237, + 239, + 199, + 118, + 198, + 110, + 51, + 34, + 227, + 23, + 73, + 230, + 154, + 156, + 99, + 23, + 188, + 96, + 220, + 185, + 105, + 201, + 207, + 218, + 62, + 55, + 247, + 146, + 208, + 180, + 78, + 9, + 81, + 19, + 221, + 17, + 89, + 193, + 122, + 187, + 5, + 49, + 57, + 173, + 149, + 57, + 182, + 54, + 74, + 7, + 45, + 65, + 211, + 59, + 87, + 167, + 102, + 76, + 71, + 186, + 30, + 203, + 204, + 130, + 3, + 35, + 138, + 241, + 246, + 51, + 240, + 167, + 78, + 199, + 16, + 71, + 140, + 255, + 195, + 182, + 5, + 234, + 164, + 70, + 78, + 64, + 180, + 191, + 248, + 109, + 103, + 22, + 170, + 255, + 77, + 75, + 154, + 15, + 98, + 184, + 28, + 231, + 72, + 234, + 161, + 167, + 47, + 91, + 60, + 208, + 192, + 105, + 215, + 113, + 228, + 228, + 1, + 146, + 57, + 23, + 94, + 67, + 86, + 227, + 160, + 200, + 21, + 181, + 109, + 140, + 197, + 197, + 184, + 211, + 31, + 242, + 152, + 171, + 94, + 90, + 86, + 68, + 149, + 252, + 213, + 54, + 191, + 37, + 238, + 63, + 138, + 151, + 52, + 55, + 38, + 164, + 3, + 94, + 104, + 23, + 150, + 26, + 201, + 25, + 240, + 33, + 236, + 217, + 61, + 107, + 29, + 219, + 237, + 62, + 39, + 154, + 4, + 239, + 73, + 216, + 245, + 174, + 43, + 236, + 111, + 155, + 179, + 14, + 168, + 234, + 157, + 4, + 15, + 5, + 160, + 19, + 117, + 131, + 166, + 229, + 67, + 153, + 56, + 235, + 202, + 12, + 21, + 95, + 132, + 41, + 122, + 246, + 123, + 239, + 128, + 25, + 206, + 108, + 48, + 216, + 241, + 69, + 21, + 111, + 27, + 235, + 184, + 173, + 185, + 75, + 249, + 214, + 125, + 139, + 130, + 250, + 190, + 120, + 170, + 126, + 83, + 178, + 36, + 109, + 112, + 132, + 184, + 32, + 66, + 219, + 8, + 126, + 22, + 12, + 169, + 81, + 105, + 236, + 123, + 200, + 107, + 14, + 18, + 124, + 114, + 93, + 143, + 181, + 145, + 67, + 198, + 107, + 195, + 129, + 119, + 234, + 13, + 226, + 30, + 133, + 99, + 17, + 152, + 67, + 185, + 89, + 210, + 102, + 90, + 39, + 71, + 222, + 132, + 12, + 10, + 147, + 210, + 109, + 55, + 19, + 224, + 175, + 6, + 220, + 199, + 222, + 238, + 105, + 20, + 152, + 66, + 102, + 187, + 55, + 153, + 114, + 180, + 54, + 95, + 93, + 228, + 85, + 47, + 229, + 233, + 32, + 116, + 64, + 37, + 23, + 132, + 64, + 21, + 37, + 143, + 5, + 62, + 73, + 175, + 160, + 207, + 89, + 146, + 24, + 237, + 140, + 190, + 199, + 139, + 130, + 38, + 225, + 101, + 58, + 158, + 154, + 166, + 178, + 99, + 71, + 151, + 156, + 230, + 39, + 251, + 117, + 97, + 219, + 165, + 124, + 24, + 162, + 188, + 206, + 3, + 223, + 105, + 75, + 0, + 178, + 71, + 126, + 214, + 7, + 136, + 65, + 158, + 184, + 21, + 167, + 96, + 164, + 185, + 195, + 157, + 84, + 187, + 80, + 244, + 164, + 152, + 207, + 100, + 237, + 199, + 120, + 171, + 226, + 129, + 75, + 149, + 224, + 251, + 246, + 125, + 11, + 70, + 185, + 179, + 178, + 191, + 182, + 96, + 34, + 8, + 21, + 94, + 4, + 229, + 171, + 41, + 139, + 246, + 119, + 214, + 115, + 254, + 53, + 150, + 74, + 168, + 18, + 223, + 146, + 193, + 158, + 174, + 93, + 187, + 152, + 146, + 223, + 8, + 143, + 195, + 230, + 8, + 142, + 23, + 125, + 146, + 13, + 207, + 5, + 158, + 110, + 100, + 189, + 238, + 220, + 19, + 251, + 185, + 90, + 193, + 73, + 2, + 5, + 138, + 80, + 125, + 251, + 41, + 178, + 114, + 231, + 250, + 218, + 46, + 87, + 4, + 150, + 169, + 133, + 117, + 66, + 188, + 186, + 192, + 217, + 227, + 180, + 160, + 19, + 110, + 80, + 35, + 26, + 41, + 177, + 1, + 181, + 80, + 183, + 181, + 159, + 124, + 191, + 216, + 68, + 178, + 176, + 119, + 51, + 35, + 57, + 46, + 28, + 184, + 16, + 81, + 63, + 84, + 35, + 82, + 36, + 148, + 93, + 253, + 236, + 29, + 35, + 173, + 202, + 220, + 83, + 30, + 132, + 12, + 75, + 227, + 58, + 53, + 14, + 112, + 51, + 150, + 202, + 200, + 16, + 244, + 209, + 92, + 241, + 159, + 121, + 188, + 199, + 107, + 146, + 32, + 14, + 88, + 183, + 120, + 235, + 129, + 94, + 218, + 168, + 136, + 107, + 46, + 232, + 65, + 239, + 1, + 1, + 72, + 166, + 35, + 185, + 189, + 7, + 93, + 31, + 241, + 212, + 248, + 145, + 185, + 156, + 155, + 247, + 218, + 228, + 149, + 128, + 55, + 70, + 175, + 103, + 97, + 30, + 251, + 246, + 156, + 220, + 111, + 97, + 235, + 35, + 121, + 165, + 161, + 200, + 98, + 88, + 245, + 156, + 255, + 214, + 53, + 132, + 98, + 56, + 229, + 18, + 108, + 254, + 91, + 88, + 225, + 114, + 42, + 27, + 177, + 89, + 94, + 19, + 67, + 233, + 49, + 203, + 60, + 251, + 142, + 79, + 206, + 71, + 96, + 67, + 4, + 193, + 184, + 65, + 197, + 8, + 64, + 138, + 18, + 238, + 216, + 182, + 232, + 238, + 166, + 123, + 10, + 89, + 142, + 34, + 124, + 243, + 166, + 247, + 63, + 18, + 87, + 134, + 164, + 44, + 230, + 111, + 197, + 206, + 195, + 114, + 21, + 43, + 69, + 249, + 136, + 166, + 126, + 78, + 10, + 162, + 220, + 227, + 192, + 255, + 98, + 53, + 91, + 68, + 108, + 253, + 86, + 250, + 149, + 196, + 224, + 251, + 72, + 227, + 196, + 128, + 74, + 244, + 43, + 7, + 202, + 38, + 129, + 195, + 209, + 183, + 91, + 182, + 47, + 200, + 81, + 114, + 116, + 71, + 148, + 128, + 151, + 131, + 176, + 99, + 178, + 31, + 56, + 161, + 219, + 165, + 30, + 184, + 253, + 112, + 217, + 104, + 156, + 72, + 239, + 253, + 186, + 197, + 192, + 124, + 148, + 185, + 135, + 185, + 226, + 128, + 18, + 39, + 13, + 113, + 81, + 179, + 19, + 117, + 240, + 198, + 81, + 83, + 117, + 57, + 60, + 181, + 40, + 247, + 25, + 137, + 29, + 184, + 66, + 4, + 188, + 199, + 27, + 200, + 233, + 228, + 119, + 118, + 247, + 249, + 46, + 132, + 105, + 209, + 191, + 92, + 108, + 39, + 142, + 98, + 103, + 92, + 58, + 228, + 218, + 240, + 234, + 5, + 47, + 2, + 194, + 225, + 237, + 79, + 238, + 219, + 143, + 31, + 93, + 248, + 196, + 164, + 158, + 67, + 251, + 1, + 67, + 173, + 45, + 9, + 3, + 234, + 82, + 15, + 166, + 70, + 184, + 75, + 78, + 46, + 224, + 177, + 113, + 0, + 142, + 230, + 156, + 209, + 152, + 65, + 212, + 226, + 103, + 225, + 7, + 220, + 99, + 179, + 42, + 8, + 227, + 197, + 56, + 228, + 24, + 61, + 235, + 108, + 34, + 116, + 190, + 48, + 228, + 233, + 187, + 5, + 130, + 151, + 142, + 181, + 102, + 144, + 161, + 108, + 12, + 185, + 124, + 124, + 174, + 252, + 131, + 71, + 163, + 68, + 3, + 210, + 63, + 99, + 102, + 22, + 248, + 57, + 244, + 27, + 205, + 55, + 115, + 147, + 2, + 96, + 59, + 243, + 222, + 83, + 72, + 160, + 212, + 250, + 84, + 49, + 143, + 213, + 65, + 109, + 8, + 133, + 41, + 187, + 76, + 158, + 184, + 18, + 200, + 50, + 62, + 73, + 251, + 112, + 61, + 6, + 226, + 197, + 240, + 134, + 11, + 222, + 130, + 5, + 251, + 128, + 12, + 204, + 168, + 213, + 197, + 15, + 131, + 224, + 56, + 163, + 170, + 141, + 225, + 18, + 50, + 245, + 250, + 119, + 96, + 157, + 7, + 68, + 142, + 107, + 113, + 208, + 27, + 240, + 147, + 63, + 112, + 116, + 72, + 128, + 185, + 101, + 207, + 17, + 208, + 104, + 167, + 24, + 144, + 205, + 239, + 244, + 7, + 120, + 78, + 17, + 59, + 130, + 240, + 203, + 9, + 251, + 126, + 119, + 253, + 152, + 29, + 152, + 38, + 190, + 53, + 251, + 154, + 4, + 54, + 123, + 246, + 46, + 153, + 206, + 138, + 59, + 230, + 49, + 60, + 225, + 109, + 232, + 238, + 216, + 108, + 159, + 9, + 240, + 24, + 16, + 84, + 137, + 34, + 231, + 108, + 161, + 148, + 9, + 168, + 210, + 61, + 184, + 169, + 56, + 199, + 5, + 150, + 118, + 156, + 129, + 226, + 98, + 221, + 9, + 203, + 127, + 70, + 99, + 224, + 225, + 123, + 221, + 71, + 94, + 244, + 95, + 169, + 34, + 82, + 195, + 50, + 44, + 101, + 137, + 55, + 161, + 200, + 105, + 16, + 17, + 133, + 184, + 61, + 196, + 109, + 101, + 214, + 66, + 214, + 40, + 102, + 216, + 145, + 106, + 85, + 142, + 161, + 55, + 187, + 70, + 57, + 82, + 247, + 96, + 30, + 237, + 162, + 206, + 121, + 17, + 121, + 50, + 238, + 199, + 74, + 127, + 75, + 177, + 95, + 154, + 92, + 2, + 189, + 150, + 122, + 185, + 252, + 157, + 52, + 22, + 41, + 223, + 192, + 113, + 7, + 154, + 26, + 170, + 13, + 74, + 130, + 151, + 39, + 61, + 135, + 0, + 200, + 216, + 196, + 9, + 28, + 154, + 113, + 214, + 111, + 38, + 237, + 181, + 117, + 38, + 153, + 230, + 135, + 72, + 48, + 237, + 103, + 212, + 109, + 43, + 15, + 14, + 93, + 62, + 222, + 162, + 168, + 74, + 233, + 238, + 226, + 178, + 115, + 48, + 227, + 160, + 238, + 41, + 44, + 178, + 27, + 232, + 94, + 93, + 88, + 192, + 94, + 244, + 152, + 111, + 120, + 202, + 154, + 163, + 191, + 60, + 42, + 88, + 167, + 242, + 233, + 193, + 50, + 235, + 25, + 219, + 225, + 211, + 181, + 157, + 46, + 181, + 187, + 82, + 87, + 251, + 216, + 149, + 119, + 183, + 193, + 51, + 133, + 97, + 34, + 110, + 113, + 162, + 110, + 119, + 154, + 125, + 184, + 22, + 106, + 156, + 217, + 94, + 21, + 155, + 188, + 133, + 31, + 211, + 95, + 10, + 200, + 109, + 17, + 32, + 76, + 89, + 71, + 132, + 151, + 93, + 31, + 80, + 245, + 86, + 71, + 229, + 173, + 239, + 30, + 210, + 94, + 34, + 200, + 135, + 15, + 181, + 221, + 59, + 118, + 185, + 31, + 148, + 123, + 172, + 192, + 31, + 241, + 113, + 128, + 234, + 136, + 7, + 130, + 107, + 214, + 184, + 139, + 233, + 59, + 121, + 144, + 175, + 205, + 137, + 124, + 15, + 173, + 121, + 3, + 204, + 220, + 175, + 53, + 136, + 210, + 58, + 223, + 8, + 44, + 200, + 220, + 74, + 64, + 235, + 43, + 242, + 225, + 184, + 108, + 205, + 59, + 246, + 236, + 116, + 95, + 179, + 181, + 127, + 22, + 108, + 137, + 193, + 37, + 108, + 251, + 195, + 249, + 123, + 144, + 36, + 35, + 175, + 102, + 121, + 159, + 202, + 205, + 137, + 39, + 222, + 250, + 18, + 78, + 156, + 52, + 110, + 169, + 161, + 121, + 63, + 51, + 56, + 246, + 233, + 50, + 26, + 16, + 59, + 111, + 4, + 133, + 157, + 3, + 146, + 183, + 222, + 144, + 220, + 59, + 126, + 255, + 106, + 184, + 235, + 129, + 210, + 240, + 184, + 25, + 172, + 150, + 214, + 215, + 254, + 80, + 249, + 28, + 19, + 216, + 205, + 57, + 210, + 243, + 138, + 31, + 254, + 168, + 140, + 50, + 245, + 91, + 2, + 90, + 162, + 175, + 161, + 116, + 134, + 14, + 221, + 172, + 96, + 253, + 79, + 9, + 52, + 95, + 88, + 86, + 190, + 157, + 79, + 169, + 66, + 203, + 54, + 4, + 48, + 194, + 131, + 123, + 25, + 194, + 160, + 67, + 117, + 159, + 2, + 237, + 125, + 158, + 157, + 211, + 233, + 254, + 21, + 187, + 27, + 114, + 13, + 156, + 128, + 218, + 51, + 250, + 59, + 25, + 138, + 53, + 149, + 18, + 128, + 24, + 130, + 185, + 187, + 178, + 167, + 148, + 101, + 117, + 231, + 127, + 37, + 71, + 65, + 186, + 5, + 171, + 2, + 227, + 118, + 183, + 54, + 175, + 140, + 171, + 254, + 166, + 111, + 31, + 119, + 96, + 1, + 106, + 75, + 253, + 61, + 184, + 204, + 250, + 111, + 151, + 33, + 127, + 75, + 217, + 49, + 85, + 172, + 82, + 198, + 241, + 75, + 54, + 221, + 218, + 113, + 109, + 216, + 83, + 229, + 16, + 34, + 56, + 52, + 50, + 34, + 61, + 200, + 27, + 8, + 230, + 65, + 124, + 1, + 242, + 182, + 184, + 61, + 197, + 35, + 236, + 217, + 159, + 49, + 236, + 205, + 218, + 113, + 153, + 110, + 122, + 243, + 101, + 24, + 121, + 13, + 20, + 112, + 148, + 36, + 239, + 140, + 220, + 153, + 252, + 122, + 129, + 87, + 41, + 154, + 147, + 159, + 54, + 154, + 87, + 213, + 67, + 6, + 162, + 5, + 12, + 101, + 4, + 56, + 178, + 61, + 164, + 103, + 107, + 134, + 189, + 225, + 58, + 251, + 191, + 90, + 87, + 208, + 173, + 20, + 126, + 34, + 187, + 168, + 195, + 162, + 151, + 252, + 120, + 48, + 153, + 97, + 207, + 176, + 48, + 163, + 90, + 126, + 245, + 117, + 250, + 139, + 191, + 136, + 199, + 232, + 187, + 210, + 229, + 236, + 98, + 185, + 209, + 225, + 233, + 72, + 148, + 117, + 12, + 138, + 10, + 205, + 122, + 82, + 17, + 210, + 224, + 38, + 169, + 58, + 200, + 154, + 241, + 125, + 230, + 184, + 241, + 129, + 152, + 144, + 121, + 98, + 80, + 232, + 216, + 210, + 189, + 18, + 50, + 48, + 182, + 201, + 200, + 175, + 139, + 214, + 174, + 34, + 251, + 85, + 159, + 34, + 182, + 41, + 232, + 31, + 61, + 5, + 239, + 48, + 220, + 3, + 64, + 186, + 239, + 21, + 124, + 184, + 122, + 245, + 220, + 119, + 241, + 168, + 189, + 181, + 201, + 31, + 56, + 240, + 102, + 219, + 118, + 254, + 232, + 184, + 2, + 153, + 150, + 231, + 244, + 21, + 7, + 246, + 240, + 62, + 103, + 63, + 207, + 133, + 177, + 250, + 85, + 15, + 144, + 123, + 175, + 47, + 236, + 178, + 223, + 242, + 8, + 183, + 134, + 99, + 78, + 33, + 219, + 238, + 250, + 210, + 83, + 45, + 169, + 142, + 67, + 105, + 153, + 233, + 153, + 140, + 239, + 147, + 76, + 45, + 210, + 132, + 162, + 161, + 83, + 136, + 232, + 178, + 139, + 223, + 104, + 214, + 9, + 164, + 88, + 78, + 102, + 182, + 133, + 231, + 68, + 22, + 27, + 177, + 33, + 243, + 28, + 115, + 85, + 230, + 59, + 178, + 13, + 181, + 109, + 98, + 171, + 249, + 211, + 119, + 97, + 252, + 21, + 152, + 184, + 68, + 210, + 93, + 230, + 154, + 178, + 165, + 151, + 205, + 36, + 175, + 103, + 75, + 137, + 4, + 161, + 18, + 186, + 124, + 231, + 251, + 25, + 149, + 17, + 100, + 107, + 106, + 118, + 233, + 20, + 47, + 76, + 212, + 87, + 81, + 88, + 29, + 137, + 49, + 172, + 96, + 179, + 243, + 237, + 240, + 73, + 31, + 205, + 133, + 51, + 247, + 238, + 114, + 23, + 134, + 179, + 92, + 136, + 195, + 24, + 78, + 111, + 248, + 79, + 250, + 230, + 202, + 42, + 88, + 175, + 238, + 251, + 19, + 216, + 116, + 108, + 64, + 192, + 31, + 167, + 54, + 93, + 0, + 97, + 184, + 62, + 52, + 14, + 126, + 57, + 195, + 135, + 93, + 48, + 133, + 155, + 194, + 95, + 150, + 132, + 209, + 53, + 133, + 70, + 219, + 169, + 249, + 93, + 200, + 153, + 205, + 66, + 188, + 19, + 223, + 185, + 222, + 165, + 79, + 250, + 184, + 223, + 101, + 168, + 162, + 59, + 244, + 81, + 19, + 85, + 61, + 220, + 72, + 157, + 55, + 195, + 47, + 174, + 93, + 70, + 109, + 250, + 87, + 22, + 243, + 3, + 198, + 173, + 34, + 19, + 243, + 131, + 33, + 84, + 96, + 94, + 131, + 158, + 184, + 236, + 91, + 39, + 221, + 54, + 171, + 32, + 126, + 153, + 52, + 178, + 30, + 121, + 141, + 114, + 43, + 116, + 237, + 234, + 136, + 162, + 181, + 38, + 124, + 176, + 22, + 21, + 47, + 94, + 156, + 76, + 84, + 79, + 134, + 156, + 2, + 198, + 251, + 56, + 72, + 89, + 68, + 195, + 80, + 175, + 129, + 13, + 244, + 120, + 118, + 45, + 23, + 10, + 184, + 72, + 83, + 52, + 222, + 115, + 78, + 195, + 117, + 55, + 65, + 86, + 68, + 184, + 16, + 154, + 125, + 78, + 205, + 118, + 187, + 78, + 3, + 172, + 181, + 182, + 76, + 2, + 195, + 110, + 9, + 225, + 68, + 236, + 146, + 51, + 237, + 33, + 173, + 70, + 58, + 80, + 63, + 14, + 43, + 172, + 167, + 87, + 197, + 64, + 181, + 186, + 127, + 92, + 0, + 29, + 54, + 46, + 245, + 251, + 122, + 12, + 171, + 75, + 5, + 68, + 181, + 113, + 83, + 31, + 76, + 110, + 195, + 129, + 110, + 58, + 69, + 80, + 181, + 66, + 146, + 78, + 137, + 75, + 98, + 192, + 214, + 103, + 250, + 222, + 164, + 230, + 28, + 161, + 147, + 125, + 11, + 39, + 2, + 75, + 216, + 108, + 243, + 124, + 239, + 250, + 58, + 202, + 148, + 59, + 226, + 149, + 156, + 229, + 3, + 137, + 12, + 86, + 51, + 182, + 55, + 201, + 5, + 164, + 212, + 220, + 112, + 156, + 19, + 132, + 207, + 33, + 191, + 19, + 92, + 63, + 149, + 160, + 46, + 36, + 167, + 218, + 75, + 133, + 12, + 251, + 208, + 66, + 44, + 124, + 105, + 162, + 229, + 238, + 212, + 112, + 218, + 184, + 21, + 252, + 135, + 80, + 190, + 70, + 146, + 76, + 129, + 219, + 142, + 76, + 31, + 186, + 168, + 141, + 118, + 123, + 123, + 147, + 151, + 103, + 24, + 154, + 86, + 55, + 96, + 4, + 35, + 182, + 10, + 229, + 105, + 80, + 31, + 95, + 247, + 197, + 57, + 144, + 77, + 146, + 17, + 243, + 122, + 209, + 250, + 201, + 51, + 4, + 24, + 144, + 114, + 44, + 71, + 199, + 180, + 123, + 168, + 30, + 40, + 79, + 214, + 232, + 204, + 160, + 248, + 143, + 183, + 232, + 194, + 126, + 191, + 254, + 196, + 216, + 155, + 199, + 9, + 182, + 3, + 208, + 108, + 84, + 79, + 133, + 142, + 45, + 193, + 136, + 59, + 254, + 194, + 104, + 133, + 138, + 179, + 133, + 182, + 244, + 35, + 40, + 33, + 11, + 100, + 150, + 20, + 172, + 56, + 237, + 219, + 40, + 26, + 183, + 65, + 250, + 38, + 234, + 113, + 243, + 145, + 102, + 99, + 114, + 152, + 50, + 233, + 144, + 14, + 212, + 183, + 121, + 166, + 200, + 23, + 109, + 99, + 65, + 220, + 213, + 231, + 64, + 203, + 92, + 176, + 128, + 19, + 230, + 8, + 165, + 158, + 28, + 175, + 57, + 165, + 133, + 221, + 132, + 44, + 110, + 184, + 3, + 234, + 4, + 57, + 2, + 22, + 159, + 4, + 250, + 252, + 239, + 169, + 215, + 195, + 254, + 92, + 166, + 183, + 51, + 11, + 205, + 196, + 163, + 144, + 237, + 170, + 186, + 34, + 81, + 43, + 63, + 33, + 4, + 245, + 4, + 55, + 79, + 10, + 169, + 103, + 183, + 108, + 182, + 198, + 161, + 28, + 207, + 208, + 132, + 107, + 84, + 138, + 8, + 95, + 47, + 67, + 104, + 225, + 132, + 190, + 228, + 167, + 228, + 68, + 209, + 187, + 16, + 195, + 216, + 242, + 202, + 64, + 192, + 80, + 172, + 84, + 136, + 142, + 228, + 204, + 183, + 177, + 75, + 50, + 228, + 141, + 250, + 210, + 202, + 82, + 63, + 111, + 134, + 20, + 40, + 190, + 140, + 250, + 23, + 219, + 29, + 238, + 21, + 255, + 135, + 173, + 221, + 41, + 68, + 160, + 206, + 73, + 201, + 60, + 180, + 244, + 17, + 110, + 240, + 194, + 137, + 95, + 81, + 106, + 127, + 85, + 202, + 20, + 247, + 95, + 82, + 177, + 51, + 174, + 80, + 73, + 8, + 221, + 18, + 230, + 202, + 160, + 243, + 155, + 202, + 152, + 213, + 72, + 0, + 206, + 220, + 255, + 188, + 181, + 35, + 227, + 84, + 222, + 159, + 146, + 184, + 8, + 180, + 30, + 197, + 209, + 184, + 206, + 70, + 109, + 58, + 72, + 25, + 238, + 117, + 131, + 117, + 5, + 0, + 121, + 198, + 229, + 33, + 10, + 66, + 77, + 18, + 249, + 15, + 63, + 120, + 161, + 163, + 91, + 136, + 10, + 244, + 92, + 83, + 103, + 231, + 137, + 46, + 166, + 7, + 68, + 214, + 51, + 97, + 68, + 134, + 102, + 201, + 64, + 20, + 50, + 78, + 213, + 75, + 144, + 43, + 215, + 14, + 170, + 145, + 35, + 170, + 81, + 225, + 74, + 82, + 55, + 111, + 132, + 57, + 41, + 39, + 117, + 79, + 252, + 89, + 161, + 187, + 65, + 135, + 177, + 132, + 168, + 229, + 75, + 185, + 52, + 94, + 213, + 54, + 76, + 133, + 28, + 163, + 156, + 112, + 114, + 183, + 236, + 19, + 252, + 227, + 178, + 124, + 195, + 253, + 233, + 103, + 11, + 7, + 67, + 140, + 55, + 32, + 102, + 2, + 164, + 153, + 113, + 130, + 25, + 131, + 78, + 82, + 171, + 59, + 25, + 108, + 80, + 43, + 135, + 213, + 163, + 61, + 78, + 56, + 19, + 25, + 169, + 202, + 73, + 139, + 68, + 70, + 164, + 151, + 81, + 107, + 158, + 117, + 82, + 109, + 245, + 59, + 146, + 52, + 184, + 20, + 79, + 248, + 53, + 50, + 88, + 92, + 178, + 30, + 27, + 96, + 27, + 92, + 236, + 234, + 27, + 10, + 218, + 61, + 111, + 64, + 214, + 5, + 7, + 171, + 74, + 253, + 171, + 20, + 231, + 89, + 185, + 222, + 221, + 204, + 16, + 72, + 115, + 131, + 63, + 95, + 29, + 162, + 107, + 70, + 240, + 95, + 195, + 28, + 46, + 179, + 205, + 240, + 241, + 117, + 136, + 211, + 72, + 114, + 109, + 63, + 65, + 213, + 251, + 79, + 98, + 249, + 200, + 253, + 220, + 46, + 43, + 164, + 235, + 124, + 234, + 116, + 16, + 14, + 158, + 92, + 176, + 148, + 8, + 45, + 183, + 192, + 123, + 147, + 77, + 177, + 163, + 210, + 242, + 130, + 161, + 119, + 174, + 40, + 245, + 40, + 191, + 196, + 25, + 28, + 250, + 99, + 85, + 230, + 112, + 51, + 114, + 29, + 235, + 153, + 51, + 97, + 193, + 13, + 232, + 196, + 165, + 139, + 107, + 151, + 152, + 145, + 34, + 170, + 136, + 84, + 92, + 225, + 66, + 40, + 161, + 146, + 153, + 255, + 25, + 55, + 160, + 244, + 108, + 42, + 76, + 169, + 29, + 141, + 62, + 199, + 182, + 80, + 107, + 79, + 47, + 198, + 41, + 106, + 40, + 184, + 16, + 77, + 164, + 46, + 4, + 220, + 15, + 241, + 66, + 63, + 14, + 48, + 234, + 251, + 74, + 243, + 7, + 78, + 214, + 143, + 101, + 11, + 70, + 183, + 137, + 184, + 145, + 219, + 46, + 70, + 209, + 56, + 247, + 179, + 133, + 12, + 69, + 127, + 79, + 27, + 46, + 73, + 163, + 240, + 215, + 55, + 238, + 51, + 20, + 150, + 251, + 70, + 238, + 79, + 124, + 157, + 168, + 90, + 204, + 60, + 116, + 24, + 26, + 69, + 235, + 80, + 152, + 109, + 215, + 91, + 234, + 108, + 145, + 122, + 120, + 66, + 53, + 69, + 5, + 252, + 109, + 226, + 91, + 198, + 171, + 237, + 233, + 186, + 160, + 133, + 90, + 120, + 198, + 183, + 96, + 90, + 52, + 96, + 141, + 13, + 28, + 170, + 180, + 244, + 175, + 123, + 148, + 201, + 128, + 14, + 182, + 164, + 58, + 217, + 148, + 140, + 195, + 202, + 18, + 15, + 234, + 19, + 216, + 249, + 220, + 50, + 17, + 50, + 180, + 105, + 171, + 59, + 48, + 244, + 1, + 209, + 158, + 23, + 189, + 13, + 193, + 99, + 192, + 197, + 61, + 45, + 36, + 196, + 212, + 47, + 71, + 91, + 98, + 174, + 13, + 243, + 2, + 188, + 79, + 179, + 184, + 17, + 78, + 117, + 26, + 186, + 105, + 167, + 222, + 99, + 242, + 9, + 37, + 19, + 186, + 107, + 12, + 9, + 223, + 118, + 254, + 69, + 6, + 221, + 191, + 82, + 104, + 154, + 187, + 243, + 228, + 202, + 12, + 205, + 238, + 35, + 145, + 24, + 252, + 134, + 7, + 189, + 167, + 161, + 184, + 201, + 214, + 33, + 91, + 221, + 23, + 252, + 132, + 106, + 195, + 3, + 113, + 6, + 137, + 149, + 191, + 37, + 166, + 5, + 227, + 167, + 80, + 124, + 136, + 58, + 24, + 2, + 247, + 80, + 32, + 224, + 120, + 37, + 159, + 175, + 14, + 160, + 85, + 27, + 180, + 101, + 238, + 195, + 253, + 64, + 108, + 47, + 94, + 152, + 246, + 47, + 170, + 149, + 3, + 211, + 54, + 254, + 5, + 98, + 104, + 53, + 198, + 234, + 178, + 100, + 208, + 242, + 11, + 120, + 158, + 225, + 57, + 37, + 22, + 108, + 236, + 71, + 36, + 78, + 64, + 227, + 227, + 66, + 45, + 124, + 143, + 202, + 208, + 229, + 248, + 15, + 18, + 82, + 170, + 77, + 91, + 142, + 234, + 198, + 246, + 74, + 177, + 61, + 97, + 26, + 150, + 200, + 64, + 219, + 148, + 210, + 135, + 242, + 77, + 63, + 115 + ], + "expectedReplyTypes": [] + }, + { + "text": null, + "binary": [ + 79, + 103, + 103, + 83, + 0, + 0, + 128, + 17, + 20, + 0, + 0, + 0, + 0, + 0, + 51, + 155, + 33, + 2, + 3, + 0, + 0, + 0, + 64, + 43, + 62, + 62, + 26, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 184, + 20, + 60, + 85, + 146, + 156, + 220, + 54, + 238, + 250, + 54, + 189, + 63, + 243, + 239, + 78, + 146, + 82, + 26, + 186, + 182, + 80, + 197, + 223, + 148, + 7, + 77, + 153, + 71, + 2, + 36, + 48, + 168, + 196, + 232, + 94, + 84, + 83, + 103, + 83, + 198, + 212, + 87, + 205, + 204, + 4, + 122, + 216, + 114, + 239, + 216, + 146, + 211, + 254, + 207, + 204, + 254, + 221, + 182, + 29, + 253, + 116, + 178, + 225, + 23, + 138, + 186, + 102, + 175, + 69, + 27, + 241, + 64, + 19, + 212, + 178, + 55, + 227, + 197, + 88, + 114, + 69, + 134, + 75, + 201, + 215, + 123, + 254, + 37, + 226, + 207, + 232, + 241, + 43, + 143, + 157, + 135, + 67, + 229, + 189, + 111, + 83, + 59, + 134, + 30, + 189, + 22, + 194, + 217, + 60, + 92, + 178, + 177, + 176, + 11, + 59, + 238, + 220, + 45, + 6, + 241, + 52, + 81, + 151, + 185, + 72, + 137, + 141, + 173, + 169, + 151, + 8, + 123, + 146, + 101, + 182, + 147, + 179, + 118, + 211, + 65, + 94, + 234, + 247, + 162, + 143, + 10, + 61, + 213, + 183, + 19, + 29, + 97, + 238, + 175, + 23, + 111, + 217, + 34, + 41, + 231, + 184, + 7, + 0, + 7, + 189, + 182, + 144, + 217, + 147, + 239, + 134, + 204, + 90, + 27, + 172, + 43, + 148, + 247, + 160, + 66, + 81, + 251, + 63, + 183, + 0, + 72, + 99, + 157, + 114, + 132, + 171, + 0, + 228, + 67, + 189, + 50, + 107, + 182, + 8, + 240, + 33, + 23, + 247, + 42, + 170, + 34, + 48, + 123, + 142, + 136, + 93, + 171, + 128, + 114, + 207, + 189, + 221, + 178, + 188, + 42, + 202, + 31, + 242, + 47, + 1, + 177, + 59, + 48, + 166, + 169, + 148, + 39, + 228, + 99, + 228, + 188, + 254, + 94, + 5, + 163, + 178, + 248, + 9, + 224, + 224, + 206, + 99, + 106, + 123, + 62, + 97, + 8, + 68, + 59, + 141, + 205, + 190, + 155, + 9, + 26, + 149, + 211, + 223, + 226, + 92, + 170, + 183, + 61, + 94, + 30, + 241, + 98, + 73, + 2, + 217, + 12, + 52, + 4, + 49, + 110, + 95, + 175, + 222, + 49, + 126, + 158, + 154, + 186, + 222, + 107, + 39, + 97, + 44, + 227, + 86, + 18, + 181, + 225, + 153, + 28, + 209, + 240, + 206, + 232, + 79, + 76, + 157, + 217, + 167, + 210, + 59, + 32, + 199, + 153, + 118, + 87, + 80, + 143, + 124, + 247, + 253, + 184, + 65, + 8, + 37, + 169, + 83, + 29, + 23, + 238, + 162, + 248, + 85, + 110, + 1, + 106, + 153, + 145, + 201, + 81, + 67, + 96, + 118, + 208, + 38, + 82, + 70, + 243, + 36, + 102, + 191, + 109, + 172, + 118, + 112, + 155, + 62, + 20, + 166, + 224, + 123, + 212, + 241, + 146, + 154, + 10, + 2, + 30, + 39, + 27, + 98, + 16, + 78, + 166, + 191, + 100, + 83, + 60, + 13, + 25, + 71, + 171, + 42, + 158, + 64, + 25, + 145, + 36, + 114, + 23, + 116, + 22, + 108, + 151, + 142, + 187, + 34, + 236, + 86, + 207, + 35, + 97, + 242, + 219, + 104, + 191, + 155, + 233, + 91, + 33, + 132, + 75, + 204, + 176, + 213, + 49, + 67, + 105, + 214, + 171, + 220, + 250, + 91, + 95, + 33, + 35, + 70, + 150, + 210, + 215, + 164, + 237, + 233, + 24, + 35, + 31, + 185, + 236, + 220, + 57, + 157, + 90, + 130, + 108, + 6, + 73, + 136, + 179, + 149, + 199, + 182, + 70, + 106, + 167, + 97, + 251, + 183, + 177, + 99, + 214, + 146, + 20, + 36, + 131, + 233, + 53, + 194, + 94, + 227, + 75, + 238, + 89, + 95, + 159, + 65, + 170, + 211, + 1, + 112, + 27, + 93, + 237, + 184, + 67, + 72, + 226, + 17, + 162, + 206, + 37, + 119, + 253, + 85, + 32, + 83, + 205, + 12, + 162, + 188, + 208, + 218, + 205, + 132, + 205, + 240, + 244, + 229, + 170, + 108, + 213, + 53, + 216, + 163, + 138, + 195, + 42, + 168, + 170, + 171, + 107, + 104, + 19, + 140, + 29, + 130, + 68, + 248, + 205, + 181, + 213, + 191, + 113, + 154, + 112, + 84, + 222, + 203, + 220, + 255, + 53, + 65, + 182, + 30, + 107, + 35, + 114, + 186, + 218, + 170, + 10, + 109, + 42, + 25, + 125, + 48, + 187, + 158, + 207, + 134, + 142, + 190, + 94, + 160, + 29, + 153, + 84, + 237, + 255, + 26, + 245, + 231, + 21, + 244, + 106, + 26, + 143, + 236, + 68, + 35, + 203, + 211, + 21, + 97, + 22, + 1, + 69, + 127, + 105, + 174, + 122, + 125, + 53, + 109, + 28, + 106, + 234, + 92, + 0, + 229, + 206, + 132, + 231, + 21, + 116, + 35, + 182, + 253, + 11, + 30, + 80, + 145, + 200, + 206, + 4, + 147, + 116, + 90, + 164, + 250, + 59, + 253, + 253, + 133, + 220, + 246, + 81, + 111, + 56, + 24, + 219, + 242, + 240, + 39, + 243, + 227, + 31, + 96, + 18, + 148, + 238, + 145, + 199, + 152, + 184, + 17, + 23, + 65, + 86, + 164, + 139, + 176, + 87, + 26, + 177, + 47, + 148, + 100, + 206, + 60, + 11, + 210, + 32, + 56, + 72, + 36, + 101, + 27, + 92, + 180, + 69, + 48, + 20, + 233, + 169, + 41, + 142, + 246, + 196, + 165, + 88, + 27, + 188, + 154, + 63, + 55, + 107, + 160, + 177, + 51, + 246, + 10, + 171, + 76, + 218, + 197, + 77, + 162, + 218, + 22, + 172, + 161, + 191, + 84, + 105, + 160, + 212, + 45, + 211, + 26, + 8, + 96, + 237, + 23, + 80, + 222, + 6, + 55, + 112, + 91, + 11, + 202, + 31, + 73, + 80, + 21, + 18, + 128, + 153, + 208, + 203, + 136, + 213, + 64, + 214, + 76, + 168, + 185, + 61, + 107, + 114, + 43, + 148, + 234, + 132, + 223, + 52, + 175, + 203, + 234, + 220, + 21, + 93, + 126, + 173, + 247, + 138, + 106, + 149, + 239, + 154, + 221, + 164, + 26, + 30, + 106, + 122, + 97, + 102, + 25, + 140, + 203, + 68, + 142, + 46, + 170, + 69, + 99, + 35, + 210, + 57, + 134, + 160, + 147, + 196, + 253, + 86, + 11, + 237, + 103, + 223, + 169, + 56, + 162, + 190, + 121, + 61, + 180, + 20, + 46, + 53, + 50, + 215, + 203, + 96, + 184, + 66, + 203, + 73, + 47, + 201, + 220, + 167, + 166, + 25, + 69, + 199, + 92, + 54, + 221, + 151, + 217, + 236, + 82, + 60, + 131, + 235, + 247, + 153, + 27, + 210, + 89, + 231, + 166, + 137, + 168, + 187, + 98, + 184, + 120, + 184, + 39, + 151, + 16, + 189, + 125, + 159, + 217, + 218, + 74, + 194, + 69, + 103, + 51, + 48, + 205, + 10, + 112, + 48, + 170, + 171, + 253, + 83, + 195, + 152, + 172, + 197, + 116, + 186, + 251, + 105, + 157, + 245, + 97, + 237, + 110, + 158, + 88, + 124, + 189, + 152, + 124, + 216, + 200, + 93, + 44, + 84, + 122, + 254, + 231, + 224, + 23, + 39, + 125, + 145, + 116, + 53, + 27, + 185, + 246, + 65, + 39, + 197, + 171, + 203, + 142, + 68, + 19, + 236, + 168, + 43, + 190, + 49, + 116, + 66, + 217, + 105, + 93, + 137, + 73, + 155, + 12, + 249, + 1, + 65, + 125, + 38, + 242, + 239, + 104, + 112, + 116, + 176, + 147, + 172, + 36, + 137, + 77, + 175, + 86, + 221, + 236, + 164, + 103, + 140, + 230, + 114, + 24, + 213, + 51, + 221, + 241, + 201, + 55, + 122, + 99, + 230, + 109, + 133, + 238, + 195, + 35, + 70, + 237, + 109, + 192, + 184, + 6, + 66, + 23, + 122, + 86, + 106, + 219, + 192, + 73, + 111, + 85, + 210, + 187, + 28, + 45, + 95, + 226, + 131, + 196, + 108, + 42, + 103, + 225, + 9, + 33, + 150, + 109, + 225, + 156, + 197, + 45, + 74, + 230, + 43, + 100, + 243, + 251, + 55, + 228, + 26, + 16, + 228, + 76, + 28, + 118, + 43, + 195, + 187, + 70, + 9, + 145, + 170, + 229, + 93, + 184, + 49, + 33, + 132, + 229, + 106, + 179, + 20, + 80, + 39, + 229, + 192, + 206, + 66, + 89, + 193, + 105, + 118, + 208, + 143, + 29, + 202, + 116, + 227, + 162, + 226, + 33, + 9, + 31, + 48, + 145, + 52, + 147, + 190, + 57, + 35, + 34, + 171, + 9, + 159, + 203, + 67, + 10, + 41, + 151, + 183, + 165, + 14, + 14, + 226, + 32, + 48, + 133, + 37, + 4, + 153, + 101, + 46, + 28, + 239, + 239, + 100, + 143, + 167, + 59, + 29, + 215, + 63, + 193, + 190, + 183, + 252, + 134, + 192, + 32, + 124, + 170, + 8, + 221, + 145, + 29, + 69, + 179, + 188, + 91, + 73, + 61, + 171, + 118, + 150, + 136, + 151, + 86, + 198, + 211, + 90, + 198, + 135, + 210, + 251, + 104, + 255, + 205, + 65, + 249, + 16, + 184, + 65, + 107, + 224, + 34, + 91, + 18, + 113, + 204, + 169, + 209, + 136, + 87, + 235, + 56, + 221, + 100, + 152, + 224, + 145, + 216, + 185, + 111, + 221, + 122, + 32, + 23, + 100, + 129, + 65, + 249, + 143, + 146, + 103, + 202, + 75, + 64, + 212, + 182, + 129, + 140, + 210, + 57, + 78, + 99, + 89, + 185, + 199, + 251, + 71, + 106, + 120, + 137, + 4, + 70, + 181, + 141, + 16, + 160, + 12, + 56, + 2, + 33, + 155, + 210, + 188, + 198, + 95, + 140, + 113, + 66, + 230, + 61, + 235, + 107, + 52, + 161, + 106, + 52, + 14, + 135, + 40, + 123, + 141, + 183, + 73, + 92, + 17, + 8, + 109, + 222, + 130, + 112, + 41, + 193, + 219, + 193, + 41, + 192, + 37, + 80, + 218, + 62, + 193, + 183, + 248, + 151, + 66, + 36, + 249, + 85, + 145, + 146, + 50, + 80, + 201, + 134, + 49, + 162, + 112, + 38, + 143, + 86, + 24, + 37, + 72, + 154, + 95, + 9, + 216, + 36, + 2, + 140, + 218, + 91, + 145, + 224, + 233, + 210, + 111, + 86, + 26, + 7, + 140, + 155, + 117, + 175, + 110, + 125, + 183, + 182, + 243, + 3, + 21, + 200, + 108, + 125, + 173, + 232, + 123, + 218, + 184, + 18, + 68, + 143, + 198, + 4, + 184, + 19, + 16, + 135, + 12, + 248, + 64, + 248, + 132, + 208, + 32, + 236, + 217, + 85, + 6, + 81, + 166, + 209, + 27, + 72, + 67, + 189, + 192, + 242, + 131, + 14, + 211, + 99, + 28, + 116, + 191, + 114, + 32, + 238, + 21, + 7, + 36, + 254, + 204, + 70, + 172, + 25, + 123, + 168, + 253, + 201, + 152, + 109, + 137, + 223, + 86, + 162, + 56, + 207, + 193, + 4, + 16, + 142, + 84, + 39, + 133, + 34, + 62, + 34, + 0, + 226, + 51, + 133, + 104, + 79, + 166, + 79, + 147, + 201, + 181, + 170, + 96, + 50, + 251, + 78, + 81, + 108, + 119, + 169, + 171, + 211, + 188, + 83, + 167, + 211, + 60, + 68, + 66, + 250, + 130, + 19, + 12, + 181, + 104, + 46, + 154, + 42, + 150, + 118, + 8, + 254, + 154, + 90, + 200, + 221, + 74, + 9, + 176, + 169, + 168, + 157, + 177, + 117, + 201, + 68, + 67, + 225, + 74, + 117, + 208, + 70, + 49, + 18, + 120, + 247, + 26, + 43, + 229, + 66, + 248, + 245, + 0, + 101, + 125, + 182, + 99, + 191, + 193, + 240, + 234, + 198, + 180, + 237, + 151, + 164, + 137, + 249, + 205, + 155, + 165, + 184, + 61, + 231, + 163, + 5, + 81, + 35, + 199, + 188, + 240, + 40, + 40, + 5, + 77, + 105, + 232, + 136, + 29, + 65, + 51, + 157, + 199, + 55, + 192, + 233, + 113, + 85, + 52, + 179, + 64, + 111, + 189, + 190, + 94, + 173, + 172, + 246, + 113, + 69, + 96, + 56, + 242, + 33, + 118, + 244, + 228, + 144, + 200, + 172, + 184, + 102, + 84, + 78, + 207, + 113, + 132, + 160, + 25, + 12, + 140, + 124, + 228, + 61, + 233, + 150, + 7, + 183, + 27, + 253, + 215, + 178, + 57, + 221, + 77, + 78, + 19, + 2, + 205, + 57, + 3, + 47, + 25, + 0, + 191, + 147, + 70, + 136, + 79, + 121, + 176, + 143, + 149, + 65, + 25, + 85, + 145, + 76, + 227, + 64, + 195, + 250, + 101, + 3, + 140, + 25, + 166, + 229, + 183, + 61, + 220, + 241, + 167, + 136, + 116, + 78, + 146, + 102, + 99, + 182, + 192, + 205, + 205, + 88, + 104, + 161, + 230, + 141, + 120, + 239, + 60, + 139, + 198, + 24, + 105, + 250, + 200, + 254, + 9, + 172, + 70, + 42, + 135, + 240, + 102, + 204, + 137, + 239, + 37, + 85, + 10, + 222, + 83, + 51, + 235, + 120, + 57, + 202, + 42, + 129, + 201, + 206, + 184, + 194, + 160, + 99, + 4, + 53, + 240, + 45, + 136, + 110, + 171, + 253, + 182, + 23, + 225, + 46, + 126, + 195, + 18, + 63, + 19, + 73, + 160, + 91, + 193, + 217, + 104, + 159, + 7, + 85, + 115, + 152, + 23, + 122, + 12, + 36, + 34, + 173, + 243, + 193, + 57, + 190, + 157, + 71, + 150, + 38, + 30, + 248, + 252, + 55, + 112, + 97, + 121, + 218, + 56, + 37, + 114, + 182, + 174, + 214, + 201, + 193, + 9, + 244, + 10, + 182, + 27, + 247, + 55, + 74, + 100, + 97, + 9, + 165, + 59, + 134, + 81, + 44, + 189, + 192, + 184, + 107, + 42, + 5, + 1, + 219, + 70, + 201, + 219, + 140, + 132, + 170, + 175, + 154, + 94, + 112, + 173, + 38, + 211, + 171, + 221, + 251, + 250, + 21, + 145, + 211, + 68, + 18, + 38, + 225, + 41, + 170, + 201, + 189, + 241, + 133, + 31, + 120, + 211, + 99, + 29, + 90, + 66, + 253, + 216, + 223, + 79, + 84, + 69, + 16, + 79, + 16, + 152, + 70, + 246, + 226, + 40, + 68, + 68, + 36, + 190, + 247, + 104, + 228, + 219, + 129, + 84, + 43, + 138, + 79, + 201, + 30, + 166, + 241, + 221, + 35, + 16, + 248, + 6, + 12, + 205, + 184, + 66, + 3, + 224, + 206, + 221, + 179, + 217, + 224, + 14, + 69, + 234, + 49, + 182, + 213, + 178, + 233, + 1, + 138, + 202, + 104, + 98, + 203, + 137, + 16, + 184, + 32, + 48, + 198, + 173, + 204, + 193, + 31, + 198, + 212, + 30, + 132, + 45, + 9, + 168, + 114, + 106, + 10, + 125, + 126, + 10, + 81, + 182, + 96, + 213, + 30, + 104, + 190, + 178, + 193, + 170, + 240, + 149, + 105, + 38, + 6, + 128, + 72, + 166, + 181, + 204, + 70, + 1, + 143, + 1, + 225, + 70, + 142, + 108, + 117, + 218, + 38, + 69, + 253, + 82, + 186, + 45, + 107, + 77, + 38, + 207, + 219, + 95, + 71, + 184, + 42, + 229, + 50, + 146, + 213, + 135, + 29, + 96, + 202, + 105, + 128, + 209, + 11, + 244, + 3, + 50, + 23, + 135, + 233, + 84, + 114, + 55, + 88, + 79, + 72, + 57, + 75, + 79, + 28, + 53, + 60, + 61, + 202, + 202, + 39, + 121, + 170, + 192, + 129, + 14, + 74, + 45, + 179, + 184, + 55, + 26, + 155, + 174, + 93, + 9, + 217, + 9, + 146, + 202, + 22, + 207, + 65, + 126, + 1, + 174, + 93, + 118, + 251, + 217, + 192, + 60, + 141, + 143, + 157, + 237, + 203, + 184, + 2, + 189, + 101, + 52, + 245, + 162, + 229, + 62, + 29, + 207, + 218, + 38, + 124, + 99, + 159, + 86, + 166, + 111, + 1, + 201, + 222, + 129, + 32, + 114, + 44, + 76, + 48, + 26, + 101, + 80, + 121, + 116, + 240, + 149, + 224, + 49, + 114, + 65, + 40, + 30, + 177, + 188, + 64, + 76, + 94, + 85, + 147, + 69, + 202, + 59, + 75, + 56, + 134, + 240, + 0, + 57, + 244, + 97, + 55, + 36, + 241, + 149, + 210, + 42, + 235, + 222, + 43, + 60, + 186, + 212, + 220, + 148, + 253, + 237, + 27, + 244, + 254, + 113, + 137, + 176, + 70, + 51, + 145, + 70, + 121, + 206, + 101, + 128, + 21, + 203, + 50, + 175, + 132, + 236, + 45, + 25, + 5, + 255, + 101, + 108, + 158, + 86, + 108, + 243, + 170, + 90, + 230, + 235, + 124, + 167, + 89, + 192, + 237, + 185, + 249, + 30, + 69, + 18, + 220, + 110, + 28, + 138, + 90, + 175, + 134, + 47, + 197, + 148, + 247, + 45, + 55, + 132, + 94, + 80, + 1, + 163, + 7, + 110, + 11, + 88, + 45, + 32, + 111, + 82, + 223, + 42, + 250, + 186, + 193, + 18, + 194, + 153, + 128, + 133, + 174, + 186, + 227, + 90, + 177, + 128, + 184, + 18, + 31, + 160, + 232, + 162, + 130, + 215, + 113, + 192, + 9, + 179, + 236, + 2, + 26, + 52, + 233, + 2, + 251, + 92, + 206, + 105, + 137, + 184, + 138, + 147, + 229, + 252, + 197, + 14, + 172, + 208, + 82, + 58, + 76, + 30, + 71, + 100, + 218, + 197, + 46, + 43, + 240, + 246, + 79, + 37, + 212, + 100, + 97, + 20, + 236, + 238, + 56, + 7, + 172, + 233, + 164, + 68, + 43, + 231, + 102, + 246, + 68, + 153, + 52, + 90, + 33, + 120, + 207, + 68, + 177, + 179, + 131, + 70, + 249, + 69, + 3, + 73, + 86, + 166, + 246, + 77, + 222, + 32, + 245, + 240, + 204, + 244, + 125, + 157, + 83, + 239, + 188, + 171, + 27, + 39, + 241, + 91, + 35, + 241, + 161, + 255, + 59, + 161, + 224, + 179, + 65, + 19, + 38, + 164, + 52, + 24, + 234, + 21, + 171, + 189, + 68, + 198, + 219, + 52, + 255, + 250, + 79, + 190, + 194, + 3, + 66, + 102, + 53, + 128, + 196, + 2, + 234, + 81, + 60, + 144, + 245, + 35, + 86, + 63, + 218, + 248, + 118, + 125, + 6, + 234, + 206, + 160, + 40, + 12, + 82, + 137, + 9, + 246, + 20, + 9, + 85, + 90, + 167, + 205, + 131, + 184, + 65, + 140, + 214, + 200, + 142, + 133, + 216, + 144, + 230, + 60, + 148, + 238, + 134, + 163, + 99, + 88, + 174, + 21, + 77, + 49, + 28, + 207, + 15, + 172, + 18, + 227, + 137, + 11, + 229, + 0, + 133, + 205, + 29, + 10, + 130, + 147, + 138, + 132, + 93, + 93, + 131, + 238, + 254, + 20, + 255, + 221, + 11, + 49, + 106, + 180, + 86, + 152, + 115, + 21, + 248, + 35, + 39, + 234, + 211, + 137, + 26, + 42, + 215, + 244, + 152, + 19, + 68, + 7, + 58, + 212, + 82, + 81, + 233, + 6, + 221, + 127, + 27, + 170, + 70, + 44, + 17, + 246, + 26, + 197, + 143, + 218, + 144, + 35, + 24, + 94, + 223, + 192, + 12, + 110, + 7, + 79, + 47, + 210, + 177, + 248, + 181, + 35, + 80, + 33, + 96, + 94, + 86, + 14, + 203, + 25, + 44, + 104, + 71, + 50, + 151, + 129, + 77, + 94, + 241, + 102, + 224, + 154, + 191, + 92, + 40, + 85, + 40, + 139, + 43, + 73, + 24, + 161, + 173, + 80, + 113, + 204, + 130, + 243, + 77, + 139, + 107, + 109, + 249, + 25, + 131, + 60, + 201, + 34, + 96, + 76, + 155, + 115, + 58, + 187, + 133, + 126, + 132, + 155, + 54, + 195, + 184, + 27, + 146, + 211, + 118, + 22, + 121, + 144, + 121, + 73, + 122, + 47, + 223, + 52, + 5, + 189, + 223, + 228, + 185, + 131, + 133, + 147, + 255, + 242, + 23, + 112, + 233, + 157, + 88, + 167, + 247, + 103, + 225, + 238, + 157, + 111, + 186, + 8, + 160, + 70, + 141, + 152, + 204, + 123, + 143, + 187, + 173, + 122, + 212, + 89, + 154, + 28, + 143, + 206, + 196, + 154, + 220, + 124, + 240, + 193, + 55, + 30, + 118, + 190, + 31, + 70, + 222, + 27, + 98, + 164, + 227, + 116, + 76, + 143, + 52, + 77, + 53, + 31, + 159, + 93, + 205, + 155, + 12, + 72, + 161, + 76, + 253, + 228, + 89, + 125, + 93, + 188, + 230, + 168, + 141, + 171, + 125, + 21, + 119, + 154, + 205, + 203, + 9, + 178, + 184, + 53, + 246, + 233, + 144, + 139, + 169, + 209, + 202, + 89, + 72, + 230, + 138, + 13, + 92, + 84, + 65, + 37, + 59, + 115, + 27, + 12, + 11, + 7, + 4, + 168, + 97, + 25, + 40, + 73, + 172, + 128, + 236, + 27, + 92, + 103, + 120, + 242, + 87, + 12, + 85, + 178, + 226, + 21, + 156, + 73, + 139, + 111, + 197, + 198, + 147, + 134, + 17, + 24, + 45, + 146, + 168, + 184, + 17, + 71, + 87, + 36, + 86, + 49, + 192, + 23, + 173, + 26, + 67, + 252, + 149, + 220, + 69, + 39, + 0, + 152, + 251, + 132, + 225, + 150, + 167, + 252, + 40, + 103, + 183, + 189, + 204, + 22, + 191, + 232, + 54, + 74, + 65, + 191, + 198, + 172, + 214, + 66, + 142, + 178, + 161, + 183, + 126, + 107, + 8, + 94, + 138, + 209, + 74, + 139, + 243, + 179, + 250, + 167, + 58, + 224, + 122, + 64, + 250, + 202, + 198, + 47, + 57, + 236, + 151, + 110, + 63, + 34, + 191, + 229, + 21, + 111, + 179, + 192, + 160, + 154, + 108, + 60, + 87, + 154, + 135, + 149, + 126, + 181, + 98, + 218, + 27, + 245, + 44, + 153, + 0, + 209, + 26, + 93, + 162, + 92, + 176, + 76, + 64, + 53, + 145, + 54, + 139, + 197, + 58, + 39, + 143, + 193, + 108, + 190, + 93, + 185, + 176, + 93, + 194, + 119, + 243, + 154, + 146, + 245, + 194, + 108, + 252, + 3, + 200, + 29, + 168, + 32, + 243, + 249, + 176, + 129, + 210, + 235, + 3, + 144, + 167, + 71, + 150, + 88, + 43, + 123, + 56, + 40, + 93, + 246, + 255, + 167, + 113, + 145, + 198, + 28, + 178, + 49, + 90, + 1, + 129, + 173, + 184, + 66, + 118, + 238, + 224, + 178, + 53, + 205, + 163, + 31, + 248, + 83, + 195, + 231, + 183, + 158, + 86, + 105, + 147, + 165, + 66, + 243, + 95, + 176, + 45, + 203, + 37, + 64, + 139, + 34, + 82, + 7, + 155, + 247, + 206, + 30, + 96, + 17, + 241, + 89, + 61, + 27, + 237, + 203, + 95, + 206, + 190, + 77, + 125, + 52, + 112, + 140, + 103, + 169, + 170, + 116, + 119, + 51, + 117, + 146, + 115, + 184, + 109, + 16, + 200, + 5, + 160, + 146, + 163, + 70, + 190, + 69, + 15, + 174, + 253, + 29, + 89, + 112, + 201, + 44, + 244, + 132, + 177, + 194, + 122, + 167, + 11, + 203, + 29, + 21, + 171, + 125, + 111, + 85, + 227, + 177, + 13, + 159, + 238, + 39, + 117, + 135, + 114, + 108, + 209, + 110, + 109, + 117, + 67, + 143, + 59, + 3, + 139, + 25, + 50, + 158, + 167, + 136, + 107, + 69, + 103, + 159, + 165, + 142, + 92, + 130, + 117, + 57, + 70, + 68, + 195, + 99, + 48, + 210, + 247, + 9, + 87, + 201, + 133, + 113, + 27, + 44, + 87, + 124, + 28, + 184, + 195, + 228, + 130, + 206, + 26, + 206, + 182, + 160, + 157, + 255, + 19, + 8, + 11, + 179, + 83, + 184, + 27, + 144, + 110, + 223, + 69, + 108, + 157, + 100, + 5, + 95, + 176, + 67, + 47, + 222, + 37, + 222, + 33, + 157, + 105, + 93, + 16, + 122, + 178, + 158, + 115, + 40, + 83, + 191, + 41, + 130, + 28, + 149, + 124, + 184, + 240, + 196, + 201, + 221, + 1, + 130, + 105, + 104, + 252, + 232, + 213, + 211, + 210, + 73, + 179, + 104, + 33, + 15, + 83, + 6, + 226, + 232, + 34, + 176, + 34, + 165, + 136, + 138, + 153, + 213, + 110, + 72, + 239, + 146, + 135, + 78, + 108, + 58, + 100, + 8, + 25, + 87, + 104, + 91, + 195, + 216, + 50, + 32, + 6, + 129, + 231, + 66, + 215, + 139, + 160, + 26, + 18, + 63, + 16, + 226, + 234, + 41, + 70, + 77, + 121, + 180, + 236, + 43, + 216, + 45, + 85, + 180, + 145, + 155, + 29, + 204, + 223, + 176, + 145, + 74, + 232, + 113, + 207, + 155, + 116, + 141, + 205, + 250, + 113, + 241, + 133, + 29, + 58, + 252, + 4, + 26, + 101, + 179, + 68, + 189, + 17, + 185, + 199, + 18, + 198, + 114, + 25, + 7, + 252, + 69, + 216, + 111, + 61, + 155, + 13, + 42, + 18, + 191, + 98, + 119, + 157, + 194, + 18, + 68, + 190, + 109, + 184, + 23, + 66, + 204, + 4, + 172, + 167, + 199, + 145, + 148, + 209, + 196, + 192, + 253, + 54, + 101, + 189, + 253, + 93, + 99, + 227, + 88, + 38, + 27, + 155, + 76, + 123, + 159, + 115, + 48, + 139, + 1, + 7, + 145, + 56, + 164, + 158, + 213, + 214, + 105, + 23, + 49, + 26, + 113, + 145, + 214, + 36, + 81, + 185, + 130, + 147, + 139, + 39, + 122, + 201, + 125, + 116, + 66, + 18, + 193, + 91, + 78, + 150, + 53, + 20, + 106, + 7, + 21, + 199, + 22, + 250, + 30, + 117, + 135, + 62, + 11, + 40, + 123, + 116, + 126, + 213, + 127, + 95, + 247, + 34, + 184, + 197, + 209, + 245, + 29, + 140, + 254, + 145, + 80, + 156, + 69, + 122, + 219, + 137, + 196, + 146, + 233, + 68, + 18, + 172, + 103, + 232, + 238, + 220, + 30, + 191, + 230, + 141, + 133, + 177, + 91, + 172, + 253, + 2, + 191, + 204, + 247, + 74, + 231, + 149, + 42, + 4, + 121, + 180, + 47, + 82, + 98, + 243, + 205, + 205, + 116, + 128, + 22, + 46, + 222, + 116, + 230, + 122, + 172, + 147, + 127, + 50, + 106, + 55, + 203, + 149, + 188, + 173, + 178, + 167, + 37, + 92, + 240, + 28, + 195, + 48, + 184, + 27, + 210, + 2, + 232, + 190, + 172, + 128, + 198, + 190, + 203, + 228, + 120, + 199, + 150, + 64, + 217, + 49, + 41, + 242, + 239, + 184, + 115, + 101, + 77, + 255, + 49, + 160, + 146, + 178, + 89, + 116, + 96, + 57, + 251, + 143, + 210, + 196, + 88, + 128, + 94, + 131, + 174, + 202, + 205, + 204, + 106, + 250, + 142, + 223, + 170, + 180, + 87, + 128, + 182, + 221, + 54, + 125, + 86, + 166, + 111, + 220, + 232, + 193, + 214, + 247, + 173, + 202, + 245, + 242, + 67, + 155, + 233, + 91, + 29, + 27, + 174, + 43, + 63, + 147, + 231, + 52, + 119, + 134, + 62, + 72, + 135, + 252, + 39, + 182, + 147, + 11, + 134, + 183, + 23, + 160, + 35, + 29, + 231, + 36, + 233, + 97, + 55, + 240, + 142, + 199, + 199, + 18, + 30, + 27, + 120, + 25, + 15, + 0, + 170, + 230, + 197, + 27, + 17, + 161, + 242, + 68, + 124, + 71, + 216, + 138, + 229, + 96, + 253, + 66, + 199, + 218, + 113, + 19, + 41, + 50, + 239, + 190, + 161, + 79, + 179, + 91, + 109, + 138, + 48, + 122, + 216, + 106, + 64, + 129, + 180, + 46, + 236, + 34, + 125, + 251, + 41, + 142, + 2, + 221, + 30, + 184, + 17, + 77, + 62, + 112, + 87, + 243, + 176, + 66, + 204, + 7, + 220, + 42, + 39, + 249, + 116, + 185, + 5, + 24, + 67, + 115, + 3, + 4, + 144, + 178, + 232, + 192, + 23, + 192, + 108, + 163, + 221, + 180, + 24, + 241, + 214, + 204, + 159, + 217, + 194, + 65, + 206, + 47, + 169, + 53, + 150, + 184, + 100, + 109, + 143, + 150, + 159, + 116, + 37, + 119, + 50, + 117, + 0, + 145, + 77, + 58, + 232, + 110, + 39, + 131, + 100, + 153, + 185, + 9, + 178, + 153, + 71, + 49, + 237, + 183, + 92, + 46, + 174, + 94, + 67, + 130, + 217, + 249, + 217, + 27, + 48, + 179, + 58, + 120, + 117, + 48, + 46, + 158, + 70, + 183, + 57, + 117, + 201, + 164, + 157, + 196, + 88, + 202, + 230, + 133, + 16, + 231, + 67, + 218, + 125, + 75, + 86, + 210, + 120, + 21, + 194, + 174, + 23, + 18, + 250, + 51, + 209, + 175, + 67, + 0, + 140, + 63, + 6, + 245, + 220, + 191, + 46, + 24, + 55, + 23, + 167, + 207, + 23, + 17, + 117, + 177, + 99, + 148, + 96, + 251, + 177, + 76, + 50, + 26, + 120, + 191, + 28, + 82, + 89, + 31, + 42, + 217, + 131, + 168, + 101, + 171, + 184, + 22, + 162, + 84, + 145, + 101, + 49, + 70, + 255, + 138, + 41, + 247, + 213, + 91, + 198, + 122, + 60, + 67, + 84, + 13, + 244, + 237, + 221, + 147, + 0, + 92, + 66, + 193, + 236, + 203, + 78, + 171, + 81, + 83, + 160, + 140, + 146, + 0, + 14, + 76, + 57, + 174, + 251, + 12, + 139, + 57, + 83, + 23, + 2, + 137, + 162, + 157, + 151, + 0, + 109, + 117, + 159, + 214, + 98, + 239, + 145, + 114, + 212, + 48, + 56, + 214, + 145, + 245, + 41, + 171, + 136, + 159, + 172, + 173, + 150, + 100, + 16, + 226, + 100, + 228, + 207, + 18, + 65, + 74, + 113, + 238, + 48, + 2, + 169, + 171, + 23, + 110, + 144, + 138, + 82, + 15, + 62, + 103, + 37, + 252, + 172, + 209, + 177, + 144, + 123, + 245, + 96, + 4, + 136, + 65, + 224, + 112, + 209, + 246, + 157, + 20, + 217, + 11, + 24, + 223, + 110, + 24, + 94, + 224, + 148, + 14, + 204, + 164, + 163, + 150, + 205, + 143, + 59, + 104, + 56, + 103, + 52, + 87, + 112, + 81, + 205, + 137, + 18, + 193, + 211, + 193, + 193, + 89, + 105, + 81, + 156, + 68, + 176, + 248, + 255, + 252, + 81, + 64, + 109, + 99, + 174, + 184, + 61, + 233, + 37, + 242, + 75, + 9, + 1, + 100, + 38, + 151, + 185, + 126, + 17, + 82, + 125, + 64, + 113, + 231, + 175, + 60, + 86, + 169, + 247, + 164, + 131, + 238, + 159, + 251, + 84, + 212, + 58, + 243, + 195, + 164, + 246, + 234, + 87, + 159, + 23, + 41, + 216, + 87, + 41, + 10, + 51, + 184, + 42, + 150, + 249, + 31, + 116, + 36, + 226, + 73, + 155, + 79, + 73, + 98, + 209, + 251, + 101, + 202, + 10, + 145, + 253, + 99, + 17, + 243, + 254, + 206, + 41, + 150, + 163, + 252, + 26, + 178, + 2, + 211, + 145, + 181, + 125, + 60, + 44, + 83, + 228, + 46, + 213, + 212, + 169, + 205, + 100, + 69, + 246, + 23, + 3, + 41, + 33, + 147, + 105, + 255, + 114, + 77, + 188, + 196, + 192, + 68, + 192, + 149, + 91, + 108, + 69, + 88, + 41, + 34, + 173, + 252, + 176, + 216, + 21, + 234, + 134, + 87, + 179, + 222, + 225, + 29, + 222, + 225, + 210, + 62, + 42, + 32, + 150, + 200, + 63, + 71, + 107, + 114, + 194, + 88, + 117, + 217, + 64, + 133, + 211, + 98, + 212, + 176, + 164, + 67, + 239, + 83, + 9, + 12, + 39, + 90, + 68, + 141, + 37, + 190, + 184, + 61, + 203, + 101, + 206, + 219, + 76, + 13, + 175, + 208, + 178, + 160, + 5, + 124, + 122, + 14, + 213, + 58, + 79, + 176, + 204, + 5, + 23, + 64, + 27, + 181, + 43, + 130, + 172, + 195, + 42, + 188, + 86, + 233, + 231, + 86, + 33, + 4, + 162, + 225, + 26, + 205, + 37, + 247, + 254, + 171, + 7, + 85, + 235, + 2, + 111, + 129, + 172, + 132, + 255, + 33, + 150, + 106, + 202, + 192, + 241, + 156, + 203, + 21, + 181, + 65, + 30, + 174, + 243, + 109, + 67, + 22, + 163, + 60, + 229, + 205, + 149, + 74, + 160, + 142, + 232, + 98, + 11, + 12, + 124, + 110, + 10, + 105, + 102, + 207, + 203, + 41, + 187, + 165, + 250, + 188, + 238, + 145, + 226, + 87, + 108, + 221, + 185, + 108, + 15, + 208, + 4, + 85, + 1, + 128, + 129, + 246, + 3, + 211, + 18, + 186, + 235, + 36, + 183, + 45, + 218, + 2, + 29, + 63, + 127, + 97, + 179, + 214, + 69, + 64, + 143, + 163, + 46, + 27, + 181, + 63, + 57, + 94, + 130, + 90, + 68, + 97, + 2, + 85, + 189, + 244, + 65, + 179, + 193, + 255, + 57, + 68, + 117, + 46, + 184, + 15, + 239, + 84, + 205, + 234, + 43, + 184, + 215, + 30, + 254, + 224, + 44, + 213, + 21, + 30, + 30, + 178, + 154, + 255, + 152, + 157, + 3, + 207, + 18, + 147, + 179, + 101, + 117, + 203, + 199, + 112, + 45, + 208, + 141, + 152, + 1, + 129, + 244, + 196, + 22, + 112, + 89, + 37, + 225, + 129, + 59, + 11, + 207, + 224, + 10, + 44, + 240, + 137, + 109, + 134, + 188, + 1, + 184, + 117, + 44, + 231, + 27, + 80, + 57, + 120, + 195, + 228, + 255, + 247, + 17, + 202, + 18, + 171, + 231, + 226, + 243, + 149, + 197, + 211, + 238, + 195, + 191, + 105, + 174, + 27, + 104, + 131, + 228, + 6, + 64, + 15, + 172, + 116, + 231, + 54, + 113, + 30, + 35, + 122, + 116, + 90, + 225, + 103, + 191, + 197, + 143, + 188, + 205, + 87, + 104, + 118, + 4, + 251, + 54, + 63, + 89, + 209, + 244, + 104, + 222, + 186, + 224, + 67, + 221, + 44, + 183, + 51, + 172, + 195, + 190, + 200, + 156, + 42, + 112, + 48, + 30, + 251, + 165, + 127, + 249, + 76, + 191, + 172, + 141, + 110, + 141, + 14, + 239, + 69, + 16, + 229, + 6, + 46, + 249, + 89, + 47, + 29, + 109, + 134, + 133, + 101, + 154, + 218, + 225, + 113, + 25, + 129 + ], + "expectedReplyTypes": [ + "LISTEN", + "EOS", + "SKILL_ACTION" + ] + }, + { + "text": null, + "binary": [ + 79, + 103, + 103, + 83, + 0, + 0, + 0, + 115, + 20, + 0, + 0, + 0, + 0, + 0, + 51, + 155, + 33, + 2, + 4, + 0, + 0, + 0, + 92, + 64, + 104, + 149, + 26, + 161, + 161, + 161, + 161, + 161, + 163, + 161, + 159, + 161, + 161, + 161, + 161, + 161, + 209, + 163, + 160, + 158, + 153, + 153, + 155, + 157, + 167, + 166, + 173, + 168, + 161, + 184, + 22, + 153, + 119, + 164, + 171, + 15, + 158, + 128, + 218, + 208, + 3, + 146, + 173, + 136, + 0, + 60, + 213, + 35, + 106, + 13, + 230, + 222, + 125, + 161, + 126, + 125, + 97, + 230, + 214, + 17, + 60, + 197, + 72, + 39, + 47, + 25, + 101, + 48, + 167, + 213, + 212, + 196, + 21, + 137, + 250, + 246, + 181, + 218, + 145, + 57, + 121, + 183, + 20, + 28, + 149, + 57, + 135, + 188, + 156, + 113, + 18, + 131, + 169, + 224, + 70, + 5, + 125, + 155, + 172, + 126, + 58, + 248, + 31, + 130, + 236, + 56, + 98, + 110, + 22, + 150, + 54, + 19, + 2, + 152, + 62, + 101, + 208, + 160, + 178, + 84, + 173, + 177, + 59, + 107, + 175, + 98, + 95, + 25, + 21, + 103, + 180, + 108, + 92, + 147, + 230, + 3, + 132, + 164, + 151, + 7, + 11, + 202, + 228, + 60, + 124, + 65, + 30, + 161, + 153, + 43, + 104, + 95, + 187, + 138, + 43, + 213, + 254, + 107, + 200, + 76, + 140, + 123, + 139, + 174, + 163, + 143, + 245, + 198, + 41, + 84, + 70, + 199, + 134, + 11, + 68, + 107, + 212, + 99, + 97, + 164, + 160, + 172, + 173, + 226, + 240, + 93, + 88, + 34, + 98, + 184, + 184, + 28, + 56, + 237, + 47, + 148, + 163, + 118, + 197, + 202, + 247, + 88, + 164, + 2, + 144, + 78, + 45, + 151, + 25, + 225, + 206, + 16, + 138, + 153, + 100, + 101, + 67, + 223, + 188, + 14, + 76, + 26, + 109, + 136, + 14, + 140, + 215, + 165, + 72, + 139, + 181, + 68, + 101, + 138, + 228, + 231, + 148, + 174, + 243, + 113, + 200, + 180, + 4, + 138, + 55, + 80, + 244, + 225, + 24, + 249, + 49, + 179, + 92, + 136, + 159, + 69, + 91, + 75, + 161, + 248, + 125, + 148, + 47, + 118, + 215, + 53, + 45, + 158, + 113, + 193, + 169, + 21, + 186, + 207, + 111, + 101, + 6, + 70, + 241, + 155, + 165, + 129, + 222, + 49, + 11, + 253, + 36, + 65, + 87, + 143, + 246, + 48, + 133, + 174, + 182, + 1, + 154, + 31, + 53, + 186, + 210, + 238, + 12, + 245, + 50, + 223, + 121, + 127, + 14, + 174, + 244, + 66, + 95, + 120, + 149, + 6, + 9, + 106, + 247, + 66, + 129, + 76, + 184, + 22, + 17, + 164, + 125, + 46, + 30, + 251, + 208, + 11, + 75, + 21, + 65, + 185, + 227, + 185, + 214, + 141, + 111, + 206, + 200, + 25, + 132, + 90, + 33, + 66, + 36, + 239, + 61, + 184, + 60, + 102, + 182, + 173, + 168, + 222, + 7, + 77, + 254, + 102, + 176, + 199, + 77, + 222, + 104, + 82, + 32, + 132, + 37, + 237, + 255, + 138, + 36, + 74, + 122, + 0, + 8, + 76, + 100, + 36, + 13, + 92, + 42, + 192, + 84, + 167, + 20, + 139, + 51, + 25, + 138, + 98, + 24, + 43, + 244, + 12, + 128, + 140, + 244, + 159, + 208, + 200, + 16, + 206, + 152, + 81, + 189, + 128, + 16, + 187, + 44, + 109, + 4, + 182, + 41, + 179, + 122, + 249, + 235, + 120, + 136, + 79, + 141, + 237, + 111, + 224, + 55, + 55, + 151, + 116, + 159, + 5, + 115, + 28, + 112, + 122, + 89, + 110, + 153, + 162, + 237, + 192, + 52, + 191, + 243, + 43, + 172, + 72, + 231, + 171, + 220, + 64, + 62, + 211, + 167, + 215, + 12, + 182, + 136, + 110, + 83, + 42, + 35, + 94, + 253, + 217, + 144, + 200, + 237, + 74, + 36, + 131, + 228, + 42, + 136, + 239, + 66, + 182, + 67, + 157, + 118, + 182, + 30, + 36, + 112, + 51, + 83, + 143, + 95, + 86, + 187, + 37, + 80, + 217, + 197, + 185, + 96, + 93, + 171, + 246, + 52, + 112, + 176, + 101, + 122, + 122, + 178, + 195, + 70, + 123, + 184, + 22, + 149, + 69, + 163, + 153, + 148, + 170, + 77, + 166, + 36, + 27, + 232, + 178, + 13, + 48, + 242, + 158, + 177, + 71, + 31, + 127, + 222, + 243, + 128, + 176, + 203, + 20, + 99, + 31, + 99, + 18, + 96, + 88, + 107, + 165, + 224, + 229, + 127, + 222, + 218, + 220, + 126, + 117, + 165, + 241, + 210, + 204, + 178, + 64, + 195, + 207, + 247, + 212, + 198, + 126, + 218, + 179, + 106, + 160, + 12, + 227, + 58, + 24, + 112, + 17, + 159, + 209, + 68, + 41, + 23, + 213, + 124, + 7, + 187, + 16, + 103, + 215, + 177, + 89, + 31, + 91, + 209, + 57, + 45, + 136, + 213, + 64, + 127, + 232, + 232, + 103, + 155, + 252, + 46, + 58, + 249, + 88, + 232, + 198, + 178, + 30, + 196, + 123, + 158, + 150, + 153, + 202, + 134, + 124, + 97, + 20, + 49, + 10, + 80, + 4, + 70, + 48, + 80, + 188, + 119, + 26, + 21, + 242, + 177, + 164, + 60, + 87, + 33, + 15, + 251, + 144, + 99, + 83, + 11, + 200, + 53, + 137, + 61, + 159, + 101, + 199, + 255, + 174, + 166, + 254, + 11, + 225, + 30, + 101, + 96, + 7, + 193, + 65, + 161, + 69, + 71, + 127, + 46, + 96, + 162, + 184, + 6, + 128, + 15, + 154, + 63, + 59, + 23, + 179, + 37, + 99, + 170, + 77, + 2, + 172, + 28, + 172, + 188, + 104, + 244, + 189, + 250, + 34, + 162, + 172, + 184, + 245, + 229, + 56, + 151, + 162, + 73, + 151, + 94, + 163, + 175, + 68, + 69, + 80, + 74, + 108, + 1, + 189, + 169, + 165, + 55, + 16, + 211, + 229, + 138, + 136, + 11, + 175, + 19, + 154, + 101, + 89, + 20, + 95, + 16, + 190, + 41, + 189, + 124, + 173, + 255, + 109, + 149, + 110, + 83, + 65, + 128, + 180, + 198, + 81, + 210, + 167, + 253, + 135, + 208, + 155, + 67, + 187, + 9, + 152, + 191, + 109, + 156, + 247, + 46, + 115, + 75, + 175, + 235, + 196, + 7, + 159, + 189, + 92, + 84, + 144, + 1, + 83, + 93, + 36, + 130, + 82, + 104, + 204, + 45, + 148, + 23, + 237, + 226, + 156, + 203, + 146, + 236, + 41, + 116, + 38, + 247, + 5, + 216, + 24, + 201, + 199, + 125, + 154, + 177, + 144, + 3, + 233, + 203, + 207, + 195, + 134, + 109, + 20, + 26, + 43, + 173, + 105, + 158, + 36, + 230, + 235, + 20, + 66, + 240, + 150, + 211, + 0, + 163, + 78, + 196, + 228, + 138, + 103, + 89, + 32, + 184, + 84, + 5, + 157, + 14, + 75, + 54, + 50, + 153, + 179, + 21, + 220, + 116, + 161, + 102, + 19, + 184, + 255, + 216, + 91, + 19, + 38, + 37, + 86, + 86, + 213, + 16, + 137, + 115, + 123, + 208, + 228, + 168, + 20, + 66, + 140, + 165, + 237, + 39, + 75, + 33, + 30, + 80, + 53, + 151, + 242, + 21, + 76, + 156, + 170, + 183, + 128, + 19, + 158, + 187, + 151, + 181, + 3, + 201, + 117, + 42, + 57, + 228, + 213, + 70, + 180, + 212, + 208, + 177, + 254, + 165, + 133, + 77, + 20, + 93, + 80, + 8, + 204, + 143, + 222, + 95, + 67, + 237, + 115, + 250, + 163, + 106, + 65, + 106, + 121, + 136, + 165, + 22, + 147, + 162, + 18, + 239, + 107, + 35, + 52, + 63, + 85, + 251, + 232, + 20, + 94, + 205, + 117, + 171, + 227, + 75, + 67, + 250, + 254, + 221, + 207, + 10, + 244, + 213, + 57, + 175, + 156, + 239, + 133, + 80, + 108, + 135, + 228, + 165, + 191, + 44, + 221, + 224, + 62, + 107, + 196, + 38, + 250, + 120, + 184, + 176, + 214, + 234, + 107, + 188, + 193, + 117, + 152, + 238, + 179, + 169, + 18, + 155, + 72, + 203, + 198, + 19, + 6, + 89, + 54, + 134, + 247, + 151, + 184, + 18, + 96, + 133, + 248, + 235, + 10, + 77, + 222, + 226, + 40, + 63, + 70, + 144, + 68, + 108, + 252, + 69, + 69, + 116, + 99, + 231, + 219, + 55, + 12, + 209, + 61, + 233, + 216, + 97, + 82, + 97, + 64, + 20, + 87, + 60, + 206, + 189, + 143, + 109, + 10, + 243, + 203, + 74, + 172, + 225, + 156, + 88, + 58, + 138, + 138, + 250, + 7, + 169, + 88, + 220, + 153, + 228, + 239, + 180, + 145, + 47, + 62, + 11, + 255, + 19, + 138, + 178, + 141, + 190, + 196, + 122, + 224, + 9, + 179, + 247, + 225, + 174, + 113, + 130, + 200, + 208, + 98, + 8, + 59, + 41, + 242, + 1, + 119, + 43, + 19, + 33, + 26, + 165, + 35, + 172, + 34, + 203, + 95, + 237, + 66, + 24, + 234, + 66, + 252, + 138, + 94, + 36, + 212, + 59, + 5, + 138, + 55, + 6, + 58, + 153, + 89, + 232, + 47, + 104, + 118, + 244, + 180, + 14, + 73, + 148, + 199, + 70, + 32, + 99, + 118, + 214, + 243, + 189, + 25, + 54, + 180, + 155, + 92, + 19, + 219, + 81, + 95, + 94, + 75, + 136, + 88, + 125, + 124, + 15, + 116, + 109, + 38, + 51, + 205, + 15, + 245, + 218, + 62, + 167, + 132, + 184, + 3, + 158, + 250, + 238, + 229, + 26, + 190, + 203, + 212, + 155, + 157, + 194, + 17, + 82, + 63, + 243, + 160, + 192, + 110, + 186, + 238, + 109, + 3, + 194, + 157, + 56, + 160, + 140, + 246, + 93, + 108, + 187, + 82, + 59, + 193, + 67, + 248, + 125, + 144, + 215, + 24, + 65, + 174, + 27, + 66, + 184, + 98, + 57, + 57, + 142, + 210, + 221, + 51, + 241, + 77, + 67, + 190, + 0, + 98, + 125, + 62, + 196, + 6, + 77, + 199, + 54, + 38, + 215, + 7, + 23, + 173, + 219, + 208, + 197, + 214, + 131, + 3, + 13, + 161, + 70, + 16, + 96, + 166, + 222, + 68, + 212, + 152, + 48, + 84, + 35, + 232, + 30, + 81, + 239, + 53, + 53, + 220, + 48, + 88, + 177, + 47, + 205, + 207, + 64, + 199, + 143, + 225, + 48, + 205, + 180, + 88, + 87, + 11, + 77, + 53, + 112, + 25, + 149, + 23, + 143, + 221, + 85, + 176, + 57, + 224, + 229, + 241, + 184, + 46, + 116, + 52, + 39, + 180, + 70, + 133, + 177, + 156, + 35, + 215, + 114, + 27, + 79, + 119, + 20, + 102, + 194, + 167, + 119, + 15, + 82, + 225, + 135, + 131, + 20, + 182, + 28, + 134, + 198, + 184, + 35, + 105, + 38, + 85, + 231, + 158, + 117, + 151, + 84, + 73, + 103, + 89, + 105, + 65, + 78, + 19, + 6, + 151, + 26, + 70, + 196, + 99, + 120, + 134, + 120, + 124, + 169, + 139, + 137, + 154, + 214, + 166, + 143, + 29, + 26, + 134, + 13, + 153, + 227, + 178, + 190, + 227, + 122, + 111, + 253, + 5, + 155, + 160, + 128, + 53, + 216, + 237, + 26, + 148, + 151, + 231, + 170, + 38, + 53, + 169, + 178, + 154, + 244, + 231, + 171, + 255, + 252, + 42, + 23, + 209, + 153, + 19, + 78, + 22, + 154, + 90, + 252, + 9, + 77, + 246, + 177, + 233, + 228, + 77, + 175, + 7, + 177, + 226, + 139, + 104, + 241, + 11, + 206, + 125, + 165, + 126, + 188, + 199, + 34, + 102, + 45, + 182, + 56, + 156, + 123, + 15, + 129, + 111, + 20, + 251, + 142, + 113, + 247, + 178, + 237, + 48, + 155, + 76, + 213, + 35, + 118, + 211, + 202, + 182, + 124, + 140, + 103, + 206, + 109, + 240, + 231, + 144, + 149, + 218, + 4, + 16, + 186, + 124, + 240, + 65, + 231, + 26, + 185, + 60, + 53, + 149, + 121, + 101, + 67, + 49, + 132, + 13, + 38, + 185, + 233, + 86, + 158, + 200, + 84, + 173, + 184, + 16, + 222, + 150, + 17, + 53, + 237, + 58, + 65, + 0, + 124, + 28, + 180, + 113, + 22, + 84, + 15, + 24, + 119, + 109, + 146, + 177, + 165, + 179, + 110, + 146, + 42, + 23, + 200, + 66, + 207, + 69, + 237, + 240, + 241, + 213, + 219, + 115, + 3, + 7, + 229, + 176, + 4, + 38, + 153, + 133, + 36, + 102, + 129, + 5, + 134, + 184, + 170, + 228, + 182, + 164, + 106, + 107, + 14, + 205, + 153, + 10, + 187, + 136, + 227, + 190, + 54, + 77, + 47, + 41, + 19, + 222, + 7, + 92, + 151, + 83, + 40, + 72, + 91, + 178, + 192, + 119, + 207, + 104, + 131, + 148, + 170, + 40, + 139, + 73, + 248, + 29, + 112, + 154, + 154, + 216, + 23, + 36, + 108, + 143, + 109, + 228, + 42, + 142, + 195, + 113, + 60, + 75, + 178, + 68, + 255, + 200, + 63, + 170, + 234, + 143, + 30, + 67, + 63, + 233, + 245, + 140, + 145, + 44, + 192, + 200, + 64, + 80, + 206, + 12, + 238, + 37, + 158, + 87, + 116, + 211, + 221, + 20, + 72, + 116, + 208, + 145, + 198, + 29, + 36, + 202, + 231, + 89, + 248, + 67, + 178, + 215, + 88, + 146, + 82, + 202, + 231, + 196, + 126, + 106, + 130, + 184, + 17, + 32, + 77, + 23, + 167, + 231, + 108, + 57, + 146, + 221, + 208, + 21, + 196, + 249, + 204, + 138, + 123, + 87, + 133, + 229, + 174, + 8, + 217, + 146, + 84, + 40, + 35, + 197, + 15, + 200, + 213, + 45, + 59, + 112, + 247, + 85, + 95, + 133, + 152, + 33, + 247, + 209, + 127, + 231, + 11, + 124, + 238, + 38, + 26, + 209, + 204, + 241, + 153, + 143, + 173, + 200, + 144, + 125, + 246, + 195, + 129, + 43, + 40, + 228, + 122, + 167, + 214, + 183, + 5, + 85, + 160, + 149, + 140, + 253, + 51, + 244, + 244, + 231, + 34, + 116, + 84, + 15, + 81, + 0, + 1, + 8, + 161, + 169, + 48, + 142, + 211, + 164, + 208, + 212, + 87, + 22, + 205, + 71, + 4, + 105, + 13, + 159, + 23, + 194, + 192, + 239, + 83, + 125, + 173, + 5, + 17, + 157, + 238, + 202, + 101, + 152, + 100, + 152, + 146, + 180, + 76, + 115, + 58, + 23, + 34, + 243, + 217, + 150, + 90, + 46, + 89, + 110, + 139, + 40, + 15, + 72, + 251, + 199, + 185, + 106, + 3, + 237, + 148, + 244, + 12, + 96, + 157, + 209, + 239, + 86, + 19, + 45, + 173, + 87, + 116, + 7, + 56, + 98, + 73, + 112, + 184, + 65, + 125, + 250, + 2, + 211, + 166, + 95, + 233, + 222, + 64, + 176, + 151, + 200, + 190, + 177, + 116, + 146, + 47, + 8, + 25, + 70, + 94, + 101, + 159, + 110, + 28, + 98, + 24, + 111, + 239, + 224, + 182, + 91, + 225, + 133, + 85, + 192, + 80, + 110, + 174, + 20, + 202, + 219, + 41, + 228, + 85, + 96, + 97, + 29, + 186, + 158, + 87, + 216, + 89, + 8, + 91, + 208, + 197, + 171, + 213, + 15, + 249, + 101, + 54, + 44, + 113, + 120, + 174, + 145, + 82, + 117, + 202, + 69, + 218, + 89, + 63, + 68, + 37, + 204, + 39, + 179, + 244, + 178, + 53, + 233, + 89, + 24, + 156, + 107, + 41, + 194, + 252, + 151, + 142, + 9, + 77, + 223, + 255, + 46, + 209, + 168, + 56, + 142, + 210, + 109, + 5, + 40, + 92, + 140, + 44, + 50, + 41, + 53, + 90, + 43, + 138, + 18, + 186, + 103, + 31, + 130, + 116, + 192, + 180, + 27, + 161, + 231, + 24, + 150, + 25, + 155, + 213, + 64, + 110, + 74, + 35, + 6, + 87, + 2, + 227, + 196, + 17, + 101, + 160, + 124, + 118, + 6, + 190, + 208, + 235, + 108, + 144, + 8, + 40, + 237, + 159, + 109, + 90, + 28, + 14, + 184, + 16, + 20, + 204, + 246, + 98, + 62, + 60, + 204, + 61, + 136, + 88, + 194, + 50, + 235, + 48, + 169, + 150, + 78, + 107, + 227, + 212, + 220, + 64, + 113, + 179, + 101, + 83, + 178, + 70, + 154, + 161, + 215, + 23, + 223, + 59, + 177, + 39, + 9, + 85, + 41, + 84, + 3, + 173, + 171, + 18, + 210, + 84, + 13, + 147, + 30, + 27, + 58, + 139, + 163, + 217, + 87, + 249, + 1, + 169, + 63, + 77, + 84, + 23, + 68, + 81, + 61, + 34, + 232, + 28, + 220, + 210, + 151, + 105, + 246, + 137, + 231, + 113, + 123, + 245, + 88, + 222, + 182, + 148, + 162, + 50, + 120, + 166, + 207, + 116, + 247, + 211, + 57, + 187, + 159, + 58, + 188, + 205, + 80, + 203, + 13, + 22, + 236, + 92, + 218, + 118, + 230, + 218, + 180, + 38, + 115, + 251, + 23, + 78, + 237, + 91, + 175, + 12, + 65, + 112, + 207, + 67, + 125, + 94, + 75, + 172, + 39, + 4, + 2, + 38, + 232, + 254, + 184, + 166, + 200, + 223, + 129, + 106, + 230, + 206, + 237, + 82, + 124, + 158, + 49, + 15, + 3, + 50, + 168, + 214, + 83, + 21, + 117, + 16, + 87, + 157, + 227, + 210, + 40, + 191, + 4, + 184, + 202, + 62, + 113, + 182, + 161, + 246, + 20, + 65, + 131, + 128, + 74, + 141, + 149, + 152, + 152, + 65, + 70, + 168, + 123, + 49, + 66, + 35, + 75, + 127, + 212, + 0, + 155, + 65, + 231, + 162, + 7, + 237, + 157, + 166, + 48, + 123, + 8, + 152, + 111, + 36, + 108, + 152, + 149, + 152, + 81, + 152, + 191, + 194, + 90, + 111, + 10, + 116, + 171, + 125, + 202, + 25, + 217, + 24, + 132, + 39, + 10, + 174, + 105, + 179, + 81, + 157, + 199, + 49, + 14, + 12, + 83, + 53, + 171, + 136, + 0, + 35, + 161, + 163, + 106, + 174, + 39, + 93, + 176, + 81, + 125, + 0, + 134, + 164, + 126, + 137, + 157, + 180, + 246, + 50, + 15, + 31, + 89, + 185, + 49, + 59, + 39, + 45, + 90, + 80, + 118, + 84, + 218, + 226, + 136, + 77, + 111, + 229, + 243, + 211, + 216, + 136, + 118, + 208, + 182, + 107, + 101, + 48, + 9, + 55, + 243, + 6, + 156, + 230, + 84, + 11, + 18, + 139, + 13, + 249, + 31, + 157, + 152, + 139, + 206, + 56, + 7, + 75, + 138, + 184, + 230, + 195, + 59, + 44, + 200, + 91, + 182, + 144, + 230, + 158, + 123, + 105, + 43, + 72, + 228, + 191, + 156, + 169, + 19, + 64, + 5, + 55, + 202, + 242, + 111, + 48, + 130, + 146, + 135, + 162, + 102, + 12, + 106, + 87, + 124, + 188, + 3, + 162, + 63, + 205, + 158, + 106, + 51, + 157, + 46, + 9, + 216, + 20, + 131, + 3, + 32, + 100, + 144, + 71, + 142, + 57, + 81, + 41, + 40, + 141, + 31, + 169, + 184, + 229, + 184, + 193, + 173, + 89, + 181, + 221, + 159, + 45, + 5, + 71, + 205, + 134, + 138, + 116, + 244, + 235, + 203, + 142, + 26, + 172, + 74, + 134, + 44, + 112, + 110, + 88, + 60, + 74, + 102, + 128, + 212, + 232, + 136, + 90, + 122, + 160, + 96, + 196, + 222, + 72, + 15, + 253, + 62, + 229, + 110, + 171, + 174, + 22, + 139, + 182, + 9, + 174, + 158, + 216, + 157, + 39, + 157, + 10, + 163, + 111, + 214, + 238, + 84, + 187, + 238, + 118, + 105, + 140, + 169, + 71, + 118, + 48, + 251, + 146, + 38, + 196, + 52, + 57, + 203, + 249, + 236, + 119, + 140, + 108, + 16, + 13, + 24, + 118, + 158, + 10, + 154, + 171, + 171, + 148, + 99, + 193, + 195, + 3, + 45, + 223, + 132, + 123, + 187, + 172, + 93, + 187, + 153, + 133, + 249, + 38, + 156, + 161, + 134, + 110, + 76, + 96, + 133, + 21, + 100, + 167, + 121, + 3, + 185, + 33, + 133, + 39, + 205, + 85, + 197, + 59, + 44, + 126, + 141, + 175, + 79, + 78, + 27, + 211, + 136, + 6, + 12, + 160, + 3, + 31, + 20, + 195, + 208, + 11, + 92, + 216, + 22, + 135, + 37, + 181, + 138, + 202, + 167, + 8, + 232, + 220, + 6, + 45, + 95, + 184, + 31, + 91, + 71, + 195, + 237, + 81, + 52, + 207, + 78, + 176, + 185, + 188, + 236, + 253, + 101, + 82, + 66, + 217, + 112, + 9, + 83, + 48, + 254, + 248, + 90, + 237, + 91, + 39, + 251, + 183, + 177, + 156, + 242, + 90, + 119, + 219, + 3, + 238, + 118, + 162, + 213, + 128, + 204, + 86, + 72, + 163, + 4, + 18, + 43, + 206, + 203, + 76, + 190, + 8, + 71, + 142, + 128, + 184, + 17, + 77, + 27, + 215, + 181, + 179, + 167, + 11, + 219, + 113, + 185, + 5, + 143, + 61, + 121, + 20, + 8, + 232, + 117, + 68, + 151, + 109, + 99, + 15, + 126, + 167, + 212, + 148, + 52, + 204, + 86, + 5, + 89, + 40, + 114, + 25, + 26, + 249, + 35, + 186, + 226, + 165, + 173, + 11, + 53, + 71, + 47, + 98, + 149, + 220, + 115, + 18, + 183, + 142, + 240, + 9, + 223, + 25, + 64, + 245, + 200, + 217, + 180, + 62, + 68, + 87, + 35, + 246, + 222, + 252, + 161, + 56, + 234, + 65, + 223, + 164, + 213, + 42, + 106, + 199, + 102, + 82, + 214, + 228, + 73, + 215, + 182, + 139, + 235, + 107, + 212, + 66, + 56, + 209, + 195, + 73, + 196, + 51, + 79, + 18, + 97, + 184, + 21, + 210, + 234, + 139, + 216, + 125, + 87, + 16, + 199, + 37, + 229, + 159, + 21, + 72, + 186, + 136, + 1, + 225, + 244, + 125, + 234, + 213, + 248, + 205, + 144, + 41, + 65, + 34, + 247, + 80, + 187, + 157, + 138, + 47, + 163, + 248, + 161, + 125, + 242, + 87, + 20, + 36, + 93, + 163, + 112, + 126, + 210, + 103, + 140, + 74, + 155, + 107, + 164, + 148, + 15, + 253, + 10, + 239, + 101, + 77, + 245, + 31, + 98, + 81, + 219, + 50, + 55, + 3, + 237, + 205, + 106, + 134, + 236, + 22, + 66, + 0, + 128, + 210, + 235, + 250, + 222, + 17, + 232, + 232, + 49, + 84, + 55, + 48, + 111, + 47, + 107, + 238, + 201, + 127, + 255, + 132, + 27, + 62, + 151, + 17, + 224, + 88, + 122, + 64, + 179, + 59, + 203, + 35, + 213, + 47, + 180, + 143, + 12, + 14, + 141, + 108, + 141, + 137, + 68, + 242, + 147, + 135, + 184, + 199, + 106, + 112, + 214, + 192, + 85, + 172, + 209, + 37, + 140, + 58, + 107, + 70, + 190, + 229, + 86, + 74, + 16, + 75, + 146, + 138, + 52, + 124, + 81, + 201, + 39, + 118, + 150, + 58, + 122, + 219, + 221, + 96, + 90, + 184, + 84, + 7, + 184, + 223, + 221, + 33, + 31, + 5, + 80, + 237, + 210, + 37, + 16, + 227, + 226, + 176, + 131, + 185, + 236, + 20, + 221, + 53, + 8, + 92, + 2, + 12, + 213, + 191, + 8, + 85, + 7, + 118, + 181, + 231, + 42, + 103, + 215, + 148, + 77, + 61, + 121, + 160, + 36, + 45, + 59, + 206, + 180, + 90, + 171, + 218, + 96, + 79, + 16, + 104, + 7, + 125, + 20, + 188, + 132, + 86, + 191, + 151, + 187, + 222, + 60, + 195, + 121, + 20, + 89, + 232, + 177, + 176, + 174, + 254, + 27, + 120, + 189, + 10, + 22, + 4, + 127, + 180, + 30, + 199, + 135, + 224, + 121, + 106, + 10, + 251, + 21, + 18, + 250, + 99, + 255, + 154, + 103, + 151, + 51, + 110, + 52, + 124, + 101, + 198, + 55, + 45, + 221, + 38, + 242, + 144, + 194, + 136, + 198, + 191, + 236, + 121, + 60, + 214, + 255, + 60, + 16, + 154, + 126, + 189, + 249, + 142, + 245, + 188, + 247, + 92, + 8, + 145, + 239, + 182, + 187, + 214, + 104, + 129, + 191, + 153, + 105, + 138, + 172, + 222, + 122, + 119, + 47, + 11, + 255, + 178, + 144, + 151, + 184, + 18, + 60, + 20, + 45, + 243, + 209, + 185, + 159, + 122, + 123, + 171, + 212, + 194, + 189, + 80, + 223, + 155, + 21, + 23, + 47, + 138, + 158, + 115, + 204, + 101, + 173, + 47, + 61, + 134, + 191, + 227, + 13, + 107, + 48, + 80, + 8, + 228, + 74, + 198, + 54, + 118, + 181, + 196, + 166, + 114, + 143, + 39, + 76, + 177, + 9, + 225, + 92, + 167, + 179, + 35, + 53, + 251, + 110, + 16, + 184, + 221, + 41, + 131, + 184, + 61, + 219, + 101, + 132, + 239, + 46, + 105, + 209, + 56, + 148, + 185, + 21, + 202, + 76, + 111, + 230, + 233, + 195, + 247, + 3, + 255, + 125, + 14, + 207, + 46, + 99, + 108, + 206, + 2, + 73, + 11, + 105, + 144, + 147, + 46, + 26, + 247, + 135, + 142, + 133, + 174, + 202, + 47, + 253, + 144, + 126, + 185, + 163, + 116, + 246, + 7, + 49, + 48, + 249, + 3, + 156, + 129, + 113, + 2, + 79, + 170, + 46, + 10, + 96, + 151, + 103, + 53, + 218, + 48, + 161, + 48, + 172, + 56, + 129, + 11, + 161, + 169, + 68, + 204, + 51, + 92, + 136, + 0, + 113, + 203, + 130, + 44, + 231, + 184, + 83, + 80, + 25, + 34, + 43, + 206, + 16, + 213, + 143, + 76, + 10, + 85, + 166, + 227, + 241, + 91, + 208, + 103, + 124, + 51, + 158, + 40, + 83, + 29, + 108, + 98, + 184, + 222, + 108, + 19, + 148, + 205, + 129, + 86, + 233, + 212, + 76, + 143, + 83, + 138, + 134, + 196, + 198, + 187, + 175, + 172, + 63, + 131, + 219, + 242, + 110, + 79, + 61, + 130, + 97, + 252, + 170, + 65, + 75, + 171, + 242, + 204, + 79, + 132, + 214, + 148, + 162, + 80, + 102, + 164, + 197, + 45, + 243, + 164, + 117, + 73, + 157, + 143, + 220, + 15, + 77, + 72, + 243, + 66, + 13, + 32, + 0, + 138, + 86, + 203, + 242, + 61, + 188, + 175, + 215, + 121, + 108, + 150, + 96, + 135, + 156, + 162, + 80, + 103, + 168, + 44, + 100, + 146, + 36, + 232, + 177, + 1, + 68, + 150, + 114, + 24, + 235, + 232, + 104, + 53, + 173, + 136, + 8, + 238, + 208, + 3, + 171, + 22, + 187, + 224, + 154, + 140, + 219, + 33, + 145, + 25, + 64, + 187, + 179, + 220, + 77, + 10, + 93, + 200, + 174, + 44, + 144, + 162, + 23, + 102, + 199, + 35, + 110, + 207, + 184, + 1, + 27, + 182, + 188, + 47, + 212, + 248, + 201, + 227, + 110, + 197, + 224, + 228, + 215, + 18, + 175, + 98, + 183, + 180, + 230, + 235, + 174, + 129, + 197, + 167, + 100, + 255, + 114, + 14, + 179, + 139, + 93, + 242, + 19, + 181, + 210, + 101, + 120, + 163, + 185, + 151, + 146, + 101, + 242, + 127, + 166, + 244, + 81, + 176, + 68, + 146, + 232, + 201, + 159, + 26, + 185, + 118, + 148, + 19, + 65, + 100, + 253, + 37, + 125, + 21, + 140, + 243, + 65, + 171, + 192, + 108, + 60, + 10, + 182, + 255, + 66, + 82, + 164, + 89, + 143, + 20, + 162, + 189, + 68, + 143, + 143, + 9, + 137, + 100, + 76, + 136, + 135, + 232, + 133, + 17, + 175, + 118, + 138, + 255, + 68, + 205, + 30, + 249, + 211, + 213, + 197, + 81, + 198, + 255, + 170, + 76, + 145, + 242, + 29, + 177, + 41, + 13, + 0, + 27, + 1, + 147, + 163, + 21, + 101, + 169, + 148, + 226, + 134, + 129, + 240, + 184, + 121, + 238, + 30, + 191, + 227, + 70, + 85, + 111, + 169, + 55, + 7, + 241, + 128, + 13, + 35, + 124, + 71, + 169, + 221, + 147, + 67, + 121, + 209, + 60, + 44, + 184, + 194, + 249, + 249, + 94, + 90, + 250, + 146, + 132, + 126, + 91, + 97, + 56, + 221, + 73, + 234, + 130, + 27, + 84, + 49, + 199, + 19, + 89, + 124, + 252, + 121, + 93, + 21, + 209, + 237, + 52, + 90, + 233, + 173, + 152, + 190, + 170, + 232, + 147, + 57, + 2, + 14, + 214, + 41, + 6, + 149, + 7, + 152, + 26, + 168, + 190, + 16, + 230, + 63, + 241, + 64, + 213, + 113, + 84, + 217, + 188, + 83, + 87, + 176, + 22, + 107, + 231, + 79, + 178, + 141, + 74, + 243, + 93, + 188, + 253, + 9, + 209, + 140, + 30, + 198, + 104, + 51, + 206, + 84, + 7, + 243, + 123, + 27, + 196, + 253, + 83, + 26, + 121, + 94, + 30, + 247, + 88, + 113, + 79, + 16, + 36, + 220, + 133, + 186, + 75, + 96, + 103, + 207, + 72, + 98, + 194, + 111, + 229, + 177, + 245, + 120, + 157, + 9, + 239, + 73, + 74, + 22, + 46, + 192, + 248, + 221, + 187, + 40, + 150, + 191, + 111, + 78, + 121, + 25, + 38, + 12, + 17, + 19, + 191, + 188, + 97, + 91, + 249, + 248, + 216, + 153, + 198, + 85, + 32, + 80, + 141, + 244, + 149, + 87, + 53, + 194, + 217, + 144, + 132, + 33, + 46, + 135, + 153, + 31, + 61, + 34, + 77, + 184, + 192, + 100, + 240, + 122, + 98, + 238, + 133, + 116, + 1, + 190, + 157, + 96, + 123, + 27, + 229, + 226, + 14, + 126, + 106, + 142, + 192, + 83, + 125, + 31, + 124, + 59, + 128, + 193, + 33, + 132, + 206, + 249, + 96, + 1, + 38, + 55, + 94, + 251, + 73, + 222, + 13, + 147, + 236, + 189, + 160, + 209, + 52, + 35, + 98, + 33, + 26, + 44, + 27, + 170, + 151, + 196, + 158, + 79, + 5, + 110, + 17, + 10, + 213, + 75, + 131, + 173, + 83, + 217, + 66, + 52, + 229, + 28, + 10, + 107, + 255, + 11, + 77, + 254, + 190, + 173, + 52, + 21, + 170, + 200, + 254, + 245, + 12, + 150, + 137, + 59, + 236, + 10, + 120, + 64, + 189, + 19, + 182, + 90, + 109, + 14, + 148, + 159, + 22, + 110, + 127, + 49, + 216, + 143, + 148, + 237, + 76, + 73, + 141, + 38, + 114, + 6, + 204, + 120, + 57, + 155, + 182, + 190, + 204, + 233, + 4, + 184, + 215, + 2, + 90, + 145, + 98, + 238, + 128, + 94, + 195, + 135, + 135, + 152, + 137, + 57, + 218, + 227, + 28, + 255, + 89, + 173, + 168, + 213, + 4, + 34, + 29, + 87, + 0, + 123, + 134, + 73, + 135, + 27, + 201, + 36, + 77, + 189, + 209, + 22, + 77, + 184, + 194, + 194, + 158, + 214, + 175, + 89, + 162, + 96, + 238, + 212, + 90, + 217, + 147, + 35, + 124, + 185, + 114, + 178, + 195, + 54, + 254, + 66, + 203, + 67, + 208, + 233, + 45, + 16, + 239, + 13, + 207, + 113, + 16, + 109, + 30, + 19, + 92, + 210, + 110, + 138, + 3, + 225, + 29, + 230, + 20, + 254, + 244, + 135, + 68, + 156, + 39, + 6, + 247, + 192, + 68, + 119, + 122, + 184, + 185, + 193, + 154, + 146, + 91, + 95, + 21, + 56, + 226, + 247, + 167, + 16, + 229, + 105, + 77, + 122, + 238, + 218, + 7, + 145, + 13, + 60, + 62, + 227, + 163, + 11, + 188, + 75, + 121, + 139, + 236, + 49, + 53, + 138, + 48, + 14, + 207, + 236, + 32, + 195, + 75, + 138, + 163, + 187, + 106, + 14, + 146, + 98, + 178, + 38, + 111, + 165, + 96, + 194, + 224, + 178, + 40, + 179, + 69, + 180, + 64, + 37, + 136, + 52, + 217, + 248, + 172, + 75, + 42, + 127, + 187, + 205, + 181, + 252, + 34, + 103, + 219, + 8, + 105, + 35, + 139, + 9, + 98, + 53, + 228, + 224, + 171, + 100, + 74, + 5, + 181, + 25, + 85, + 215, + 202, + 174, + 164, + 85, + 89, + 134, + 223, + 74, + 179, + 233, + 160, + 177, + 57, + 56, + 26, + 221, + 59, + 144, + 170, + 89, + 184, + 2, + 20, + 83, + 219, + 171, + 189, + 191, + 227, + 220, + 63, + 245, + 247, + 11, + 27, + 135, + 21, + 216, + 60, + 11, + 93, + 131, + 156, + 244, + 122, + 199, + 107, + 230, + 30, + 39, + 199, + 43, + 72, + 138, + 43, + 229, + 80, + 30, + 240, + 195, + 230, + 142, + 25, + 214, + 61, + 30, + 211, + 11, + 85, + 209, + 26, + 68, + 198, + 244, + 172, + 28, + 73, + 55, + 169, + 154, + 90, + 142, + 184, + 249, + 115, + 149, + 168, + 183, + 63, + 164, + 186, + 219, + 199, + 148, + 157, + 96, + 198, + 78, + 48, + 200, + 78, + 146, + 76, + 191, + 70, + 3, + 91, + 195, + 83, + 27, + 66, + 139, + 171, + 114, + 75, + 185, + 99, + 249, + 97, + 158, + 81, + 228, + 219, + 169, + 136, + 58, + 85, + 115, + 141, + 191, + 32, + 44, + 45, + 213, + 4, + 73, + 146, + 209, + 101, + 183, + 52, + 200, + 243, + 161, + 91, + 79, + 131, + 201, + 126, + 220, + 202, + 61, + 125, + 117, + 91, + 103, + 181, + 125, + 249, + 83, + 49, + 105, + 150, + 19, + 27, + 15, + 54, + 181, + 10, + 141, + 163, + 3, + 141, + 38, + 53, + 87, + 144, + 144, + 61, + 5, + 222, + 208, + 73, + 167, + 28, + 60, + 84, + 92, + 184, + 194, + 118, + 75, + 160, + 108, + 133, + 235, + 152, + 0, + 17, + 160, + 128, + 64, + 209, + 13, + 244, + 82, + 179, + 19, + 149, + 234, + 237, + 8, + 25, + 182, + 24, + 113, + 1, + 82, + 145, + 10, + 247, + 232, + 38, + 3, + 226, + 50, + 105, + 231, + 245, + 106, + 226, + 77, + 112, + 6, + 213, + 236, + 140, + 231, + 157, + 103, + 96, + 104, + 67, + 81, + 40, + 188, + 107, + 68, + 48, + 78, + 129, + 13, + 155, + 25, + 248, + 214, + 125, + 157, + 30, + 73, + 183, + 50, + 175, + 163, + 163, + 25, + 12, + 134, + 158, + 43, + 137, + 228, + 13, + 26, + 181, + 197, + 199, + 38, + 25, + 28, + 144, + 85, + 238, + 247, + 234, + 199, + 235, + 66, + 40, + 41, + 164, + 211, + 137, + 242, + 206, + 227, + 99, + 142, + 145, + 222, + 193, + 117, + 133, + 184, + 68, + 252, + 169, + 1, + 203, + 78, + 88, + 221, + 119, + 226, + 233, + 195, + 92, + 0, + 1, + 163, + 116, + 18, + 130, + 159, + 186, + 237, + 203, + 42, + 209, + 121, + 1, + 118, + 116, + 160, + 241, + 58, + 218, + 87, + 99, + 38, + 3, + 224, + 74, + 161, + 21, + 95, + 96, + 69, + 241 + ], + "expectedReplyTypes": [] + }, + { + "text": null, + "binary": [ + 79, + 103, + 103, + 83, + 0, + 0, + 192, + 208, + 20, + 0, + 0, + 0, + 0, + 0, + 51, + 155, + 33, + 2, + 5, + 0, + 0, + 0, + 49, + 65, + 143, + 200, + 26, + 200, + 154, + 152, + 148, + 154, + 152, + 153, + 152, + 150, + 152, + 154, + 161, + 161, + 161, + 161, + 161, + 161, + 197, + 147, + 157, + 181, + 255, + 21, + 168, + 161, + 161, + 184, + 113, + 198, + 105, + 6, + 174, + 225, + 76, + 9, + 152, + 188, + 81, + 54, + 93, + 144, + 159, + 215, + 85, + 126, + 55, + 218, + 96, + 157, + 41, + 82, + 117, + 156, + 184, + 206, + 165, + 53, + 15, + 252, + 180, + 105, + 129, + 65, + 208, + 229, + 6, + 195, + 87, + 173, + 151, + 142, + 87, + 14, + 170, + 153, + 195, + 141, + 77, + 188, + 227, + 106, + 99, + 13, + 90, + 138, + 247, + 200, + 182, + 97, + 67, + 20, + 209, + 215, + 94, + 179, + 154, + 200, + 53, + 235, + 210, + 231, + 45, + 245, + 109, + 31, + 17, + 144, + 199, + 130, + 25, + 239, + 28, + 230, + 103, + 65, + 160, + 88, + 164, + 157, + 245, + 149, + 98, + 167, + 55, + 225, + 100, + 219, + 41, + 216, + 69, + 205, + 95, + 133, + 155, + 193, + 61, + 196, + 231, + 218, + 218, + 253, + 108, + 56, + 34, + 41, + 227, + 240, + 236, + 93, + 150, + 47, + 74, + 35, + 252, + 201, + 221, + 15, + 187, + 8, + 3, + 147, + 47, + 70, + 207, + 47, + 180, + 207, + 180, + 228, + 220, + 231, + 7, + 170, + 126, + 50, + 210, + 133, + 219, + 56, + 162, + 187, + 106, + 102, + 225, + 80, + 43, + 230, + 160, + 26, + 51, + 37, + 209, + 255, + 75, + 194, + 160, + 160, + 224, + 210, + 48, + 115, + 252, + 190, + 80, + 127, + 198, + 243, + 198, + 70, + 109, + 88, + 210, + 5, + 215, + 22, + 194, + 198, + 21, + 225, + 151, + 173, + 48, + 129, + 83, + 104, + 11, + 184, + 62, + 78, + 98, + 72, + 137, + 47, + 11, + 134, + 81, + 135, + 81, + 98, + 20, + 105, + 128, + 74, + 183, + 93, + 51, + 50, + 94, + 25, + 158, + 155, + 73, + 79, + 169, + 117, + 150, + 60, + 236, + 29, + 84, + 11, + 124, + 225, + 161, + 217, + 207, + 228, + 255, + 127, + 56, + 251, + 149, + 241, + 4, + 23, + 83, + 121, + 73, + 134, + 89, + 174, + 27, + 94, + 71, + 93, + 232, + 102, + 234, + 248, + 182, + 240, + 51, + 169, + 24, + 60, + 239, + 50, + 240, + 38, + 94, + 189, + 124, + 144, + 191, + 42, + 74, + 0, + 70, + 154, + 137, + 82, + 173, + 61, + 214, + 13, + 155, + 75, + 179, + 168, + 252, + 13, + 32, + 133, + 30, + 201, + 130, + 68, + 105, + 229, + 252, + 174, + 79, + 228, + 107, + 53, + 227, + 226, + 112, + 248, + 55, + 178, + 8, + 248, + 45, + 139, + 223, + 35, + 43, + 51, + 140, + 51, + 117, + 10, + 23, + 155, + 21, + 247, + 6, + 96, + 206, + 3, + 202, + 49, + 17, + 98, + 164, + 156, + 125, + 89, + 234, + 123, + 6, + 7, + 75, + 182, + 15, + 245, + 184, + 238, + 89, + 184, + 60, + 163, + 118, + 189, + 85, + 9, + 151, + 161, + 32, + 217, + 83, + 102, + 116, + 120, + 45, + 35, + 50, + 149, + 222, + 85, + 26, + 240, + 253, + 168, + 246, + 126, + 3, + 22, + 90, + 52, + 181, + 60, + 16, + 161, + 113, + 143, + 182, + 92, + 158, + 98, + 68, + 118, + 93, + 239, + 23, + 95, + 46, + 200, + 146, + 191, + 101, + 76, + 190, + 229, + 198, + 61, + 235, + 214, + 7, + 92, + 170, + 186, + 220, + 195, + 223, + 84, + 240, + 127, + 246, + 202, + 151, + 79, + 100, + 21, + 244, + 199, + 165, + 241, + 194, + 73, + 139, + 216, + 218, + 141, + 104, + 208, + 29, + 67, + 165, + 51, + 195, + 126, + 171, + 103, + 18, + 55, + 39, + 166, + 79, + 30, + 20, + 208, + 10, + 134, + 55, + 105, + 114, + 233, + 176, + 253, + 127, + 217, + 50, + 83, + 53, + 127, + 118, + 234, + 253, + 195, + 246, + 126, + 68, + 196, + 118, + 102, + 95, + 211, + 91, + 203, + 49, + 245, + 11, + 12, + 251, + 81, + 156, + 83, + 82, + 66, + 0, + 208, + 7, + 69, + 214, + 94, + 67, + 60, + 170, + 133, + 110, + 184, + 18, + 59, + 183, + 14, + 202, + 13, + 49, + 75, + 143, + 52, + 44, + 4, + 35, + 58, + 255, + 9, + 33, + 166, + 3, + 48, + 89, + 73, + 63, + 78, + 81, + 85, + 84, + 125, + 204, + 158, + 79, + 200, + 250, + 159, + 222, + 174, + 48, + 33, + 177, + 201, + 32, + 58, + 37, + 197, + 58, + 240, + 234, + 58, + 99, + 192, + 5, + 55, + 197, + 38, + 89, + 170, + 204, + 20, + 39, + 51, + 99, + 119, + 230, + 53, + 11, + 14, + 230, + 203, + 160, + 93, + 194, + 9, + 25, + 83, + 26, + 239, + 108, + 164, + 38, + 99, + 67, + 142, + 41, + 246, + 20, + 246, + 174, + 103, + 9, + 215, + 118, + 117, + 140, + 247, + 177, + 99, + 117, + 253, + 123, + 104, + 205, + 174, + 180, + 0, + 215, + 135, + 116, + 15, + 244, + 229, + 98, + 197, + 137, + 198, + 168, + 250, + 61, + 78, + 189, + 188, + 136, + 177, + 228, + 23, + 82, + 171, + 110, + 96, + 47, + 18, + 135, + 24, + 19, + 201, + 3, + 83, + 152, + 112, + 8, + 203, + 27, + 45, + 51, + 247, + 134, + 175, + 173, + 184, + 67, + 26, + 178, + 135, + 145, + 252, + 57, + 200, + 145, + 155, + 53, + 52, + 82, + 220, + 65, + 42, + 124, + 131, + 16, + 46, + 198, + 79, + 131, + 157, + 96, + 120, + 27, + 90, + 140, + 111, + 158, + 160, + 130, + 158, + 90, + 110, + 10, + 171, + 146, + 59, + 227, + 48, + 139, + 12, + 224, + 171, + 73, + 128, + 106, + 50, + 143, + 101, + 26, + 139, + 224, + 88, + 239, + 142, + 127, + 113, + 138, + 8, + 11, + 88, + 138, + 134, + 243, + 217, + 180, + 115, + 26, + 202, + 144, + 28, + 197, + 112, + 31, + 139, + 121, + 142, + 215, + 245, + 89, + 189, + 41, + 133, + 112, + 69, + 179, + 29, + 247, + 0, + 10, + 104, + 220, + 55, + 159, + 68, + 112, + 60, + 13, + 94, + 81, + 148, + 93, + 123, + 30, + 219, + 105, + 196, + 68, + 78, + 176, + 24, + 166, + 11, + 55, + 199, + 0, + 12, + 244, + 78, + 141, + 26, + 0, + 161, + 27, + 238, + 247, + 93, + 129, + 53, + 104, + 30, + 86, + 105, + 197, + 209, + 181, + 247, + 125, + 149, + 70, + 100, + 108, + 2, + 41, + 85, + 63, + 199, + 215, + 98, + 70, + 184, + 27, + 107, + 198, + 252, + 22, + 65, + 87, + 0, + 43, + 152, + 233, + 147, + 244, + 150, + 206, + 187, + 152, + 57, + 51, + 165, + 197, + 239, + 127, + 186, + 80, + 98, + 41, + 175, + 191, + 185, + 152, + 14, + 253, + 40, + 123, + 25, + 198, + 49, + 69, + 128, + 13, + 11, + 137, + 15, + 168, + 160, + 62, + 116, + 84, + 0, + 61, + 68, + 154, + 234, + 198, + 85, + 191, + 70, + 21, + 192, + 42, + 160, + 36, + 121, + 62, + 146, + 193, + 189, + 255, + 237, + 230, + 171, + 225, + 154, + 150, + 217, + 70, + 238, + 234, + 138, + 90, + 7, + 37, + 30, + 187, + 33, + 113, + 83, + 231, + 207, + 40, + 134, + 80, + 130, + 208, + 79, + 189, + 252, + 120, + 192, + 115, + 110, + 145, + 253, + 67, + 16, + 65, + 99, + 48, + 153, + 164, + 85, + 252, + 219, + 199, + 93, + 213, + 86, + 132, + 241, + 26, + 202, + 11, + 139, + 151, + 12, + 169, + 2, + 59, + 56, + 15, + 97, + 33, + 240, + 27, + 59, + 231, + 175, + 165, + 35, + 78, + 227, + 165, + 192, + 172, + 203, + 214, + 63, + 51, + 241, + 252, + 184, + 22, + 170, + 69, + 50, + 92, + 83, + 195, + 139, + 14, + 60, + 128, + 21, + 31, + 166, + 174, + 242, + 132, + 219, + 31, + 153, + 91, + 49, + 106, + 136, + 197, + 48, + 133, + 156, + 6, + 67, + 163, + 15, + 137, + 241, + 44, + 179, + 218, + 182, + 139, + 173, + 241, + 26, + 42, + 169, + 198, + 194, + 28, + 179, + 137, + 40, + 250, + 79, + 220, + 185, + 222, + 77, + 41, + 255, + 124, + 58, + 17, + 199, + 255, + 172, + 236, + 22, + 148, + 215, + 210, + 239, + 76, + 146, + 222, + 0, + 169, + 229, + 201, + 64, + 104, + 14, + 25, + 207, + 55, + 198, + 1, + 182, + 72, + 231, + 216, + 144, + 90, + 219, + 45, + 21, + 7, + 39, + 201, + 59, + 225, + 133, + 193, + 235, + 123, + 91, + 157, + 48, + 152, + 23, + 102, + 82, + 104, + 191, + 131, + 23, + 218, + 182, + 46, + 157, + 7, + 35, + 31, + 218, + 159, + 68, + 59, + 180, + 209, + 60, + 226, + 233, + 237, + 11, + 243, + 24, + 86, + 249, + 128, + 18, + 2, + 134, + 19, + 210, + 37, + 112, + 165, + 244, + 249, + 147, + 75, + 194, + 156, + 89, + 184, + 17, + 10, + 145, + 241, + 71, + 24, + 90, + 20, + 238, + 156, + 160, + 85, + 177, + 228, + 121, + 132, + 51, + 104, + 212, + 36, + 247, + 216, + 148, + 76, + 245, + 106, + 184, + 213, + 248, + 105, + 15, + 27, + 71, + 48, + 198, + 26, + 205, + 167, + 67, + 221, + 191, + 71, + 2, + 100, + 151, + 227, + 8, + 58, + 107, + 77, + 53, + 170, + 149, + 25, + 142, + 204, + 8, + 155, + 215, + 44, + 29, + 32, + 73, + 20, + 103, + 173, + 154, + 163, + 152, + 254, + 16, + 53, + 85, + 118, + 77, + 112, + 24, + 79, + 151, + 128, + 103, + 28, + 13, + 92, + 216, + 122, + 44, + 42, + 237, + 144, + 103, + 97, + 6, + 207, + 188, + 7, + 83, + 222, + 82, + 44, + 191, + 26, + 224, + 153, + 129, + 49, + 119, + 147, + 204, + 101, + 69, + 65, + 27, + 105, + 196, + 27, + 209, + 253, + 142, + 141, + 154, + 22, + 247, + 188, + 137, + 216, + 147, + 117, + 210, + 218, + 50, + 29, + 201, + 212, + 255, + 64, + 74, + 135, + 148, + 168, + 140, + 111, + 48, + 32, + 191, + 158, + 133, + 199, + 89, + 99, + 88, + 184, + 66, + 53, + 140, + 215, + 49, + 39, + 46, + 76, + 248, + 207, + 56, + 226, + 210, + 174, + 15, + 138, + 113, + 61, + 149, + 176, + 235, + 165, + 150, + 210, + 147, + 148, + 217, + 236, + 207, + 126, + 237, + 177, + 78, + 78, + 3, + 77, + 245, + 111, + 215, + 13, + 91, + 41, + 199, + 28, + 147, + 206, + 223, + 140, + 119, + 89, + 133, + 184, + 38, + 60, + 222, + 22, + 251, + 34, + 6, + 8, + 163, + 78, + 160, + 154, + 230, + 110, + 199, + 131, + 228, + 248, + 232, + 218, + 219, + 152, + 131, + 3, + 92, + 4, + 0, + 91, + 204, + 130, + 82, + 32, + 183, + 148, + 166, + 32, + 201, + 43, + 118, + 127, + 198, + 43, + 174, + 27, + 28, + 126, + 144, + 179, + 102, + 70, + 144, + 62, + 236, + 140, + 165, + 177, + 119, + 235, + 114, + 28, + 136, + 106, + 8, + 10, + 231, + 57, + 32, + 12, + 128, + 243, + 214, + 219, + 6, + 124, + 190, + 17, + 13, + 235, + 236, + 163, + 175, + 122, + 190, + 102, + 72, + 89, + 166, + 159, + 0, + 206, + 141, + 73, + 81, + 14, + 126, + 163, + 22, + 184, + 6, + 35, + 136, + 140, + 91, + 176, + 84, + 149, + 31, + 30, + 15, + 12, + 58, + 131, + 72, + 79, + 128, + 146, + 18, + 211, + 111, + 233, + 70, + 184, + 132, + 206, + 101, + 243, + 65, + 237, + 7, + 78, + 152, + 128, + 220, + 117, + 48, + 167, + 218, + 184, + 205, + 113, + 22, + 189, + 5, + 142, + 135, + 154, + 64, + 230, + 147, + 157, + 179, + 122, + 85, + 186, + 125, + 252, + 214, + 41, + 81, + 97, + 5, + 244, + 111, + 73, + 128, + 126, + 168, + 54, + 178, + 32, + 94, + 111, + 157, + 41, + 193, + 230, + 104, + 53, + 164, + 182, + 212, + 29, + 93, + 140, + 240, + 46, + 112, + 170, + 57, + 67, + 36, + 35, + 131, + 152, + 243, + 114, + 138, + 18, + 25, + 137, + 106, + 69, + 255, + 53, + 57, + 254, + 178, + 29, + 34, + 134, + 205, + 232, + 51, + 230, + 179, + 211, + 67, + 167, + 137, + 100, + 29, + 219, + 8, + 171, + 163, + 193, + 184, + 249, + 80, + 85, + 109, + 147, + 182, + 234, + 69, + 30, + 98, + 74, + 203, + 43, + 113, + 8, + 113, + 83, + 194, + 97, + 5, + 242, + 21, + 184, + 6, + 20, + 150, + 82, + 105, + 84, + 102, + 102, + 186, + 19, + 112, + 204, + 250, + 51, + 60, + 216, + 12, + 131, + 156, + 2, + 171, + 161, + 186, + 206, + 45, + 93, + 198, + 253, + 160, + 36, + 235, + 133, + 89, + 7, + 236, + 126, + 137, + 9, + 99, + 56, + 223, + 146, + 213, + 74, + 179, + 111, + 166, + 249, + 214, + 96, + 12, + 209, + 104, + 33, + 84, + 107, + 227, + 80, + 167, + 76, + 237, + 146, + 220, + 183, + 68, + 118, + 90, + 55, + 150, + 84, + 153, + 133, + 17, + 14, + 120, + 72, + 79, + 17, + 253, + 59, + 58, + 185, + 23, + 7, + 16, + 135, + 152, + 66, + 161, + 27, + 66, + 153, + 232, + 50, + 147, + 165, + 199, + 243, + 239, + 136, + 97, + 207, + 236, + 175, + 130, + 60, + 70, + 118, + 87, + 96, + 162, + 28, + 189, + 159, + 113, + 11, + 115, + 215, + 124, + 110, + 153, + 229, + 176, + 39, + 238, + 225, + 233, + 25, + 160, + 254, + 65, + 254, + 3, + 127, + 83, + 132, + 24, + 35, + 190, + 110, + 233, + 101, + 90, + 114, + 57, + 255, + 67, + 218, + 130, + 132, + 252, + 224, + 242, + 184, + 16, + 101, + 75, + 206, + 78, + 132, + 33, + 230, + 117, + 168, + 199, + 133, + 175, + 144, + 54, + 157, + 64, + 196, + 216, + 208, + 245, + 178, + 239, + 167, + 219, + 4, + 50, + 197, + 87, + 113, + 211, + 53, + 93, + 147, + 67, + 133, + 97, + 225, + 79, + 251, + 86, + 94, + 101, + 66, + 37, + 88, + 42, + 247, + 116, + 94, + 78, + 28, + 227, + 87, + 9, + 229, + 36, + 222, + 122, + 212, + 172, + 232, + 172, + 179, + 84, + 115, + 123, + 219, + 144, + 10, + 49, + 196, + 168, + 8, + 226, + 41, + 217, + 49, + 55, + 61, + 250, + 229, + 65, + 239, + 136, + 136, + 51, + 27, + 184, + 90, + 127, + 63, + 248, + 99, + 177, + 255, + 234, + 164, + 190, + 136, + 165, + 85, + 59, + 46, + 222, + 71, + 9, + 243, + 142, + 14, + 25, + 86, + 174, + 131, + 109, + 75, + 13, + 254, + 170, + 3, + 251, + 78, + 131, + 75, + 169, + 195, + 157, + 86, + 208, + 166, + 219, + 66, + 226, + 107, + 199, + 151, + 36, + 135, + 162, + 194, + 133, + 255, + 206, + 204, + 52, + 73, + 90, + 141, + 104, + 82, + 139, + 27, + 252, + 250, + 182, + 98, + 14, + 11, + 79, + 113, + 184, + 18, + 65, + 67, + 87, + 36, + 18, + 236, + 179, + 137, + 103, + 248, + 103, + 22, + 254, + 16, + 195, + 20, + 151, + 196, + 92, + 221, + 135, + 174, + 231, + 26, + 54, + 127, + 66, + 95, + 114, + 73, + 86, + 170, + 74, + 158, + 190, + 230, + 212, + 234, + 7, + 18, + 192, + 105, + 242, + 246, + 203, + 94, + 51, + 120, + 104, + 78, + 149, + 36, + 242, + 14, + 178, + 118, + 120, + 158, + 155, + 181, + 214, + 36, + 70, + 3, + 166, + 42, + 23, + 91, + 48, + 93, + 170, + 108, + 8, + 194, + 40, + 17, + 173, + 15, + 52, + 156, + 103, + 83, + 19, + 11, + 88, + 33, + 37, + 97, + 243, + 157, + 143, + 166, + 25, + 101, + 242, + 146, + 233, + 145, + 246, + 167, + 89, + 113, + 133, + 99, + 25, + 121, + 167, + 0, + 89, + 108, + 81, + 248, + 224, + 223, + 116, + 157, + 127, + 151, + 126, + 246, + 130, + 46, + 80, + 41, + 33, + 254, + 202, + 245, + 222, + 50, + 4, + 171, + 148, + 13, + 217, + 52, + 130, + 10, + 38, + 29, + 123, + 210, + 12, + 242, + 188, + 22, + 105, + 210, + 67, + 21, + 192, + 87, + 130, + 210, + 87, + 247, + 196, + 118, + 153, + 184, + 48, + 206, + 102, + 51, + 21, + 27, + 119, + 58, + 212, + 125, + 242, + 212, + 12, + 208, + 49, + 185, + 140, + 213, + 181, + 24, + 181, + 109, + 81, + 87, + 181, + 229, + 116, + 200, + 25, + 163, + 11, + 182, + 195, + 128, + 220, + 189, + 174, + 34, + 114, + 99, + 125, + 99, + 208, + 47, + 182, + 92, + 56, + 245, + 60, + 83, + 35, + 99, + 37, + 1, + 253, + 221, + 6, + 240, + 70, + 63, + 32, + 38, + 249, + 37, + 123, + 191, + 242, + 150, + 43, + 74, + 36, + 165, + 42, + 48, + 221, + 72, + 3, + 164, + 20, + 223, + 235, + 222, + 113, + 87, + 2, + 93, + 47, + 105, + 186, + 106, + 84, + 96, + 107, + 84, + 151, + 115, + 129, + 252, + 169, + 209, + 122, + 67, + 21, + 223, + 164, + 43, + 75, + 217, + 107, + 3, + 41, + 20, + 197, + 147, + 74, + 194, + 223, + 94, + 3, + 77, + 123, + 251, + 77, + 200, + 217, + 110, + 66, + 56, + 51, + 92, + 175, + 92, + 136, + 182, + 79, + 212, + 154, + 11, + 198, + 29, + 145, + 4, + 183, + 210, + 247, + 144, + 119, + 7, + 160, + 51, + 49, + 117, + 78, + 161, + 117, + 35, + 193, + 194, + 171, + 112, + 184, + 24, + 225, + 0, + 240, + 189, + 114, + 206, + 152, + 12, + 75, + 201, + 254, + 250, + 135, + 132, + 167, + 113, + 57, + 183, + 111, + 3, + 145, + 94, + 36, + 227, + 108, + 150, + 44, + 165, + 132, + 175, + 27, + 4, + 255, + 92, + 120, + 180, + 250, + 189, + 146, + 177, + 94, + 74, + 0, + 211, + 48, + 125, + 204, + 49, + 142, + 215, + 241, + 193, + 126, + 47, + 140, + 204, + 211, + 56, + 7, + 7, + 170, + 235, + 55, + 66, + 95, + 158, + 143, + 205, + 114, + 46, + 158, + 228, + 140, + 108, + 105, + 61, + 23, + 28, + 156, + 37, + 81, + 62, + 249, + 172, + 183, + 30, + 126, + 36, + 48, + 103, + 150, + 113, + 138, + 135, + 178, + 5, + 25, + 48, + 36, + 108, + 80, + 165, + 55, + 144, + 107, + 40, + 120, + 110, + 130, + 184, + 200, + 190, + 23, + 200, + 27, + 202, + 249, + 210, + 11, + 111, + 205, + 32, + 138, + 248, + 242, + 119, + 24, + 185, + 176, + 201, + 188, + 16, + 166, + 236, + 191, + 146, + 137, + 3, + 66, + 32, + 178, + 42, + 95, + 224, + 49, + 242, + 197, + 146, + 53, + 14, + 245, + 8, + 82, + 75, + 138, + 14, + 176, + 95, + 249, + 184, + 28, + 23, + 213, + 212, + 98, + 18, + 210, + 153, + 78, + 236, + 78, + 8, + 138, + 26, + 222, + 11, + 111, + 101, + 214, + 114, + 43, + 143, + 131, + 181, + 73, + 202, + 135, + 137, + 1, + 30, + 176, + 101, + 96, + 101, + 112, + 0, + 112, + 9, + 71, + 251, + 27, + 53, + 179, + 2, + 0, + 205, + 212, + 6, + 208, + 90, + 58, + 252, + 46, + 19, + 151, + 94, + 242, + 164, + 110, + 240, + 59, + 114, + 225, + 206, + 51, + 213, + 158, + 180, + 116, + 68, + 196, + 115, + 99, + 219, + 95, + 119, + 36, + 17, + 142, + 132, + 13, + 158, + 163, + 163, + 96, + 196, + 155, + 191, + 236, + 130, + 93, + 120, + 40, + 196, + 19, + 36, + 212, + 90, + 94, + 83, + 5, + 233, + 169, + 67, + 244, + 143, + 209, + 167, + 228, + 90, + 241, + 176, + 79, + 154, + 241, + 137, + 234, + 253, + 160, + 158, + 81, + 227, + 93, + 50, + 39, + 32, + 138, + 238, + 166, + 229, + 135, + 228, + 59, + 8, + 219, + 75, + 125, + 123, + 165, + 54, + 158, + 231, + 63, + 123, + 73, + 91, + 82, + 97, + 77, + 71, + 20, + 61, + 205, + 55, + 141, + 43, + 222, + 103, + 195, + 247, + 184, + 27, + 131, + 177, + 232, + 239, + 30, + 247, + 245, + 220, + 109, + 89, + 200, + 59, + 217, + 74, + 39, + 161, + 244, + 86, + 20, + 246, + 16, + 22, + 171, + 57, + 208, + 15, + 205, + 174, + 211, + 44, + 108, + 166, + 158, + 168, + 13, + 205, + 159, + 123, + 192, + 178, + 66, + 47, + 133, + 42, + 171, + 193, + 163, + 129, + 52, + 148, + 1, + 111, + 23, + 45, + 155, + 175, + 47, + 147, + 187, + 241, + 141, + 148, + 159, + 148, + 156, + 171, + 115, + 89, + 121, + 218, + 94, + 38, + 154, + 63, + 122, + 122, + 211, + 64, + 0, + 213, + 33, + 26, + 69, + 80, + 24, + 196, + 87, + 203, + 204, + 96, + 252, + 250, + 182, + 205, + 255, + 229, + 206, + 161, + 248, + 136, + 50, + 17, + 45, + 36, + 13, + 233, + 46, + 165, + 119, + 141, + 125, + 131, + 54, + 34, + 32, + 215, + 182, + 156, + 223, + 124, + 185, + 2, + 43, + 70, + 117, + 128, + 14, + 192, + 1, + 193, + 49, + 150, + 175, + 38, + 193, + 96, + 156, + 225, + 67, + 99, + 68, + 201, + 242, + 146, + 240, + 44, + 243, + 210, + 156, + 140, + 124, + 186, + 41, + 163, + 26, + 95, + 47, + 67, + 248, + 184, + 118, + 53, + 155, + 182, + 44, + 244, + 102, + 15, + 63, + 47, + 100, + 125, + 219, + 25, + 209, + 4, + 49, + 15, + 63, + 40, + 34, + 115, + 142, + 235, + 206, + 230, + 36, + 90, + 62, + 197, + 115, + 26, + 30, + 149, + 209, + 191, + 155, + 101, + 211, + 109, + 196, + 216, + 18, + 217, + 6, + 193, + 83, + 30, + 80, + 131, + 76, + 83, + 194, + 251, + 228, + 47, + 115, + 61, + 94, + 249, + 0, + 120, + 220, + 242, + 93, + 117, + 1, + 100, + 158, + 129, + 48, + 196, + 224, + 133, + 23, + 83, + 50, + 234, + 135, + 158, + 162, + 34, + 49, + 210, + 100, + 218, + 104, + 75, + 197, + 65, + 198, + 26, + 244, + 67, + 35, + 187, + 227, + 113, + 154, + 158, + 230, + 5, + 133, + 188, + 68, + 103, + 160, + 63, + 141, + 112, + 80, + 93, + 85, + 249, + 169, + 170, + 227, + 65, + 71, + 203, + 43, + 50, + 226, + 158, + 113, + 212, + 226, + 15, + 125, + 87, + 28, + 188, + 196, + 68, + 255, + 75, + 75, + 16, + 82, + 71, + 53, + 4, + 184, + 27, + 2, + 243, + 172, + 229, + 46, + 16, + 120, + 241, + 232, + 45, + 89, + 221, + 27, + 115, + 179, + 151, + 12, + 69, + 43, + 170, + 123, + 200, + 172, + 219, + 184, + 239, + 98, + 20, + 15, + 103, + 195, + 83, + 245, + 236, + 99, + 224, + 47, + 2, + 168, + 62, + 226, + 226, + 234, + 217, + 25, + 172, + 56, + 138, + 19, + 16, + 20, + 196, + 184, + 82, + 144, + 167, + 222, + 248, + 96, + 141, + 166, + 70, + 171, + 109, + 1, + 110, + 116, + 153, + 202, + 49, + 77, + 62, + 126, + 171, + 162, + 104, + 152, + 180, + 44, + 236, + 242, + 133, + 95, + 95, + 249, + 220, + 121, + 78, + 12, + 129, + 80, + 139, + 252, + 80, + 246, + 238, + 54, + 237, + 162, + 79, + 216, + 80, + 67, + 78, + 181, + 196, + 20, + 42, + 85, + 242, + 113, + 36, + 225, + 242, + 188, + 200, + 151, + 16, + 131, + 139, + 91, + 105, + 130, + 218, + 16, + 194, + 134, + 108, + 187, + 33, + 166, + 39, + 255, + 127, + 152, + 249, + 1, + 255, + 20, + 210, + 177, + 116, + 38, + 106, + 175, + 44, + 30, + 171, + 164, + 15, + 8, + 203, + 112, + 70, + 150, + 243, + 197, + 93, + 168, + 81, + 226, + 176, + 171, + 238, + 175, + 250, + 150, + 174, + 160, + 8, + 183, + 208, + 233, + 222, + 65, + 173, + 252, + 255, + 90, + 227, + 219, + 135, + 78, + 193, + 180, + 216, + 175, + 91, + 10, + 224, + 143, + 134, + 20, + 148, + 67, + 77, + 249, + 218, + 6, + 184, + 0, + 140, + 202, + 239, + 139, + 143, + 200, + 107, + 116, + 51, + 27, + 63, + 158, + 197, + 201, + 186, + 55, + 118, + 92, + 172, + 183, + 249, + 4, + 167, + 122, + 220, + 189, + 162, + 29, + 150, + 20, + 75, + 253, + 154, + 129, + 25, + 238, + 105, + 22, + 66, + 155, + 50, + 37, + 8, + 140, + 135, + 111, + 166, + 205, + 185, + 71, + 146, + 105, + 136, + 199, + 184, + 193, + 183, + 230, + 246, + 181, + 11, + 145, + 37, + 218, + 7, + 192, + 72, + 89, + 11, + 209, + 166, + 106, + 6, + 35, + 97, + 170, + 141, + 156, + 251, + 69, + 176, + 5, + 113, + 226, + 78, + 158, + 45, + 24, + 171, + 49, + 92, + 248, + 49, + 139, + 79, + 57, + 157, + 106, + 170, + 72, + 216, + 151, + 247, + 187, + 40, + 140, + 246, + 84, + 29, + 135, + 226, + 204, + 66, + 86, + 112, + 156, + 44, + 26, + 22, + 46, + 56, + 82, + 62, + 203, + 117, + 46, + 38, + 149, + 69, + 157, + 225, + 14, + 107, + 208, + 191, + 9, + 112, + 129, + 26, + 195, + 151, + 231, + 249, + 164, + 17, + 44, + 140, + 188, + 236, + 230, + 69, + 130, + 239, + 70, + 13, + 184, + 32, + 90, + 79, + 32, + 230, + 68, + 101, + 187, + 146, + 234, + 127, + 221, + 120, + 13, + 247, + 125, + 208, + 138, + 212, + 85, + 217, + 87, + 20, + 151, + 39, + 244, + 20, + 83, + 12, + 175, + 58, + 213, + 202, + 81, + 72, + 112, + 71, + 140, + 255, + 135, + 219, + 49, + 185, + 27, + 202, + 133, + 170, + 83, + 91, + 77, + 200, + 99, + 197, + 130, + 113, + 161, + 144, + 212, + 53, + 123, + 15, + 175, + 209, + 55, + 78, + 115, + 212, + 111, + 172, + 99, + 102, + 108, + 8, + 219, + 251, + 214, + 6, + 106, + 216, + 63, + 82, + 133, + 68, + 151, + 78, + 17, + 103, + 16, + 167, + 169, + 182, + 210, + 29, + 2, + 60, + 48, + 121, + 94, + 163, + 242, + 13, + 79, + 45, + 211, + 64, + 154, + 148, + 97, + 65, + 231, + 36, + 222, + 86, + 239, + 241, + 167, + 211, + 6, + 62, + 111, + 63, + 232, + 81, + 70, + 119, + 108, + 155, + 114, + 192, + 180, + 37, + 221, + 103, + 217, + 40, + 150, + 58, + 151, + 198, + 68, + 207, + 37, + 185, + 76, + 139, + 47, + 169, + 189, + 88, + 205, + 17, + 74, + 177, + 25, + 55, + 65, + 150, + 197, + 49, + 240, + 250, + 25, + 122, + 230, + 182, + 110, + 168, + 69, + 170, + 230, + 223, + 107, + 188, + 22, + 17, + 139, + 193, + 5, + 29, + 124, + 184, + 127, + 17, + 163, + 184, + 211, + 176, + 33, + 149, + 152, + 224, + 199, + 181, + 67, + 22, + 238, + 38, + 58, + 208, + 101, + 107, + 166, + 216, + 164, + 30, + 40, + 230, + 215, + 213, + 180, + 14, + 80, + 255, + 47, + 144, + 85, + 142, + 144, + 26, + 51, + 17, + 248, + 62, + 207, + 198, + 143, + 223, + 47, + 151, + 161, + 241, + 203, + 38, + 80, + 252, + 84, + 13, + 33, + 115, + 167, + 92, + 174, + 218, + 155, + 153, + 169, + 102, + 6, + 91, + 199, + 174, + 237, + 148, + 84, + 75, + 24, + 243, + 66, + 238, + 139, + 109, + 119, + 217, + 232, + 135, + 104, + 82, + 38, + 112, + 69, + 87, + 3, + 70, + 49, + 248, + 39, + 253, + 134, + 61, + 8, + 232, + 44, + 229, + 127, + 229, + 117, + 124, + 145, + 227, + 138, + 145, + 248, + 169, + 228, + 253, + 208, + 38, + 142, + 25, + 3, + 235, + 202, + 189, + 10, + 221, + 75, + 176, + 2, + 50, + 54, + 112, + 36, + 174, + 96, + 39, + 54, + 20, + 171, + 150, + 221, + 29, + 141, + 61, + 203, + 253, + 220, + 56, + 208, + 89, + 42, + 102, + 137, + 165, + 158, + 156, + 97, + 48, + 137, + 210, + 24, + 201, + 139, + 40, + 197, + 86, + 233, + 229, + 227, + 1, + 189, + 59, + 1, + 90, + 128, + 255, + 201, + 178, + 98, + 91, + 137, + 18, + 106, + 21, + 104, + 225, + 57, + 23, + 162, + 99, + 202, + 115, + 105, + 20, + 88, + 9, + 222, + 206, + 8, + 178, + 145, + 76, + 64, + 136, + 215, + 87, + 89, + 231, + 17, + 45, + 74, + 87, + 28, + 145, + 174, + 131, + 166, + 191, + 157, + 169, + 45, + 57, + 252, + 137, + 188, + 19, + 134, + 236, + 110, + 208, + 35, + 110, + 42, + 203, + 166, + 165, + 91, + 23, + 138, + 174, + 17, + 221, + 116, + 92, + 35, + 91, + 130, + 141, + 76, + 18, + 203, + 8, + 254, + 222, + 165, + 191, + 42, + 93, + 254, + 141, + 66, + 83, + 159, + 76, + 61, + 68, + 192, + 190, + 205, + 189, + 212, + 102, + 204, + 143, + 36, + 202, + 147, + 184, + 192, + 181, + 27, + 176, + 82, + 65, + 17, + 228, + 164, + 24, + 174, + 232, + 154, + 97, + 18, + 69, + 107, + 195, + 144, + 49, + 192, + 240, + 71, + 135, + 135, + 30, + 244, + 75, + 116, + 196, + 240, + 48, + 134, + 47, + 64, + 218, + 234, + 163, + 225, + 66, + 204, + 184, + 219, + 77, + 237, + 241, + 232, + 61, + 84, + 198, + 123, + 195, + 245, + 38, + 237, + 66, + 90, + 183, + 36, + 250, + 69, + 232, + 59, + 18, + 90, + 68, + 169, + 209, + 69, + 220, + 67, + 118, + 208, + 255, + 16, + 88, + 15, + 232, + 7, + 104, + 82, + 163, + 124, + 226, + 13, + 155, + 110, + 41, + 126, + 84, + 245, + 124, + 112, + 167, + 92, + 188, + 95, + 11, + 241, + 25, + 191, + 150, + 10, + 105, + 101, + 34, + 154, + 240, + 70, + 239, + 242, + 153, + 248, + 165, + 45, + 243, + 154, + 62, + 255, + 108, + 134, + 245, + 211, + 33, + 199, + 239, + 241, + 98, + 144, + 244, + 249, + 214, + 22, + 234, + 242, + 53, + 208, + 173, + 253, + 192, + 225, + 127, + 174, + 230, + 73, + 62, + 194, + 69, + 28, + 15, + 76, + 45, + 122, + 190, + 15, + 49, + 210, + 36, + 168, + 163, + 52, + 221, + 228, + 136, + 19, + 93, + 29, + 184, + 119, + 241, + 162, + 98, + 175, + 137, + 108, + 204, + 221, + 139, + 115, + 53, + 212, + 38, + 146, + 254, + 81, + 242, + 254, + 61, + 159, + 144, + 220, + 110, + 32, + 125, + 205, + 27, + 242, + 171, + 190, + 1, + 39, + 31, + 204, + 170, + 96, + 17, + 249, + 210, + 101, + 117, + 148, + 157, + 76, + 161, + 135, + 175, + 151, + 251, + 87, + 38, + 17, + 100, + 158, + 26, + 95, + 198, + 65, + 43, + 36, + 193, + 185, + 213, + 64, + 54, + 56, + 176, + 103, + 95, + 44, + 14, + 27, + 87, + 98, + 247, + 21, + 117, + 13, + 197, + 9, + 246, + 178, + 168, + 145, + 239, + 229, + 152, + 50, + 168, + 160, + 151, + 51, + 232, + 24, + 188, + 62, + 40, + 94, + 51, + 141, + 121, + 45, + 76, + 91, + 82, + 52, + 147, + 208, + 67, + 147, + 219, + 120, + 9, + 223, + 156, + 80, + 151, + 188, + 152, + 163, + 146, + 71, + 114, + 178, + 91, + 190, + 119, + 157, + 226, + 226, + 160, + 245, + 146, + 57, + 57, + 23, + 48, + 69, + 71, + 112, + 103, + 19, + 167, + 107, + 246, + 180, + 175, + 72, + 20, + 188, + 177, + 65, + 70, + 171, + 125, + 154, + 132, + 14, + 46, + 184, + 69, + 66, + 108, + 250, + 77, + 133, + 189, + 204, + 56, + 96, + 79, + 120, + 178, + 97, + 179, + 48, + 89, + 128, + 121, + 115, + 117, + 17, + 10, + 81, + 90, + 74, + 36, + 63, + 8, + 97, + 206, + 248, + 192, + 177, + 42, + 194, + 243, + 69, + 44, + 15, + 115, + 215, + 2, + 112, + 217, + 217, + 37, + 95, + 137, + 155, + 116, + 217, + 77, + 64, + 5, + 36, + 62, + 239, + 206, + 97, + 183, + 4, + 107, + 86, + 50, + 16, + 128, + 29, + 99, + 108, + 241, + 120, + 194, + 140, + 250, + 27, + 132, + 223, + 117, + 176, + 75, + 142, + 192, + 65, + 197, + 253, + 54, + 19, + 183, + 187, + 95, + 151, + 144, + 225, + 223, + 249, + 23, + 8, + 223, + 2, + 245, + 162, + 21, + 192, + 221, + 224, + 177, + 249, + 159, + 137, + 224, + 211, + 166, + 29, + 133, + 154, + 29, + 212, + 136, + 120, + 199, + 244, + 56, + 226, + 183, + 72, + 149, + 161, + 203, + 118, + 46, + 232, + 166, + 32, + 125, + 44, + 20, + 223, + 123, + 42, + 155, + 141, + 209, + 24, + 129, + 83, + 135, + 21, + 41, + 53, + 122, + 101, + 15, + 142, + 255, + 143, + 221, + 22, + 142, + 120 + ], + "expectedReplyTypes": [] + }, + { + "text": null, + "binary": [ + 79, + 103, + 103, + 83, + 0, + 0, + 64, + 50, + 21, + 0, + 0, + 0, + 0, + 0, + 51, + 155, + 33, + 2, + 6, + 0, + 0, + 0, + 238, + 43, + 87, + 157, + 26, + 161, + 161, + 161, + 161, + 161, + 161, + 158, + 158, + 161, + 160, + 160, + 161, + 163, + 166, + 157, + 150, + 149, + 189, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 184, + 194, + 141, + 158, + 40, + 254, + 202, + 52, + 166, + 58, + 221, + 159, + 102, + 105, + 67, + 144, + 87, + 87, + 1, + 242, + 156, + 194, + 102, + 226, + 106, + 10, + 32, + 14, + 56, + 116, + 72, + 241, + 2, + 239, + 11, + 78, + 108, + 104, + 246, + 6, + 245, + 121, + 227, + 112, + 138, + 84, + 34, + 246, + 6, + 218, + 80, + 117, + 17, + 116, + 244, + 108, + 54, + 67, + 85, + 98, + 25, + 220, + 5, + 56, + 42, + 164, + 104, + 186, + 35, + 121, + 106, + 30, + 218, + 90, + 242, + 226, + 34, + 9, + 105, + 90, + 200, + 46, + 157, + 153, + 168, + 48, + 89, + 73, + 129, + 90, + 18, + 130, + 76, + 161, + 36, + 245, + 170, + 164, + 0, + 196, + 5, + 61, + 71, + 246, + 179, + 232, + 156, + 53, + 144, + 141, + 116, + 63, + 66, + 111, + 63, + 42, + 9, + 85, + 4, + 14, + 252, + 9, + 223, + 128, + 233, + 132, + 114, + 96, + 243, + 145, + 195, + 40, + 250, + 55, + 81, + 50, + 198, + 236, + 59, + 105, + 82, + 100, + 193, + 177, + 96, + 166, + 188, + 164, + 106, + 255, + 31, + 26, + 186, + 215, + 28, + 244, + 171, + 27, + 95, + 44, + 157, + 184, + 122, + 243, + 188, + 63, + 133, + 164, + 100, + 191, + 232, + 96, + 220, + 111, + 50, + 201, + 190, + 32, + 166, + 39, + 13, + 3, + 25, + 34, + 39, + 28, + 126, + 221, + 170, + 57, + 2, + 228, + 176, + 131, + 83, + 189, + 255, + 205, + 176, + 109, + 126, + 159, + 154, + 237, + 94, + 68, + 132, + 249, + 156, + 168, + 2, + 252, + 29, + 239, + 158, + 54, + 242, + 89, + 8, + 127, + 72, + 210, + 94, + 176, + 13, + 153, + 28, + 63, + 208, + 19, + 159, + 10, + 181, + 4, + 23, + 198, + 103, + 153, + 104, + 102, + 122, + 91, + 186, + 222, + 195, + 30, + 139, + 49, + 27, + 251, + 141, + 139, + 131, + 49, + 64, + 78, + 79, + 112, + 126, + 48, + 53, + 37, + 121, + 224, + 175, + 22, + 214, + 43, + 141, + 9, + 137, + 167, + 171, + 68, + 185, + 83, + 120, + 123, + 122, + 31, + 165, + 237, + 49, + 236, + 49, + 168, + 65, + 5, + 124, + 54, + 75, + 220, + 97, + 118, + 187, + 248, + 125, + 104, + 101, + 124, + 212, + 33, + 48, + 94, + 91, + 164, + 244, + 116, + 248, + 45, + 91, + 82, + 229, + 54, + 77, + 194, + 175, + 129, + 171, + 183, + 147, + 181, + 184, + 81, + 64, + 177, + 111, + 17, + 101, + 225, + 247, + 17, + 81, + 141, + 48, + 192, + 128, + 38, + 14, + 122, + 249, + 46, + 181, + 94, + 154, + 16, + 149, + 201, + 22, + 90, + 149, + 14, + 118, + 179, + 39, + 47, + 187, + 46, + 225, + 94, + 51, + 109, + 228, + 114, + 184, + 16, + 123, + 171, + 222, + 140, + 67, + 35, + 105, + 114, + 66, + 211, + 163, + 205, + 20, + 151, + 61, + 253, + 226, + 144, + 140, + 42, + 154, + 113, + 188, + 109, + 120, + 182, + 70, + 97, + 0, + 108, + 188, + 150, + 235, + 208, + 126, + 187, + 101, + 93, + 105, + 110, + 1, + 228, + 41, + 214, + 228, + 134, + 128, + 125, + 134, + 147, + 141, + 220, + 250, + 234, + 222, + 46, + 29, + 9, + 255, + 175, + 33, + 245, + 56, + 48, + 120, + 200, + 115, + 184, + 124, + 163, + 45, + 232, + 84, + 79, + 97, + 106, + 186, + 238, + 46, + 194, + 105, + 250, + 119, + 91, + 31, + 223, + 64, + 64, + 116, + 35, + 110, + 214, + 45, + 110, + 171, + 202, + 40, + 254, + 0, + 231, + 183, + 10, + 47, + 133, + 187, + 222, + 10, + 0, + 129, + 89, + 134, + 66, + 129, + 131, + 57, + 78, + 248, + 184, + 22, + 156, + 163, + 139, + 253, + 175, + 217, + 46, + 42, + 112, + 22, + 246, + 73, + 253, + 103, + 97, + 46, + 67, + 193, + 212, + 151, + 165, + 55, + 28, + 102, + 20, + 7, + 187, + 234, + 212, + 11, + 142, + 107, + 94, + 39, + 202, + 71, + 167, + 239, + 130, + 168, + 238, + 153, + 81, + 198, + 4, + 254, + 208, + 5, + 60, + 191, + 66, + 43, + 36, + 25, + 108, + 41, + 229, + 40, + 200, + 71, + 175, + 202, + 85, + 16, + 178, + 148, + 132, + 23, + 97, + 31, + 177, + 84, + 116, + 238, + 168, + 228, + 190, + 40, + 179, + 53, + 156, + 139, + 185, + 54, + 158, + 45, + 174, + 131, + 59, + 157, + 61, + 53, + 215, + 250, + 112, + 93, + 69, + 26, + 197, + 34, + 7, + 222, + 140, + 142, + 176, + 225, + 120, + 1, + 195, + 236, + 47, + 57, + 191, + 37, + 197, + 16, + 110, + 0, + 192, + 58, + 40, + 138, + 115, + 33, + 186, + 250, + 204, + 213, + 206, + 191, + 208, + 78, + 192, + 162, + 128, + 48, + 108, + 148, + 93, + 11, + 76, + 42, + 49, + 173, + 108, + 235, + 95, + 223, + 244, + 51, + 3, + 210, + 171, + 160, + 225, + 177, + 213, + 44, + 35, + 184, + 68, + 190, + 217, + 89, + 64, + 4, + 207, + 137, + 234, + 179, + 3, + 235, + 115, + 155, + 219, + 67, + 109, + 40, + 204, + 10, + 144, + 143, + 233, + 17, + 217, + 136, + 196, + 214, + 227, + 179, + 19, + 154, + 184, + 125, + 117, + 109, + 232, + 31, + 123, + 131, + 209, + 3, + 113, + 145, + 139, + 138, + 229, + 154, + 68, + 204, + 151, + 240, + 160, + 126, + 255, + 211, + 221, + 253, + 121, + 178, + 59, + 192, + 178, + 151, + 186, + 235, + 90, + 37, + 64, + 36, + 96, + 54, + 185, + 72, + 46, + 173, + 19, + 112, + 96, + 106, + 227, + 128, + 123, + 43, + 78, + 127, + 134, + 176, + 51, + 183, + 240, + 44, + 82, + 13, + 7, + 52, + 153, + 109, + 51, + 118, + 126, + 18, + 194, + 232, + 151, + 76, + 80, + 68, + 143, + 85, + 227, + 153, + 203, + 131, + 204, + 244, + 181, + 236, + 110, + 132, + 134, + 193, + 146, + 206, + 23, + 143, + 87, + 109, + 147, + 135, + 135, + 7, + 43, + 12, + 205, + 67, + 48, + 110, + 165, + 18, + 159, + 227, + 117, + 35, + 55, + 88, + 41, + 159, + 55, + 58, + 238, + 33, + 198, + 203, + 53, + 73, + 135, + 119, + 37, + 130, + 184, + 28, + 94, + 54, + 174, + 103, + 102, + 246, + 44, + 111, + 206, + 114, + 242, + 60, + 24, + 166, + 205, + 150, + 166, + 252, + 18, + 2, + 154, + 159, + 67, + 175, + 190, + 94, + 213, + 90, + 202, + 105, + 3, + 211, + 140, + 156, + 13, + 88, + 200, + 247, + 81, + 196, + 15, + 43, + 153, + 140, + 87, + 137, + 144, + 157, + 114, + 43, + 153, + 212, + 80, + 5, + 96, + 112, + 217, + 8, + 32, + 59, + 9, + 132, + 178, + 147, + 64, + 152, + 118, + 176, + 63, + 128, + 182, + 206, + 200, + 37, + 153, + 102, + 241, + 21, + 144, + 178, + 152, + 175, + 104, + 133, + 58, + 183, + 164, + 58, + 250, + 86, + 1, + 83, + 240, + 62, + 249, + 249, + 221, + 30, + 36, + 10, + 216, + 34, + 132, + 8, + 123, + 69, + 234, + 127, + 174, + 192, + 228, + 229, + 141, + 222, + 40, + 102, + 66, + 126, + 252, + 80, + 29, + 107, + 8, + 251, + 43, + 205, + 60, + 131, + 192, + 93, + 72, + 76, + 137, + 54, + 115, + 137, + 115, + 246, + 36, + 33, + 11, + 234, + 75, + 246, + 80, + 95, + 184, + 235, + 241, + 5, + 217, + 122, + 173, + 219, + 125, + 153, + 247, + 149, + 172, + 184, + 65, + 166, + 179, + 198, + 224, + 59, + 53, + 188, + 157, + 90, + 233, + 227, + 140, + 168, + 237, + 101, + 72, + 78, + 145, + 200, + 136, + 224, + 1, + 21, + 122, + 197, + 132, + 52, + 219, + 93, + 93, + 143, + 191, + 206, + 73, + 113, + 245, + 0, + 187, + 55, + 138, + 182, + 112, + 99, + 131, + 219, + 170, + 183, + 68, + 41, + 125, + 115, + 253, + 52, + 210, + 170, + 1, + 105, + 166, + 196, + 17, + 78, + 156, + 144, + 231, + 230, + 152, + 237, + 72, + 34, + 137, + 227, + 27, + 107, + 217, + 156, + 162, + 215, + 13, + 112, + 110, + 4, + 77, + 43, + 2, + 218, + 222, + 7, + 181, + 158, + 194, + 133, + 38, + 217, + 84, + 247, + 85, + 135, + 12, + 233, + 106, + 21, + 181, + 7, + 185, + 70, + 83, + 30, + 215, + 96, + 19, + 214, + 215, + 214, + 43, + 120, + 112, + 113, + 138, + 93, + 77, + 129, + 47, + 233, + 82, + 49, + 19, + 202, + 251, + 191, + 213, + 46, + 26, + 94, + 122, + 128, + 147, + 138, + 224, + 220, + 138, + 2, + 209, + 99, + 112, + 32, + 140, + 77, + 65, + 181, + 100, + 42, + 186, + 78, + 205, + 41, + 31, + 184, + 6, + 135, + 161, + 138, + 134, + 8, + 162, + 121, + 226, + 18, + 117, + 12, + 163, + 39, + 90, + 234, + 152, + 101, + 223, + 151, + 222, + 219, + 211, + 244, + 208, + 61, + 82, + 250, + 93, + 13, + 208, + 7, + 171, + 159, + 82, + 232, + 117, + 81, + 181, + 74, + 150, + 203, + 245, + 83, + 9, + 141, + 6, + 169, + 56, + 172, + 119, + 254, + 3, + 122, + 41, + 111, + 47, + 68, + 43, + 212, + 219, + 79, + 199, + 210, + 254, + 15, + 110, + 209, + 243, + 50, + 137, + 183, + 200, + 243, + 36, + 3, + 123, + 89, + 28, + 84, + 57, + 120, + 149, + 106, + 200, + 32, + 224, + 0, + 122, + 127, + 82, + 1, + 203, + 141, + 220, + 250, + 169, + 161, + 195, + 150, + 203, + 69, + 170, + 122, + 197, + 97, + 244, + 63, + 211, + 91, + 149, + 91, + 144, + 9, + 53, + 209, + 123, + 75, + 124, + 19, + 6, + 189, + 178, + 186, + 92, + 24, + 55, + 242, + 140, + 148, + 172, + 95, + 193, + 197, + 143, + 16, + 49, + 144, + 73, + 170, + 162, + 226, + 114, + 24, + 209, + 12, + 115, + 176, + 188, + 127, + 136, + 247, + 162, + 205, + 120, + 191, + 144, + 184, + 67, + 89, + 182, + 135, + 133, + 69, + 157, + 201, + 24, + 141, + 36, + 13, + 153, + 62, + 66, + 253, + 37, + 175, + 74, + 74, + 41, + 157, + 101, + 209, + 191, + 91, + 152, + 138, + 136, + 31, + 151, + 227, + 182, + 73, + 133, + 23, + 154, + 180, + 127, + 168, + 153, + 247, + 105, + 142, + 110, + 109, + 152, + 69, + 118, + 172, + 14, + 55, + 105, + 25, + 6, + 83, + 2, + 251, + 111, + 46, + 8, + 66, + 68, + 162, + 189, + 164, + 226, + 44, + 130, + 176, + 195, + 26, + 45, + 251, + 67, + 51, + 64, + 246, + 165, + 106, + 165, + 66, + 231, + 66, + 48, + 62, + 163, + 57, + 234, + 156, + 16, + 98, + 242, + 150, + 10, + 219, + 160, + 44, + 255, + 101, + 8, + 175, + 208, + 134, + 197, + 152, + 53, + 45, + 91, + 26, + 32, + 80, + 197, + 142, + 18, + 137, + 6, + 164, + 43, + 254, + 253, + 190, + 185, + 172, + 122, + 212, + 34, + 91, + 54, + 67, + 237, + 181, + 218, + 213, + 210, + 203, + 56, + 217, + 211, + 149, + 102, + 203, + 116, + 142, + 31, + 232, + 1, + 67, + 60, + 19, + 129, + 108, + 96, + 180, + 157, + 56, + 90, + 52, + 204, + 23, + 184, + 66, + 13, + 98, + 172, + 235, + 3, + 192, + 47, + 236, + 226, + 193, + 151, + 4, + 228, + 72, + 142, + 75, + 63, + 28, + 91, + 23, + 27, + 169, + 1, + 176, + 174, + 129, + 100, + 181, + 171, + 98, + 136, + 157, + 119, + 122, + 163, + 253, + 129, + 54, + 192, + 213, + 108, + 247, + 149, + 238, + 186, + 219, + 48, + 88, + 100, + 253, + 146, + 35, + 170, + 195, + 162, + 0, + 29, + 111, + 36, + 4, + 239, + 203, + 202, + 21, + 132, + 203, + 118, + 147, + 43, + 213, + 109, + 8, + 132, + 196, + 149, + 106, + 122, + 80, + 162, + 133, + 181, + 37, + 79, + 180, + 76, + 51, + 13, + 197, + 40, + 69, + 135, + 33, + 44, + 241, + 108, + 40, + 119, + 171, + 12, + 46, + 30, + 150, + 7, + 102, + 31, + 84, + 132, + 67, + 124, + 152, + 180, + 174, + 9, + 184, + 111, + 73, + 243, + 110, + 75, + 99, + 44, + 178, + 126, + 86, + 155, + 53, + 37, + 202, + 2, + 157, + 119, + 163, + 48, + 162, + 137, + 208, + 87, + 156, + 234, + 221, + 158, + 203, + 33, + 207, + 202, + 82, + 74, + 91, + 159, + 163, + 92, + 244, + 115, + 43, + 64, + 19, + 125, + 207, + 184, + 16, + 48, + 7, + 209, + 96, + 96, + 145, + 184, + 92, + 171, + 164, + 129, + 77, + 248, + 165, + 58, + 65, + 20, + 126, + 85, + 17, + 9, + 162, + 253, + 222, + 187, + 171, + 17, + 239, + 41, + 119, + 33, + 88, + 163, + 198, + 153, + 7, + 197, + 155, + 238, + 132, + 65, + 250, + 144, + 124, + 201, + 111, + 144, + 171, + 56, + 29, + 26, + 230, + 146, + 117, + 114, + 48, + 126, + 37, + 87, + 42, + 236, + 14, + 7, + 30, + 157, + 252, + 110, + 76, + 55, + 254, + 77, + 210, + 122, + 121, + 155, + 158, + 48, + 116, + 125, + 102, + 182, + 190, + 34, + 42, + 179, + 94, + 212, + 204, + 241, + 126, + 157, + 176, + 36, + 238, + 22, + 96, + 102, + 9, + 84, + 236, + 4, + 207, + 213, + 163, + 90, + 15, + 166, + 132, + 239, + 64, + 38, + 90, + 140, + 220, + 72, + 58, + 4, + 28, + 32, + 90, + 248, + 128, + 32, + 147, + 64, + 109, + 65, + 56, + 186, + 217, + 123, + 20, + 17, + 235, + 39, + 245, + 80, + 82, + 247, + 72, + 122, + 195, + 49, + 179, + 34, + 5, + 190, + 31, + 211, + 47, + 130, + 113, + 42, + 90, + 19, + 18, + 173, + 213, + 184, + 0, + 151, + 252, + 40, + 28, + 236, + 216, + 233, + 205, + 0, + 151, + 31, + 189, + 147, + 158, + 237, + 232, + 35, + 178, + 33, + 207, + 93, + 132, + 115, + 241, + 141, + 54, + 194, + 218, + 237, + 110, + 167, + 226, + 92, + 170, + 109, + 113, + 68, + 140, + 162, + 125, + 227, + 88, + 53, + 28, + 5, + 27, + 202, + 85, + 77, + 36, + 111, + 192, + 165, + 105, + 161, + 85, + 116, + 172, + 249, + 238, + 145, + 254, + 60, + 33, + 228, + 44, + 210, + 105, + 102, + 114, + 185, + 232, + 246, + 224, + 89, + 35, + 72, + 232, + 9, + 196, + 164, + 51, + 207, + 55, + 243, + 213, + 57, + 187, + 134, + 206, + 199, + 173, + 159, + 189, + 173, + 198, + 238, + 113, + 135, + 87, + 57, + 64, + 117, + 83, + 196, + 160, + 166, + 217, + 237, + 243, + 76, + 251, + 201, + 241, + 72, + 210, + 12, + 159, + 16, + 104, + 209, + 182, + 187, + 200, + 235, + 249, + 213, + 47, + 104, + 75, + 147, + 226, + 151, + 134, + 123, + 228, + 81, + 228, + 22, + 115, + 62, + 179, + 39, + 138, + 119, + 126, + 90, + 0, + 95, + 169, + 0, + 199, + 167, + 84, + 93, + 244, + 1, + 194, + 0, + 184, + 22, + 152, + 221, + 99, + 229, + 170, + 123, + 87, + 227, + 192, + 84, + 172, + 203, + 177, + 51, + 8, + 157, + 57, + 138, + 206, + 96, + 94, + 197, + 64, + 219, + 33, + 1, + 207, + 14, + 202, + 50, + 93, + 192, + 43, + 85, + 211, + 192, + 72, + 251, + 183, + 218, + 227, + 33, + 149, + 52, + 137, + 60, + 157, + 159, + 64, + 129, + 161, + 157, + 196, + 173, + 97, + 115, + 243, + 240, + 203, + 249, + 178, + 168, + 242, + 203, + 24, + 89, + 16, + 185, + 216, + 177, + 19, + 20, + 178, + 76, + 246, + 14, + 49, + 3, + 103, + 199, + 88, + 60, + 201, + 79, + 49, + 31, + 17, + 33, + 74, + 153, + 231, + 47, + 122, + 85, + 22, + 20, + 187, + 200, + 145, + 131, + 71, + 230, + 125, + 18, + 4, + 74, + 240, + 252, + 9, + 215, + 63, + 143, + 234, + 73, + 147, + 208, + 178, + 185, + 180, + 208, + 69, + 127, + 213, + 134, + 95, + 67, + 14, + 132, + 230, + 179, + 120, + 195, + 233, + 232, + 113, + 107, + 104, + 215, + 111, + 84, + 13, + 246, + 117, + 89, + 155, + 71, + 219, + 166, + 233, + 228, + 165, + 125, + 94, + 146, + 176, + 90, + 67, + 131, + 141, + 8, + 184, + 184, + 1, + 134, + 54, + 83, + 166, + 244, + 187, + 188, + 209, + 243, + 201, + 90, + 112, + 249, + 183, + 188, + 144, + 242, + 245, + 24, + 58, + 17, + 57, + 23, + 151, + 178, + 225, + 215, + 246, + 132, + 148, + 235, + 228, + 180, + 238, + 161, + 34, + 8, + 226, + 87, + 7, + 185, + 139, + 148, + 37, + 153, + 253, + 127, + 191, + 55, + 1, + 58, + 194, + 155, + 8, + 174, + 104, + 18, + 210, + 145, + 197, + 85, + 20, + 195, + 216, + 105, + 203, + 119, + 90, + 24, + 230, + 159, + 13, + 62, + 101, + 132, + 226, + 239, + 69, + 108, + 207, + 101, + 154, + 222, + 59, + 213, + 126, + 23, + 139, + 53, + 232, + 240, + 155, + 4, + 143, + 56, + 156, + 192, + 190, + 70, + 84, + 99, + 176, + 34, + 149, + 236, + 199, + 163, + 251, + 253, + 5, + 98, + 238, + 42, + 249, + 246, + 123, + 48, + 35, + 48, + 81, + 123, + 175, + 231, + 220, + 78, + 213, + 110, + 116, + 5, + 66, + 9, + 207, + 27, + 165, + 158, + 117, + 72, + 18, + 225, + 62, + 118, + 43, + 113, + 193, + 57, + 173, + 32, + 33, + 217, + 177, + 16, + 81, + 16, + 93, + 154, + 212, + 84, + 6, + 82, + 58, + 69, + 208, + 142, + 242, + 184, + 22, + 164, + 159, + 246, + 74, + 132, + 247, + 178, + 158, + 85, + 180, + 244, + 106, + 121, + 211, + 234, + 76, + 74, + 40, + 196, + 116, + 183, + 112, + 139, + 254, + 210, + 63, + 178, + 220, + 116, + 39, + 94, + 98, + 60, + 147, + 47, + 124, + 131, + 166, + 27, + 16, + 4, + 19, + 227, + 219, + 35, + 14, + 111, + 201, + 35, + 88, + 36, + 14, + 212, + 184, + 206, + 33, + 0, + 35, + 127, + 182, + 210, + 168, + 249, + 119, + 36, + 106, + 124, + 198, + 194, + 19, + 44, + 158, + 59, + 11, + 229, + 24, + 194, + 80, + 199, + 23, + 216, + 244, + 186, + 16, + 255, + 128, + 105, + 221, + 119, + 208, + 230, + 21, + 61, + 116, + 28, + 81, + 168, + 161, + 139, + 12, + 178, + 119, + 59, + 103, + 36, + 30, + 55, + 194, + 83, + 175, + 6, + 213, + 123, + 252, + 41, + 199, + 132, + 123, + 92, + 175, + 85, + 71, + 19, + 232, + 149, + 30, + 24, + 213, + 24, + 95, + 141, + 31, + 56, + 239, + 67, + 80, + 107, + 49, + 143, + 164, + 122, + 128, + 247, + 39, + 22, + 24, + 253, + 130, + 133, + 54, + 150, + 62, + 89, + 44, + 64, + 184, + 31, + 109, + 245, + 90, + 59, + 114, + 65, + 223, + 58, + 104, + 70, + 98, + 169, + 15, + 90, + 162, + 152, + 4, + 41, + 80, + 140, + 16, + 120, + 208, + 177, + 148, + 156, + 172, + 144, + 41, + 112, + 199, + 109, + 92, + 58, + 129, + 6, + 108, + 190, + 254, + 105, + 110, + 20, + 190, + 169, + 83, + 185, + 47, + 153, + 190, + 216, + 160, + 215, + 21, + 226, + 209, + 34, + 245, + 207, + 119, + 104, + 214, + 76, + 40, + 121, + 9, + 253, + 158, + 79, + 81, + 94, + 42, + 57, + 125, + 246, + 153, + 50, + 133, + 10, + 9, + 215, + 75, + 115, + 235, + 74, + 1, + 48, + 46, + 70, + 16, + 11, + 35, + 204, + 132, + 166, + 137, + 24, + 246, + 186, + 154, + 246, + 110, + 70, + 224, + 10, + 5, + 81, + 194, + 170, + 41, + 133, + 136, + 18, + 173, + 192, + 221, + 110, + 42, + 135, + 167, + 134, + 69, + 103, + 58, + 50, + 129, + 176, + 16, + 70, + 150, + 59, + 195, + 27, + 195, + 64, + 163, + 53, + 169, + 42, + 30, + 4, + 171, + 170, + 116, + 50, + 198, + 127, + 164, + 40, + 184, + 22, + 118, + 36, + 235, + 179, + 202, + 9, + 227, + 77, + 173, + 103, + 113, + 218, + 230, + 206, + 87, + 153, + 240, + 61, + 3, + 212, + 84, + 251, + 234, + 160, + 60, + 145, + 20, + 199, + 71, + 190, + 198, + 241, + 78, + 126, + 187, + 142, + 176, + 149, + 183, + 163, + 119, + 21, + 200, + 125, + 107, + 68, + 150, + 87, + 249, + 252, + 232, + 165, + 184, + 179, + 59, + 201, + 34, + 53, + 96, + 155, + 63, + 167, + 158, + 6, + 184, + 31, + 120, + 43, + 188, + 254, + 245, + 231, + 4, + 67, + 244, + 42, + 77, + 91, + 25, + 78, + 45, + 29, + 24, + 73, + 218, + 20, + 25, + 125, + 56, + 219, + 226, + 45, + 79, + 228, + 206, + 142, + 219, + 17, + 145, + 138, + 25, + 104, + 242, + 207, + 108, + 132, + 6, + 47, + 87, + 84, + 34, + 67, + 230, + 193, + 196, + 52, + 15, + 50, + 107, + 51, + 216, + 130, + 31, + 0, + 96, + 121, + 41, + 131, + 6, + 66, + 150, + 142, + 171, + 215, + 190, + 236, + 151, + 250, + 244, + 47, + 51, + 233, + 236, + 205, + 99, + 116, + 152, + 184, + 125, + 179, + 20, + 20, + 87, + 210, + 27, + 78, + 93, + 88, + 130, + 71, + 123, + 135, + 87, + 239, + 39, + 99, + 8, + 87, + 24, + 25, + 116, + 42, + 241, + 58, + 69, + 245, + 42, + 18, + 116, + 200, + 235, + 72, + 238, + 100, + 45, + 56, + 235, + 122, + 65, + 29, + 189, + 81, + 20, + 228, + 89, + 129, + 56, + 179, + 8, + 239, + 133, + 111, + 106, + 60, + 137, + 111, + 244, + 47, + 172, + 124, + 112, + 101, + 35, + 0, + 172, + 43, + 84, + 238, + 112, + 16, + 83, + 173, + 83, + 55, + 171, + 195, + 63, + 172, + 231, + 39, + 232, + 179, + 113, + 53, + 99, + 186, + 184, + 116, + 237, + 200, + 121, + 168, + 105, + 27, + 3, + 20, + 252, + 254, + 174, + 190, + 19, + 232, + 162, + 222, + 189, + 177, + 81, + 142, + 25, + 127, + 69, + 126, + 92, + 242, + 57, + 196, + 3, + 155, + 207, + 135, + 189, + 207, + 134, + 251, + 111, + 59, + 149, + 195, + 11, + 68, + 127, + 160, + 96, + 143, + 73, + 231, + 203, + 149, + 71, + 83, + 175, + 115, + 187, + 36, + 235, + 51, + 91, + 194, + 218, + 96, + 151, + 246, + 239, + 109, + 161, + 137, + 40, + 180, + 69, + 6, + 33, + 22, + 254, + 179, + 12, + 46, + 51, + 111, + 102, + 234, + 224, + 101, + 77, + 99, + 12, + 166, + 252, + 211, + 118, + 155, + 105, + 79, + 100, + 229, + 177, + 130, + 184, + 16, + 90, + 237, + 222, + 64, + 233, + 3, + 38, + 34, + 19, + 38, + 189, + 251, + 191, + 249, + 146, + 244, + 155, + 210, + 132, + 214, + 42, + 101, + 7, + 35, + 27, + 144, + 15, + 81, + 214, + 158, + 195, + 231, + 157, + 25, + 180, + 108, + 185, + 70, + 180, + 196, + 49, + 194, + 181, + 198, + 85, + 207, + 124, + 255, + 198, + 134, + 55, + 166, + 59, + 233, + 206, + 14, + 36, + 247, + 0, + 214, + 205, + 158, + 163, + 115, + 237, + 241, + 35, + 121, + 201, + 110, + 141, + 82, + 189, + 8, + 185, + 101, + 128, + 4, + 84, + 148, + 142, + 9, + 239, + 166, + 70, + 216, + 13, + 139, + 245, + 0, + 5, + 58, + 56, + 107, + 215, + 253, + 170, + 145, + 76, + 32, + 87, + 116, + 46, + 108, + 110, + 214, + 143, + 75, + 196, + 116, + 243, + 55, + 47, + 113, + 5, + 142, + 45, + 251, + 204, + 27, + 78, + 73, + 117, + 105, + 20, + 80, + 227, + 74, + 244, + 119, + 189, + 236, + 203, + 226, + 214, + 168, + 28, + 124, + 144, + 161, + 215, + 171, + 253, + 229, + 140, + 3, + 119, + 208, + 60, + 221, + 101, + 4, + 243, + 7, + 194, + 130, + 15, + 240, + 168, + 184, + 180, + 220, + 24, + 160, + 85, + 135, + 106, + 48, + 226, + 173, + 38, + 232, + 158, + 31, + 20, + 3, + 132, + 86, + 12, + 114, + 122, + 231, + 247, + 198, + 133, + 85, + 129, + 243, + 72, + 212, + 230, + 130, + 16, + 214, + 194, + 56, + 42, + 148, + 230, + 244, + 198, + 40, + 236, + 228, + 146, + 85, + 130, + 133, + 92, + 76, + 180, + 56, + 221, + 179, + 252, + 135, + 132, + 178, + 233, + 29, + 192, + 6, + 250, + 197, + 85, + 59, + 86, + 112, + 221, + 124, + 9, + 217, + 160, + 189, + 234, + 66, + 217, + 241, + 120, + 9, + 164, + 202, + 191, + 129, + 153, + 123, + 45, + 125, + 93, + 108, + 216, + 5, + 110, + 34, + 87, + 238, + 155, + 31, + 145, + 163, + 88, + 250, + 219, + 163, + 88, + 242, + 157, + 35, + 172, + 255, + 35, + 184, + 41, + 235, + 135, + 124, + 52, + 23, + 171, + 77, + 19, + 48, + 104, + 100, + 15, + 13, + 219, + 124, + 52, + 135, + 147, + 96, + 21, + 122, + 221, + 52, + 105, + 231, + 57, + 0, + 171, + 32, + 63, + 155, + 43, + 139, + 48, + 118, + 17, + 13, + 61, + 12, + 7, + 5, + 151, + 132, + 196, + 10, + 167, + 9, + 184, + 173, + 88, + 190, + 126, + 128, + 15, + 50, + 168, + 154, + 190, + 99, + 65, + 68, + 211, + 134, + 0, + 31, + 235, + 211, + 3, + 238, + 32, + 154, + 239, + 182, + 95, + 34, + 108, + 209, + 49, + 227, + 159, + 251, + 13, + 155, + 56, + 39, + 31, + 183, + 196, + 117, + 224, + 39, + 34, + 243, + 50, + 245, + 122, + 59, + 197, + 81, + 130, + 17, + 138, + 120, + 68, + 11, + 250, + 157, + 232, + 17, + 232, + 235, + 151, + 53, + 53, + 90, + 161, + 110, + 93, + 210, + 247, + 117, + 76, + 146, + 3, + 230, + 184, + 138, + 116, + 34, + 192, + 102, + 91, + 95, + 228, + 211, + 51, + 73, + 230, + 125, + 141, + 87, + 126, + 196, + 13, + 16, + 140, + 192, + 96, + 14, + 198, + 47, + 76, + 6, + 249, + 107, + 242, + 227, + 243, + 85, + 231, + 68, + 241, + 248, + 112, + 184, + 65, + 56, + 64, + 221, + 247, + 85, + 241, + 21, + 186, + 187, + 157, + 155, + 81, + 90, + 176, + 29, + 164, + 198, + 122, + 180, + 78, + 90, + 38, + 165, + 150, + 148, + 202, + 69, + 87, + 19, + 225, + 214, + 66, + 69, + 96, + 181, + 168, + 190, + 74, + 97, + 103, + 39, + 131, + 184, + 173, + 68, + 214, + 211, + 61, + 227, + 62, + 66, + 48, + 237, + 113, + 107, + 113, + 160, + 248, + 71, + 206, + 206, + 168, + 146, + 192, + 84, + 130, + 91, + 183, + 75, + 60, + 95, + 39, + 33, + 49, + 236, + 210, + 180, + 93, + 25, + 14, + 143, + 20, + 244, + 184, + 216, + 242, + 95, + 76, + 51, + 180, + 78, + 42, + 11, + 142, + 122, + 223, + 124, + 124, + 105, + 73, + 32, + 14, + 213, + 156, + 167, + 119, + 234, + 127, + 157, + 128, + 32, + 241, + 72, + 201, + 187, + 198, + 177, + 182, + 123, + 29, + 122, + 165, + 170, + 44, + 241, + 125, + 148, + 55, + 122, + 165, + 103, + 140, + 59, + 64, + 172, + 159, + 107, + 38, + 243, + 5, + 90, + 231, + 41, + 46, + 166, + 72, + 129, + 226, + 63, + 119, + 209, + 152, + 41, + 137, + 192, + 81, + 145, + 153, + 133, + 243, + 148, + 139, + 108, + 108, + 55, + 203, + 227, + 115, + 176, + 195, + 48, + 50, + 251, + 23, + 170, + 215, + 185, + 77, + 180, + 117, + 156, + 80, + 33, + 35, + 198, + 103, + 151, + 116, + 139, + 254, + 0, + 181, + 89, + 64, + 40, + 185, + 87, + 92, + 2, + 127, + 128, + 153, + 161, + 184, + 130, + 107, + 181, + 15, + 151, + 229, + 194, + 114, + 211, + 219, + 33, + 208, + 133, + 89, + 238, + 204, + 124, + 49, + 242, + 19, + 43, + 187, + 26, + 181, + 44, + 242, + 199, + 155, + 16, + 218, + 48, + 194, + 212, + 149, + 203, + 164, + 63, + 135, + 137, + 91, + 111, + 46, + 6, + 94, + 226, + 142, + 6, + 214, + 197, + 112, + 125, + 12, + 8, + 7, + 87, + 27, + 39, + 5, + 202, + 71, + 98, + 227, + 243, + 9, + 7, + 98, + 59, + 142, + 103, + 52, + 109, + 63, + 158, + 199, + 235, + 66, + 221, + 208, + 136, + 93, + 105, + 4, + 10, + 136, + 4, + 190, + 25, + 56, + 103, + 177, + 126, + 41, + 225, + 183, + 130, + 254, + 77, + 82, + 156, + 42, + 138, + 7, + 242, + 106, + 96, + 168, + 7, + 45, + 8, + 19, + 159, + 223, + 92, + 76, + 166, + 9, + 58, + 240, + 117, + 251, + 122, + 189, + 215, + 9, + 38, + 25, + 77, + 195, + 74, + 243, + 60, + 42, + 229, + 7, + 41, + 167, + 20, + 172, + 240, + 220, + 47, + 236, + 153, + 128, + 63, + 182, + 161, + 8, + 209, + 12, + 210, + 155, + 43, + 104, + 68, + 36, + 43, + 81, + 220, + 239, + 184, + 136, + 168, + 137, + 171, + 244, + 55, + 195, + 247, + 130, + 201, + 80, + 4, + 216, + 72, + 192, + 110, + 31, + 38, + 96, + 142, + 117, + 211, + 238, + 252, + 95, + 113, + 59, + 78, + 212, + 41, + 8, + 68, + 42, + 176, + 160, + 175, + 71, + 224, + 134, + 209, + 121, + 98, + 145, + 158, + 34, + 216, + 113, + 140, + 77, + 176, + 234, + 133, + 156, + 182, + 159, + 150, + 98, + 246, + 103, + 145, + 74, + 64, + 1, + 202, + 217, + 171, + 4, + 11, + 252, + 109, + 57, + 6, + 115, + 136, + 180, + 147, + 89, + 252, + 115, + 29, + 55, + 173, + 232, + 1, + 64, + 213, + 202, + 12, + 162, + 208, + 78, + 200, + 42, + 183, + 179, + 152, + 11, + 3, + 195, + 29, + 58, + 59, + 109, + 43, + 127, + 165, + 15, + 135, + 70, + 140, + 87, + 32, + 193, + 215, + 52, + 236, + 218, + 178, + 207, + 150, + 103, + 59, + 50, + 226, + 227, + 125, + 175, + 56, + 144, + 113, + 151, + 40, + 135, + 197, + 47, + 125, + 30, + 190, + 82, + 219, + 124, + 137, + 106, + 194, + 158, + 102, + 85, + 16, + 249, + 203, + 147, + 172, + 120, + 8, + 16, + 92, + 138, + 240, + 194, + 239, + 184, + 172, + 155, + 213, + 48, + 169, + 74, + 236, + 96, + 90, + 190, + 42, + 194, + 203, + 68, + 158, + 153, + 103, + 87, + 128, + 90, + 52, + 164, + 84, + 249, + 138, + 153, + 30, + 143, + 6, + 177, + 69, + 202, + 186, + 225, + 146, + 195, + 110, + 22, + 146, + 112, + 103, + 201, + 173, + 66, + 49, + 125, + 100, + 117, + 101, + 31, + 238, + 110, + 1, + 153, + 218, + 180, + 170, + 201, + 63, + 107, + 28, + 241, + 202, + 242, + 85, + 145, + 32, + 35, + 198, + 65, + 225, + 226, + 217, + 175, + 230, + 228, + 25, + 195, + 155, + 150, + 82, + 166, + 175, + 20, + 130, + 72, + 226, + 176, + 16, + 234, + 128, + 130, + 251, + 0, + 108, + 248, + 118, + 75, + 142, + 50, + 45, + 145, + 228, + 164, + 30, + 80, + 230, + 21, + 31, + 251, + 125, + 149, + 7, + 108, + 60, + 23, + 133, + 175, + 37, + 215, + 76, + 116, + 176, + 81, + 177, + 152, + 221, + 202, + 0, + 149, + 64, + 2, + 92, + 145, + 51, + 51, + 94, + 35, + 12, + 86, + 122, + 231, + 39, + 83, + 5, + 110, + 73, + 141, + 24, + 187, + 68, + 152, + 122, + 169, + 49, + 83, + 56, + 157, + 255, + 85, + 184, + 156, + 88, + 8, + 181, + 218, + 24, + 101, + 58, + 245, + 45, + 207, + 147, + 38, + 200, + 166, + 220, + 163, + 147, + 221, + 28, + 78, + 173, + 27, + 87, + 14, + 240, + 93, + 190, + 172, + 254, + 152, + 69, + 128, + 28, + 30, + 79, + 157, + 67, + 151, + 221, + 82, + 151, + 73, + 160, + 250, + 162, + 228, + 57, + 54, + 150, + 255, + 181, + 214, + 57, + 106, + 52, + 116, + 27, + 111, + 77, + 232, + 242, + 65, + 81, + 217, + 233, + 226, + 200, + 19, + 14, + 35, + 118, + 129, + 255, + 12, + 123, + 175, + 142, + 79, + 42, + 178, + 107, + 52, + 142, + 144, + 172, + 44, + 182, + 43, + 71, + 35, + 217, + 122, + 234, + 102, + 226, + 0, + 205, + 104, + 95, + 179, + 197, + 180, + 232, + 120, + 135, + 213, + 25, + 248, + 255, + 193, + 71, + 42, + 192, + 121, + 40, + 59, + 137, + 167, + 235, + 159, + 35, + 122, + 56, + 177, + 222, + 238, + 126, + 95, + 87, + 252, + 175, + 130, + 228, + 116, + 24, + 100, + 216, + 124, + 241, + 114, + 212, + 133, + 91, + 4, + 126, + 227, + 130, + 20, + 63, + 137, + 244, + 4, + 168, + 36, + 231, + 53, + 146, + 87, + 183 + ], + "expectedReplyTypes": [] + }, + { + "text": null, + "binary": [ + 79, + 103, + 103, + 83, + 0, + 0, + 192, + 147, + 21, + 0, + 0, + 0, + 0, + 0, + 51, + 155, + 33, + 2, + 7, + 0, + 0, + 0, + 141, + 244, + 68, + 41, + 26, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 159, + 158, + 152, + 153, + 150, + 160, + 168, + 164, + 163, + 184, + 153, + 130, + 60, + 92, + 31, + 174, + 151, + 108, + 3, + 194, + 239, + 66, + 227, + 188, + 199, + 69, + 161, + 245, + 184, + 63, + 123, + 29, + 161, + 115, + 88, + 171, + 130, + 139, + 119, + 186, + 254, + 202, + 38, + 69, + 180, + 61, + 188, + 71, + 199, + 107, + 237, + 209, + 51, + 143, + 108, + 16, + 215, + 233, + 240, + 174, + 93, + 79, + 121, + 52, + 8, + 58, + 57, + 19, + 74, + 35, + 130, + 227, + 251, + 239, + 119, + 45, + 101, + 116, + 253, + 86, + 57, + 226, + 59, + 200, + 216, + 140, + 120, + 47, + 179, + 108, + 112, + 149, + 157, + 235, + 171, + 233, + 123, + 2, + 96, + 83, + 113, + 38, + 68, + 143, + 57, + 66, + 87, + 182, + 136, + 83, + 102, + 53, + 162, + 119, + 150, + 225, + 215, + 99, + 239, + 221, + 46, + 255, + 117, + 4, + 135, + 120, + 196, + 124, + 130, + 150, + 130, + 153, + 21, + 180, + 118, + 78, + 242, + 147, + 129, + 199, + 235, + 168, + 250, + 171, + 148, + 4, + 124, + 164, + 92, + 137, + 97, + 160, + 209, + 218, + 171, + 250, + 251, + 142, + 143, + 1, + 162, + 34, + 100, + 91, + 100, + 109, + 235, + 110, + 252, + 118, + 184, + 154, + 141, + 62, + 208, + 114, + 75, + 179, + 255, + 127, + 17, + 67, + 157, + 193, + 195, + 92, + 33, + 123, + 75, + 248, + 120, + 36, + 76, + 58, + 101, + 143, + 250, + 31, + 85, + 101, + 242, + 100, + 150, + 142, + 225, + 7, + 122, + 101, + 130, + 192, + 245, + 191, + 126, + 172, + 10, + 209, + 35, + 142, + 53, + 217, + 166, + 162, + 149, + 100, + 15, + 125, + 180, + 230, + 187, + 1, + 103, + 211, + 196, + 26, + 113, + 163, + 49, + 212, + 218, + 17, + 66, + 210, + 215, + 211, + 51, + 19, + 248, + 102, + 43, + 73, + 114, + 66, + 30, + 132, + 177, + 153, + 25, + 126, + 154, + 239, + 231, + 62, + 204, + 3, + 199, + 129, + 61, + 215, + 49, + 150, + 148, + 56, + 160, + 237, + 42, + 252, + 254, + 214, + 224, + 72, + 177, + 252, + 209, + 10, + 85, + 242, + 151, + 67, + 114, + 201, + 219, + 110, + 152, + 209, + 184, + 148, + 39, + 16, + 235, + 238, + 172, + 66, + 26, + 55, + 8, + 53, + 209, + 236, + 176, + 87, + 151, + 84, + 227, + 108, + 14, + 57, + 108, + 149, + 254, + 242, + 239, + 16, + 119, + 170, + 140, + 209, + 109, + 210, + 50, + 253, + 183, + 184, + 154, + 238, + 83, + 119, + 57, + 164, + 86, + 47, + 80, + 171, + 152, + 88, + 241, + 243, + 164, + 195, + 178, + 237, + 112, + 97, + 97, + 93, + 248, + 192, + 114, + 186, + 250, + 46, + 17, + 112, + 174, + 161, + 16, + 127, + 168, + 164, + 104, + 252, + 208, + 18, + 200, + 199, + 94, + 163, + 133, + 87, + 194, + 195, + 81, + 197, + 139, + 8, + 111, + 240, + 33, + 53, + 48, + 22, + 78, + 113, + 120, + 69, + 140, + 235, + 13, + 195, + 238, + 144, + 246, + 83, + 66, + 152, + 167, + 127, + 185, + 25, + 123, + 251, + 30, + 9, + 211, + 138, + 4, + 122, + 155, + 174, + 11, + 93, + 4, + 77, + 148, + 16, + 10, + 11, + 55, + 218, + 125, + 117, + 194, + 65, + 121, + 67, + 125, + 146, + 4, + 154, + 112, + 105, + 40, + 61, + 128, + 54, + 121, + 39, + 207, + 130, + 184, + 136, + 212, + 179, + 248, + 2, + 213, + 216, + 123, + 213, + 242, + 10, + 233, + 218, + 189, + 168, + 175, + 78, + 75, + 156, + 234, + 144, + 184, + 251, + 70, + 215, + 88, + 24, + 158, + 190, + 75, + 116, + 92, + 161, + 52, + 163, + 149, + 138, + 198, + 27, + 194, + 215, + 74, + 118, + 184, + 152, + 6, + 239, + 162, + 107, + 76, + 59, + 62, + 211, + 158, + 37, + 147, + 225, + 71, + 95, + 173, + 17, + 20, + 216, + 164, + 115, + 99, + 198, + 46, + 178, + 206, + 103, + 22, + 17, + 222, + 249, + 133, + 245, + 185, + 243, + 233, + 126, + 24, + 124, + 222, + 7, + 88, + 35, + 82, + 55, + 58, + 120, + 74, + 125, + 174, + 200, + 0, + 87, + 4, + 59, + 133, + 133, + 53, + 114, + 126, + 47, + 35, + 207, + 48, + 240, + 9, + 83, + 224, + 56, + 70, + 24, + 235, + 111, + 233, + 40, + 77, + 212, + 164, + 159, + 226, + 68, + 176, + 75, + 63, + 236, + 153, + 217, + 252, + 62, + 246, + 153, + 102, + 62, + 127, + 147, + 155, + 140, + 213, + 196, + 160, + 187, + 140, + 246, + 167, + 255, + 114, + 183, + 174, + 91, + 118, + 98, + 51, + 232, + 152, + 55, + 222, + 254, + 139, + 26, + 0, + 204, + 126, + 60, + 104, + 198, + 29, + 1, + 211, + 134, + 218, + 32, + 79, + 108, + 25, + 143, + 137, + 97, + 141, + 117, + 174, + 222, + 145, + 39, + 68, + 116, + 192, + 156, + 70, + 177, + 215, + 239, + 100, + 36, + 13, + 31, + 101, + 152, + 237, + 76, + 118, + 184, + 154, + 38, + 232, + 201, + 171, + 222, + 128, + 228, + 155, + 158, + 113, + 11, + 179, + 254, + 7, + 164, + 50, + 243, + 246, + 216, + 171, + 124, + 162, + 239, + 147, + 166, + 14, + 200, + 133, + 248, + 5, + 16, + 145, + 34, + 195, + 104, + 192, + 125, + 134, + 35, + 27, + 184, + 147, + 255, + 84, + 162, + 89, + 15, + 17, + 134, + 61, + 66, + 97, + 216, + 78, + 230, + 108, + 102, + 6, + 170, + 33, + 213, + 178, + 190, + 145, + 145, + 189, + 76, + 203, + 54, + 5, + 208, + 30, + 183, + 232, + 119, + 38, + 233, + 145, + 232, + 33, + 61, + 253, + 171, + 73, + 233, + 151, + 180, + 160, + 232, + 156, + 169, + 168, + 70, + 173, + 239, + 119, + 49, + 157, + 4, + 203, + 163, + 69, + 147, + 99, + 204, + 69, + 199, + 219, + 95, + 140, + 192, + 53, + 198, + 199, + 239, + 12, + 217, + 222, + 54, + 97, + 37, + 33, + 81, + 108, + 247, + 199, + 195, + 214, + 43, + 2, + 226, + 21, + 221, + 254, + 136, + 75, + 5, + 89, + 138, + 240, + 202, + 64, + 193, + 155, + 194, + 235, + 235, + 246, + 85, + 86, + 143, + 71, + 99, + 248, + 108, + 57, + 57, + 102, + 150, + 184, + 150, + 32, + 236, + 6, + 195, + 155, + 29, + 81, + 55, + 43, + 109, + 115, + 248, + 132, + 81, + 70, + 122, + 137, + 15, + 253, + 218, + 218, + 251, + 75, + 242, + 106, + 0, + 159, + 124, + 49, + 188, + 59, + 199, + 16, + 154, + 188, + 158, + 139, + 120, + 211, + 32, + 76, + 157, + 97, + 92, + 210, + 44, + 239, + 14, + 175, + 194, + 214, + 6, + 182, + 182, + 202, + 238, + 205, + 156, + 49, + 83, + 225, + 233, + 31, + 149, + 28, + 8, + 244, + 153, + 186, + 19, + 113, + 164, + 109, + 214, + 190, + 217, + 28, + 35, + 35, + 31, + 30, + 149, + 105, + 166, + 36, + 118, + 127, + 0, + 247, + 33, + 116, + 237, + 230, + 54, + 186, + 54, + 137, + 89, + 39, + 200, + 32, + 199, + 160, + 216, + 105, + 221, + 196, + 16, + 2, + 108, + 179, + 92, + 192, + 195, + 135, + 244, + 91, + 114, + 110, + 214, + 22, + 177, + 27, + 75, + 79, + 98, + 253, + 28, + 181, + 16, + 252, + 26, + 216, + 126, + 205, + 113, + 158, + 91, + 81, + 15, + 233, + 103, + 116, + 185, + 137, + 37, + 124, + 82, + 25, + 53, + 87, + 57, + 244, + 215, + 241, + 139, + 80, + 248, + 151, + 184, + 36, + 69, + 160, + 194, + 195, + 165, + 219, + 88, + 189, + 163, + 177, + 149, + 58, + 124, + 214, + 177, + 179, + 232, + 19, + 66, + 136, + 45, + 53, + 0, + 11, + 49, + 83, + 169, + 46, + 145, + 191, + 255, + 43, + 78, + 166, + 35, + 250, + 241, + 175, + 168, + 40, + 92, + 62, + 30, + 40, + 17, + 84, + 103, + 159, + 28, + 84, + 249, + 46, + 115, + 224, + 3, + 243, + 123, + 171, + 36, + 194, + 253, + 202, + 139, + 98, + 116, + 145, + 4, + 74, + 115, + 141, + 132, + 74, + 166, + 192, + 2, + 236, + 87, + 132, + 160, + 172, + 44, + 197, + 155, + 162, + 135, + 214, + 126, + 4, + 237, + 18, + 54, + 121, + 136, + 83, + 47, + 178, + 40, + 86, + 5, + 118, + 241, + 77, + 191, + 44, + 207, + 206, + 223, + 159, + 149, + 193, + 178, + 85, + 20, + 154, + 131, + 144, + 183, + 61, + 223, + 234, + 159, + 31, + 53, + 86, + 145, + 253, + 138, + 18, + 231, + 200, + 114, + 137, + 205, + 107, + 20, + 107, + 219, + 64, + 76, + 111, + 93, + 144, + 58, + 111, + 107, + 33, + 174, + 128, + 235, + 107, + 66, + 242, + 145, + 32, + 208, + 7, + 161, + 187, + 91, + 184, + 30, + 252, + 7, + 97, + 229, + 52, + 191, + 150, + 144, + 99, + 230, + 241, + 37, + 32, + 162, + 100, + 139, + 149, + 119, + 92, + 172, + 75, + 232, + 160, + 85, + 106, + 250, + 123, + 200, + 169, + 154, + 185, + 204, + 244, + 160, + 113, + 238, + 140, + 5, + 31, + 175, + 193, + 137, + 26, + 55, + 144, + 238, + 65, + 90, + 158, + 77, + 125, + 218, + 163, + 194, + 215, + 207, + 140, + 167, + 125, + 235, + 145, + 119, + 10, + 110, + 126, + 71, + 25, + 245, + 16, + 8, + 153, + 97, + 250, + 102, + 155, + 149, + 69, + 45, + 166, + 68, + 212, + 196, + 223, + 45, + 72, + 183, + 229, + 219, + 166, + 12, + 65, + 180, + 244, + 44, + 52, + 5, + 240, + 126, + 22, + 38, + 224, + 86, + 68, + 27, + 59, + 111, + 99, + 206, + 237, + 69, + 176, + 177, + 29, + 118, + 78, + 83, + 123, + 210, + 143, + 147, + 50, + 44, + 183, + 231, + 229, + 92, + 225, + 115, + 13, + 221, + 11, + 249, + 118, + 153, + 123, + 160, + 215, + 171, + 126, + 201, + 198, + 130, + 199, + 171, + 126, + 152, + 152, + 91, + 232, + 119, + 97, + 208, + 86, + 186, + 166, + 109, + 181, + 142, + 25, + 184, + 123, + 31, + 166, + 148, + 112, + 13, + 187, + 156, + 6, + 34, + 189, + 219, + 147, + 39, + 202, + 135, + 25, + 83, + 195, + 15, + 123, + 136, + 151, + 90, + 72, + 102, + 151, + 103, + 58, + 113, + 177, + 189, + 151, + 140, + 200, + 100, + 183, + 142, + 76, + 113, + 199, + 56, + 28, + 124, + 34, + 164, + 237, + 124, + 115, + 62, + 127, + 94, + 18, + 15, + 227, + 16, + 46, + 110, + 202, + 199, + 162, + 23, + 188, + 235, + 188, + 182, + 119, + 154, + 68, + 116, + 155, + 216, + 82, + 96, + 105, + 225, + 62, + 209, + 191, + 132, + 187, + 133, + 28, + 110, + 9, + 125, + 79, + 71, + 100, + 172, + 158, + 239, + 85, + 3, + 93, + 32, + 15, + 13, + 81, + 116, + 58, + 202, + 127, + 25, + 253, + 231, + 88, + 230, + 160, + 200, + 78, + 201, + 98, + 183, + 98, + 78, + 98, + 210, + 237, + 169, + 57, + 205, + 59, + 27, + 153, + 69, + 180, + 183, + 212, + 199, + 220, + 122, + 152, + 70, + 39, + 29, + 175, + 191, + 92, + 41, + 120, + 37, + 246, + 32, + 192, + 230, + 141, + 90, + 110, + 31, + 196, + 18, + 60, + 123, + 200, + 110, + 179, + 251, + 132, + 91, + 184, + 100, + 124, + 131, + 103, + 223, + 141, + 167, + 54, + 8, + 140, + 102, + 50, + 95, + 236, + 243, + 55, + 61, + 97, + 104, + 73, + 47, + 31, + 20, + 84, + 194, + 238, + 117, + 255, + 145, + 127, + 169, + 219, + 240, + 4, + 240, + 203, + 45, + 138, + 224, + 211, + 127, + 175, + 33, + 56, + 190, + 212, + 103, + 237, + 107, + 65, + 53, + 58, + 5, + 31, + 141, + 234, + 193, + 10, + 116, + 92, + 17, + 244, + 90, + 182, + 17, + 154, + 103, + 104, + 108, + 97, + 94, + 190, + 177, + 102, + 213, + 180, + 163, + 187, + 167, + 177, + 5, + 51, + 165, + 91, + 166, + 39, + 67, + 94, + 56, + 159, + 156, + 9, + 180, + 86, + 47, + 115, + 169, + 223, + 26, + 173, + 39, + 118, + 136, + 4, + 1, + 22, + 189, + 8, + 21, + 198, + 23, + 196, + 243, + 68, + 183, + 169, + 219, + 162, + 75, + 193, + 119, + 123, + 101, + 132, + 61, + 65, + 131, + 97, + 132, + 189, + 186, + 243, + 49, + 35, + 163, + 67, + 156, + 130, + 27, + 109, + 157, + 251, + 99, + 142, + 151, + 75, + 90, + 166, + 116, + 202, + 90, + 58, + 145, + 101, + 244, + 186, + 31, + 16, + 234, + 167, + 184, + 171, + 123, + 97, + 183, + 148, + 70, + 94, + 134, + 48, + 76, + 230, + 59, + 107, + 149, + 92, + 254, + 103, + 220, + 25, + 124, + 82, + 74, + 214, + 169, + 162, + 7, + 209, + 177, + 234, + 1, + 229, + 8, + 160, + 80, + 190, + 217, + 5, + 250, + 121, + 147, + 242, + 249, + 212, + 45, + 54, + 191, + 1, + 37, + 128, + 95, + 175, + 219, + 132, + 240, + 181, + 227, + 94, + 70, + 24, + 91, + 249, + 159, + 229, + 21, + 232, + 125, + 124, + 131, + 10, + 16, + 80, + 152, + 228, + 238, + 36, + 76, + 67, + 26, + 33, + 173, + 200, + 105, + 113, + 80, + 232, + 70, + 151, + 140, + 96, + 233, + 55, + 62, + 85, + 9, + 5, + 253, + 72, + 143, + 192, + 2, + 14, + 202, + 235, + 142, + 94, + 230, + 216, + 147, + 235, + 82, + 50, + 118, + 61, + 115, + 111, + 79, + 95, + 120, + 37, + 98, + 22, + 118, + 116, + 49, + 136, + 190, + 116, + 108, + 42, + 205, + 91, + 130, + 127, + 132, + 187, + 174, + 175, + 121, + 130, + 105, + 206, + 33, + 58, + 131, + 84, + 169, + 22, + 154, + 225, + 234, + 219, + 167, + 251, + 62, + 102, + 222, + 102, + 157, + 118, + 213, + 184, + 192, + 234, + 127, + 200, + 16, + 221, + 161, + 129, + 58, + 8, + 13, + 252, + 177, + 38, + 22, + 116, + 206, + 133, + 90, + 220, + 180, + 31, + 230, + 144, + 158, + 184, + 121, + 48, + 136, + 242, + 60, + 247, + 96, + 32, + 129, + 170, + 0, + 45, + 205, + 197, + 90, + 190, + 217, + 167, + 163, + 88, + 85, + 224, + 119, + 49, + 204, + 102, + 167, + 116, + 171, + 98, + 208, + 19, + 143, + 71, + 20, + 243, + 101, + 177, + 237, + 94, + 212, + 212, + 114, + 77, + 13, + 10, + 211, + 235, + 138, + 47, + 18, + 14, + 130, + 139, + 38, + 150, + 83, + 214, + 54, + 144, + 234, + 225, + 73, + 93, + 123, + 52, + 86, + 23, + 204, + 75, + 83, + 47, + 0, + 43, + 46, + 202, + 120, + 137, + 51, + 136, + 145, + 221, + 210, + 89, + 132, + 150, + 224, + 228, + 207, + 235, + 230, + 195, + 23, + 156, + 51, + 155, + 25, + 99, + 126, + 167, + 32, + 192, + 189, + 246, + 253, + 141, + 144, + 251, + 87, + 118, + 167, + 102, + 57, + 178, + 72, + 102, + 185, + 13, + 126, + 203, + 177, + 1, + 84, + 121, + 75, + 177, + 14, + 12, + 94, + 191, + 202, + 153, + 22, + 157, + 184, + 195, + 8, + 250, + 43, + 41, + 41, + 131, + 181, + 120, + 37, + 52, + 133, + 69, + 45, + 121, + 81, + 21, + 117, + 247, + 20, + 131, + 55, + 27, + 22, + 125, + 30, + 186, + 170, + 111, + 171, + 204, + 117, + 31, + 29, + 18, + 26, + 122, + 83, + 201, + 216, + 186, + 6, + 203, + 141, + 115, + 45, + 33, + 35, + 164, + 221, + 48, + 226, + 113, + 200, + 118, + 75, + 150, + 252, + 10, + 229, + 17, + 250, + 31, + 122, + 5, + 103, + 90, + 240, + 133, + 214, + 102, + 92, + 124, + 233, + 62, + 176, + 170, + 188, + 248, + 50, + 54, + 14, + 111, + 168, + 14, + 228, + 94, + 99, + 212, + 92, + 173, + 44, + 197, + 92, + 13, + 217, + 194, + 137, + 253, + 88, + 79, + 43, + 237, + 162, + 144, + 133, + 68, + 161, + 197, + 57, + 97, + 220, + 170, + 48, + 182, + 250, + 246, + 61, + 175, + 212, + 83, + 71, + 28, + 105, + 25, + 47, + 177, + 104, + 213, + 59, + 20, + 54, + 72, + 202, + 36, + 79, + 150, + 27, + 19, + 7, + 153, + 145, + 131, + 130, + 184, + 97, + 55, + 236, + 191, + 202, + 33, + 123, + 1, + 23, + 121, + 117, + 123, + 28, + 117, + 157, + 184, + 194, + 211, + 228, + 44, + 64, + 5, + 16, + 195, + 57, + 92, + 159, + 201, + 122, + 219, + 89, + 223, + 179, + 239, + 95, + 165, + 227, + 166, + 187, + 62, + 17, + 220, + 226, + 252, + 45, + 6, + 193, + 134, + 155, + 67, + 31, + 235, + 94, + 232, + 237, + 93, + 141, + 223, + 6, + 130, + 101, + 76, + 51, + 194, + 39, + 161, + 228, + 172, + 57, + 11, + 227, + 76, + 23, + 218, + 30, + 21, + 80, + 147, + 236, + 141, + 145, + 20, + 83, + 41, + 40, + 14, + 75, + 202, + 47, + 167, + 0, + 10, + 176, + 90, + 131, + 108, + 123, + 114, + 128, + 44, + 34, + 16, + 136, + 101, + 47, + 88, + 11, + 27, + 136, + 148, + 35, + 138, + 59, + 109, + 255, + 195, + 171, + 169, + 227, + 169, + 72, + 36, + 115, + 212, + 193, + 10, + 171, + 83, + 182, + 213, + 218, + 250, + 206, + 219, + 15, + 110, + 145, + 238, + 165, + 59, + 46, + 19, + 138, + 180, + 144, + 109, + 182, + 89, + 165, + 203, + 115, + 106, + 131, + 146, + 196, + 190, + 128, + 78, + 110, + 78, + 244, + 152, + 87, + 2, + 186, + 192, + 123, + 249, + 227, + 171, + 211, + 225, + 154, + 221, + 246, + 169, + 184, + 193, + 21, + 147, + 0, + 31, + 23, + 217, + 208, + 35, + 150, + 43, + 47, + 234, + 142, + 7, + 127, + 105, + 215, + 45, + 237, + 224, + 207, + 241, + 76, + 200, + 52, + 153, + 92, + 184, + 157, + 112, + 20, + 123, + 255, + 76, + 3, + 113, + 75, + 138, + 89, + 57, + 186, + 54, + 81, + 130, + 114, + 174, + 245, + 50, + 236, + 58, + 94, + 186, + 16, + 134, + 104, + 139, + 41, + 164, + 12, + 147, + 211, + 67, + 97, + 225, + 45, + 164, + 25, + 24, + 147, + 129, + 141, + 115, + 131, + 71, + 182, + 71, + 159, + 182, + 127, + 10, + 84, + 241, + 205, + 161, + 66, + 206, + 234, + 30, + 43, + 121, + 162, + 111, + 6, + 238, + 213, + 190, + 13, + 253, + 29, + 45, + 43, + 187, + 206, + 248, + 27, + 148, + 160, + 2, + 92, + 19, + 220, + 212, + 86, + 129, + 254, + 187, + 248, + 2, + 137, + 19, + 130, + 164, + 74, + 0, + 207, + 151, + 235, + 172, + 189, + 61, + 155, + 225, + 130, + 94, + 245, + 161, + 117, + 71, + 20, + 147, + 233, + 225, + 203, + 202, + 120, + 147, + 117, + 187, + 101, + 176, + 51, + 159, + 96, + 100, + 225, + 187, + 217, + 154, + 175, + 184, + 194, + 183, + 104, + 234, + 42, + 8, + 96, + 69, + 73, + 128, + 74, + 80, + 237, + 127, + 242, + 202, + 10, + 248, + 63, + 174, + 224, + 69, + 183, + 220, + 250, + 150, + 192, + 161, + 89, + 226, + 57, + 239, + 239, + 231, + 204, + 142, + 106, + 224, + 210, + 94, + 221, + 62, + 228, + 131, + 33, + 45, + 65, + 249, + 24, + 70, + 66, + 216, + 215, + 67, + 28, + 211, + 137, + 98, + 13, + 233, + 35, + 117, + 105, + 48, + 49, + 199, + 121, + 131, + 196, + 233, + 14, + 187, + 21, + 49, + 92, + 89, + 223, + 198, + 181, + 253, + 115, + 8, + 122, + 126, + 135, + 117, + 122, + 121, + 215, + 168, + 129, + 238, + 208, + 123, + 162, + 195, + 226, + 217, + 119, + 160, + 158, + 128, + 148, + 204, + 210, + 69, + 21, + 56, + 198, + 20, + 13, + 55, + 43, + 236, + 24, + 152, + 228, + 100, + 45, + 206, + 189, + 84, + 145, + 164, + 226, + 228, + 242, + 73, + 215, + 225, + 171, + 154, + 74, + 81, + 58, + 16, + 151, + 209, + 1, + 122, + 119, + 150, + 143, + 39, + 6, + 33, + 240, + 152, + 104, + 133, + 151, + 147, + 206, + 93, + 139, + 12, + 102, + 111, + 62, + 181, + 184, + 192, + 227, + 176, + 129, + 29, + 67, + 79, + 101, + 79, + 72, + 246, + 9, + 152, + 219, + 207, + 25, + 88, + 25, + 148, + 36, + 2, + 202, + 165, + 149, + 0, + 220, + 226, + 88, + 108, + 49, + 177, + 99, + 90, + 160, + 176, + 188, + 196, + 15, + 98, + 152, + 135, + 225, + 143, + 159, + 208, + 79, + 96, + 62, + 94, + 140, + 125, + 45, + 85, + 247, + 134, + 23, + 96, + 163, + 123, + 23, + 127, + 192, + 171, + 118, + 138, + 88, + 16, + 246, + 181, + 124, + 110, + 88, + 80, + 210, + 68, + 160, + 98, + 178, + 128, + 156, + 215, + 4, + 206, + 136, + 171, + 82, + 162, + 163, + 193, + 85, + 178, + 192, + 66, + 225, + 236, + 191, + 144, + 6, + 252, + 155, + 92, + 195, + 193, + 169, + 253, + 155, + 105, + 64, + 182, + 98, + 251, + 238, + 161, + 89, + 69, + 39, + 27, + 23, + 82, + 14, + 82, + 162, + 130, + 44, + 222, + 122, + 166, + 76, + 155, + 23, + 40, + 98, + 26, + 72, + 133, + 198, + 63, + 29, + 169, + 9, + 16, + 163, + 244, + 74, + 252, + 116, + 199, + 81, + 118, + 216, + 207, + 220, + 0, + 203, + 83, + 211, + 244, + 28, + 93, + 181, + 184, + 12, + 51, + 241, + 125, + 121, + 235, + 98, + 146, + 119, + 175, + 10, + 255, + 138, + 60, + 127, + 204, + 154, + 25, + 230, + 30, + 212, + 176, + 82, + 65, + 170, + 245, + 235, + 57, + 209, + 69, + 211, + 170, + 0, + 75, + 88, + 164, + 92, + 249, + 167, + 205, + 28, + 169, + 171, + 5, + 188, + 112, + 183, + 112, + 40, + 103, + 145, + 51, + 45, + 171, + 209, + 254, + 138, + 167, + 101, + 163, + 39, + 144, + 137, + 167, + 45, + 9, + 219, + 242, + 196, + 130, + 12, + 108, + 126, + 152, + 242, + 28, + 4, + 202, + 185, + 168, + 5, + 94, + 147, + 72, + 127, + 14, + 65, + 145, + 224, + 174, + 6, + 42, + 1, + 49, + 217, + 192, + 159, + 41, + 102, + 73, + 7, + 83, + 71, + 132, + 196, + 132, + 231, + 46, + 107, + 28, + 80, + 129, + 114, + 37, + 7, + 213, + 151, + 14, + 188, + 126, + 108, + 179, + 60, + 103, + 39, + 129, + 233, + 122, + 149, + 39, + 170, + 42, + 216, + 116, + 146, + 12, + 202, + 222, + 213, + 41, + 239, + 195, + 62, + 232, + 2, + 129, + 91, + 181, + 4, + 31, + 146, + 215, + 220, + 141, + 84, + 134, + 59, + 245, + 184, + 9, + 208, + 22, + 142, + 166, + 194, + 136, + 112, + 73, + 251, + 128, + 195, + 48, + 194, + 92, + 114, + 12, + 53, + 223, + 192, + 182, + 204, + 3, + 170, + 1, + 124, + 38, + 222, + 16, + 166, + 139, + 160, + 29, + 124, + 136, + 62, + 162, + 131, + 161, + 103, + 9, + 37, + 220, + 244, + 118, + 126, + 86, + 245, + 67, + 76, + 86, + 228, + 172, + 114, + 154, + 74, + 244, + 95, + 60, + 173, + 69, + 7, + 26, + 93, + 16, + 60, + 98, + 108, + 6, + 184, + 96, + 93, + 95, + 4, + 35, + 3, + 149, + 193, + 235, + 234, + 88, + 169, + 158, + 10, + 182, + 8, + 196, + 224, + 206, + 194, + 13, + 0, + 157, + 79, + 83, + 185, + 242, + 92, + 111, + 112, + 246, + 154, + 26, + 254, + 173, + 116, + 144, + 136, + 96, + 2, + 179, + 13, + 251, + 183, + 71, + 61, + 178, + 206, + 78, + 132, + 163, + 82, + 153, + 211, + 211, + 15, + 241, + 115, + 148, + 244, + 71, + 61, + 105, + 181, + 184, + 254, + 90, + 251, + 121, + 221, + 129, + 115, + 126, + 178, + 138, + 236, + 63, + 210, + 103, + 244, + 142, + 223, + 210, + 102, + 70, + 78, + 147, + 184, + 11, + 101, + 138, + 10, + 68, + 26, + 25, + 193, + 186, + 239, + 113, + 83, + 206, + 82, + 35, + 153, + 64, + 231, + 92, + 8, + 157, + 215, + 26, + 217, + 187, + 93, + 135, + 76, + 251, + 118, + 204, + 146, + 81, + 93, + 60, + 91, + 145, + 149, + 248, + 12, + 237, + 226, + 62, + 72, + 44, + 228, + 2, + 19, + 146, + 189, + 115, + 154, + 205, + 122, + 173, + 233, + 187, + 213, + 147, + 170, + 121, + 43, + 59, + 96, + 12, + 227, + 120, + 173, + 124, + 132, + 236, + 185, + 53, + 232, + 2, + 170, + 8, + 153, + 158, + 195, + 66, + 89, + 51, + 241, + 231, + 97, + 207, + 7, + 100, + 53, + 163, + 98, + 194, + 166, + 26, + 26, + 75, + 30, + 114, + 155, + 99, + 43, + 127, + 39, + 228, + 59, + 159, + 152, + 32, + 4, + 228, + 236, + 181, + 56, + 246, + 237, + 14, + 90, + 62, + 80, + 17, + 117, + 127, + 63, + 160, + 3, + 244, + 222, + 77, + 234, + 80, + 85, + 190, + 1, + 206, + 29, + 168, + 5, + 45, + 31, + 207, + 147, + 107, + 248, + 252, + 130, + 57, + 205, + 168, + 249, + 93, + 184, + 35, + 187, + 57, + 31, + 183, + 253, + 99, + 22, + 221, + 213, + 26, + 129, + 252, + 99, + 194, + 59, + 150, + 94, + 34, + 26, + 171, + 29, + 43, + 28, + 131, + 47, + 144, + 123, + 155, + 242, + 133, + 158, + 240, + 88, + 14, + 35, + 239, + 81, + 83, + 111, + 226, + 22, + 225, + 65, + 43, + 64, + 192, + 18, + 131, + 111, + 215, + 42, + 219, + 86, + 222, + 198, + 161, + 154, + 209, + 241, + 204, + 219, + 218, + 98, + 173, + 134, + 125, + 119, + 194, + 247, + 248, + 83, + 117, + 189, + 219, + 183, + 77, + 54, + 128, + 89, + 118, + 49, + 9, + 172, + 131, + 251, + 189, + 139, + 85, + 63, + 119, + 196, + 46, + 198, + 239, + 79, + 185, + 80, + 59, + 145, + 149, + 114, + 156, + 217, + 252, + 26, + 235, + 197, + 99, + 169, + 246, + 100, + 176, + 115, + 203, + 65, + 229, + 171, + 181, + 196, + 240, + 14, + 92, + 0, + 157, + 20, + 2, + 44, + 131, + 233, + 30, + 249, + 96, + 25, + 148, + 85, + 219, + 176, + 72, + 18, + 192, + 120, + 199, + 225, + 171, + 98, + 199, + 129, + 38, + 78, + 104, + 60, + 184, + 191, + 255, + 79, + 199, + 70, + 117, + 90, + 2, + 178, + 103, + 206, + 54, + 202, + 46, + 58, + 145, + 129, + 121, + 3, + 91, + 131, + 243, + 202, + 11, + 165, + 141, + 114, + 147, + 214, + 234, + 226, + 13, + 146, + 96, + 234, + 239, + 40, + 28, + 119, + 112, + 168, + 228, + 46, + 194, + 222, + 151, + 224, + 138, + 206, + 50, + 14, + 149, + 161, + 81, + 0, + 17, + 120, + 27, + 242, + 183, + 107, + 94, + 118, + 50, + 114, + 205, + 247, + 84, + 83, + 52, + 207, + 101, + 32, + 165, + 85, + 208, + 240, + 167, + 138, + 18, + 123, + 78, + 200, + 83, + 197, + 224, + 234, + 234, + 163, + 122, + 161, + 135, + 44, + 227, + 15, + 207, + 96, + 105, + 128, + 88, + 112, + 244, + 35, + 79, + 172, + 65, + 150, + 232, + 112, + 201, + 87, + 149, + 38, + 135, + 95, + 82, + 152, + 160, + 15, + 129, + 63, + 193, + 80, + 60, + 111, + 227, + 192, + 239, + 76, + 21, + 85, + 146, + 8, + 35, + 136, + 98, + 215, + 81, + 101, + 148, + 249, + 209, + 45, + 42, + 68, + 251, + 27, + 174, + 65, + 184, + 192, + 214, + 243, + 226, + 112, + 145, + 171, + 75, + 152, + 43, + 234, + 94, + 39, + 30, + 160, + 164, + 191, + 112, + 61, + 145, + 231, + 210, + 229, + 196, + 193, + 225, + 89, + 145, + 11, + 226, + 120, + 29, + 191, + 100, + 149, + 134, + 115, + 171, + 87, + 174, + 212, + 252, + 197, + 207, + 239, + 141, + 159, + 122, + 77, + 55, + 42, + 177, + 121, + 241, + 218, + 183, + 191, + 52, + 41, + 58, + 193, + 188, + 10, + 196, + 131, + 10, + 132, + 67, + 105, + 93, + 132, + 17, + 37, + 187, + 152, + 42, + 159, + 81, + 175, + 32, + 158, + 103, + 35, + 203, + 143, + 138, + 144, + 215, + 218, + 31, + 194, + 173, + 58, + 147, + 53, + 173, + 205, + 122, + 177, + 255, + 121, + 185, + 128, + 144, + 217, + 227, + 152, + 131, + 239, + 127, + 40, + 53, + 85, + 141, + 9, + 207, + 190, + 191, + 161, + 142, + 73, + 210, + 183, + 145, + 41, + 73, + 94, + 81, + 140, + 20, + 16, + 251, + 164, + 96, + 214, + 108, + 162, + 105, + 112, + 37, + 109, + 243, + 44, + 177, + 184, + 226, + 23, + 111, + 104, + 55, + 229, + 193, + 211, + 18, + 12, + 90, + 157, + 40, + 194, + 184, + 194, + 185, + 212, + 5, + 49, + 219, + 149, + 52, + 230, + 130, + 27, + 39, + 237, + 36, + 41, + 238, + 185, + 147, + 115, + 41, + 169, + 30, + 144, + 225, + 18, + 181, + 43, + 198, + 8, + 90, + 1, + 83, + 6, + 144, + 116, + 88, + 237, + 109, + 156, + 88, + 99, + 91, + 21, + 132, + 212, + 229, + 49, + 55, + 225, + 96, + 97, + 225, + 43, + 127, + 91, + 118, + 193, + 34, + 141, + 134, + 0, + 132, + 50, + 158, + 85, + 248, + 224, + 229, + 28, + 57, + 195, + 68, + 143, + 251, + 196, + 178, + 14, + 244, + 127, + 219, + 97, + 187, + 117, + 22, + 215, + 249, + 142, + 153, + 22, + 42, + 4, + 97, + 92, + 215, + 135, + 48, + 85, + 15, + 243, + 140, + 180, + 28, + 223, + 140, + 38, + 233, + 21, + 51, + 171, + 178, + 183, + 72, + 148, + 228, + 231, + 50, + 60, + 12, + 221, + 180, + 31, + 115, + 17, + 31, + 70, + 94, + 19, + 154, + 153, + 43, + 149, + 226, + 142, + 212, + 217, + 203, + 195, + 22, + 155, + 135, + 98, + 55, + 226, + 148, + 228, + 114, + 207, + 46, + 151, + 241, + 115, + 207, + 163, + 16, + 129, + 41, + 137, + 159, + 238, + 60, + 88, + 55, + 107, + 23, + 194, + 153, + 70, + 184, + 192, + 101, + 125, + 229, + 20, + 14, + 94, + 42, + 129, + 100, + 202, + 184, + 65, + 182, + 133, + 187, + 149, + 69, + 232, + 40, + 55, + 31, + 220, + 180, + 145, + 33, + 161, + 108, + 153, + 234, + 157, + 153, + 9, + 233, + 19, + 32, + 110, + 78, + 36, + 210, + 86, + 239, + 135, + 214, + 125, + 1, + 79, + 218, + 246, + 43, + 118, + 255, + 93, + 41, + 216, + 69, + 98, + 51, + 143, + 54, + 12, + 255, + 58, + 229, + 184, + 141, + 138, + 247, + 189, + 158, + 191, + 195, + 123, + 205, + 158, + 202, + 66, + 134, + 98, + 13, + 237, + 222, + 87, + 95, + 198, + 138, + 53, + 44, + 153, + 135, + 49, + 189, + 174, + 214, + 148, + 235, + 185, + 229, + 63, + 34, + 142, + 194, + 131, + 120, + 121, + 140, + 138, + 172, + 36, + 202, + 118, + 248, + 211, + 162, + 248, + 234, + 97, + 174, + 244, + 160, + 187, + 183, + 95, + 40, + 18, + 198, + 96, + 254, + 63, + 192, + 219, + 200, + 53, + 70, + 2, + 218, + 204, + 174, + 162, + 208, + 0, + 62, + 217, + 38, + 10, + 183, + 240, + 231, + 241, + 16, + 181, + 14, + 175, + 67, + 27, + 63, + 214, + 236, + 12, + 213, + 208, + 130, + 71, + 184, + 194, + 144, + 133, + 249, + 104, + 180, + 253, + 134, + 48, + 246, + 13, + 22, + 248, + 186, + 225, + 163, + 184, + 59, + 209, + 158, + 229, + 148, + 19, + 69, + 175, + 7, + 121, + 5, + 90, + 189, + 151, + 235, + 92, + 54, + 135, + 166, + 30, + 61, + 23, + 102, + 32, + 154, + 105, + 94, + 124, + 170, + 123, + 130, + 228, + 68, + 52, + 136, + 116, + 227, + 87, + 140, + 142, + 154, + 203, + 166, + 210, + 71, + 130, + 250, + 61, + 253, + 122, + 33, + 124, + 231, + 202, + 71, + 32, + 96, + 30, + 138, + 31, + 153, + 232, + 147, + 117, + 180, + 132, + 55, + 194, + 233, + 0, + 75, + 34, + 111, + 108, + 22, + 5, + 250, + 189, + 125, + 102, + 115, + 100, + 146, + 223, + 8, + 198, + 226, + 49, + 122, + 33, + 141, + 41, + 220, + 250, + 32, + 74, + 102, + 189, + 190, + 115, + 107, + 54, + 82, + 246, + 85, + 175, + 203, + 146, + 30, + 167, + 127, + 131, + 104, + 205, + 137, + 71, + 120, + 128, + 78, + 61, + 93, + 214, + 222, + 32, + 29, + 37, + 45, + 34, + 3, + 136, + 84, + 57, + 33, + 97, + 254, + 26, + 237, + 35, + 238, + 29, + 23, + 75, + 69, + 138, + 77 + ], + "expectedReplyTypes": [] + }, + { + "text": null, + "binary": [ + 79, + 103, + 103, + 83, + 0, + 0, + 64, + 245, + 21, + 0, + 0, + 0, + 0, + 0, + 51, + 155, + 33, + 2, + 8, + 0, + 0, + 0, + 137, + 95, + 78, + 148, + 26, + 166, + 167, + 160, + 156, + 154, + 158, + 167, + 172, + 167, + 158, + 155, + 153, + 155, + 152, + 143, + 143, + 142, + 149, + 144, + 185, + 180, + 185, + 185, + 187, + 164, + 151, + 184, + 51, + 250, + 111, + 55, + 88, + 68, + 49, + 113, + 7, + 174, + 160, + 163, + 113, + 195, + 167, + 255, + 197, + 177, + 135, + 64, + 252, + 202, + 170, + 65, + 62, + 225, + 186, + 11, + 98, + 133, + 246, + 253, + 27, + 141, + 147, + 107, + 109, + 164, + 20, + 204, + 105, + 87, + 48, + 175, + 205, + 160, + 16, + 179, + 144, + 62, + 93, + 61, + 248, + 70, + 206, + 227, + 60, + 40, + 227, + 110, + 138, + 167, + 92, + 250, + 103, + 189, + 140, + 229, + 201, + 188, + 252, + 99, + 215, + 155, + 20, + 113, + 185, + 108, + 53, + 44, + 57, + 124, + 107, + 43, + 128, + 192, + 165, + 174, + 86, + 29, + 64, + 193, + 118, + 176, + 107, + 23, + 32, + 59, + 16, + 14, + 243, + 221, + 168, + 23, + 216, + 163, + 19, + 96, + 137, + 75, + 99, + 110, + 250, + 25, + 187, + 17, + 85, + 243, + 161, + 192, + 17, + 217, + 94, + 68, + 62, + 115, + 230, + 35, + 7, + 83, + 45, + 239, + 155, + 139, + 220, + 111, + 186, + 231, + 117, + 218, + 193, + 26, + 251, + 137, + 180, + 226, + 8, + 127, + 239, + 35, + 130, + 134, + 181, + 121, + 25, + 74, + 147, + 143, + 90, + 181, + 40, + 178, + 168, + 45, + 10, + 184, + 12, + 108, + 21, + 159, + 120, + 223, + 178, + 216, + 95, + 144, + 246, + 177, + 115, + 63, + 236, + 127, + 79, + 246, + 65, + 210, + 187, + 171, + 7, + 163, + 237, + 69, + 64, + 46, + 222, + 77, + 222, + 82, + 238, + 91, + 193, + 17, + 175, + 214, + 52, + 99, + 62, + 15, + 231, + 121, + 37, + 187, + 160, + 232, + 214, + 83, + 30, + 38, + 195, + 29, + 250, + 26, + 184, + 95, + 253, + 106, + 60, + 122, + 216, + 97, + 136, + 96, + 112, + 167, + 26, + 49, + 203, + 185, + 144, + 223, + 196, + 26, + 99, + 223, + 213, + 18, + 39, + 218, + 236, + 156, + 113, + 43, + 239, + 190, + 132, + 61, + 234, + 32, + 241, + 145, + 95, + 200, + 22, + 160, + 170, + 216, + 197, + 37, + 245, + 74, + 161, + 102, + 82, + 185, + 30, + 168, + 247, + 214, + 54, + 136, + 234, + 22, + 101, + 222, + 231, + 71, + 19, + 66, + 212, + 72, + 118, + 63, + 246, + 142, + 223, + 59, + 244, + 97, + 229, + 166, + 55, + 186, + 195, + 48, + 23, + 199, + 95, + 239, + 97, + 203, + 252, + 209, + 200, + 204, + 193, + 30, + 205, + 250, + 2, + 135, + 29, + 190, + 213, + 54, + 30, + 244, + 186, + 54, + 76, + 217, + 169, + 208, + 184, + 219, + 10, + 75, + 23, + 241, + 47, + 252, + 19, + 138, + 175, + 43, + 231, + 106, + 253, + 94, + 162, + 97, + 208, + 184, + 234, + 44, + 168, + 119, + 47, + 249, + 116, + 150, + 142, + 137, + 53, + 176, + 185, + 28, + 10, + 232, + 39, + 104, + 165, + 186, + 65, + 99, + 134, + 240, + 205, + 137, + 125, + 68, + 10, + 98, + 42, + 116, + 87, + 107, + 24, + 152, + 23, + 249, + 16, + 22, + 170, + 43, + 14, + 76, + 111, + 244, + 23, + 199, + 209, + 151, + 127, + 242, + 96, + 102, + 126, + 118, + 30, + 94, + 197, + 119, + 37, + 218, + 174, + 235, + 176, + 49, + 91, + 118, + 205, + 87, + 41, + 246, + 200, + 62, + 99, + 24, + 88, + 89, + 10, + 136, + 73, + 165, + 214, + 50, + 221, + 39, + 12, + 203, + 239, + 108, + 254, + 164, + 161, + 191, + 144, + 109, + 87, + 78, + 38, + 44, + 158, + 62, + 241, + 220, + 219, + 234, + 129, + 244, + 97, + 196, + 16, + 63, + 61, + 24, + 162, + 85, + 243, + 125, + 78, + 39, + 218, + 107, + 109, + 192, + 82, + 113, + 56, + 95, + 136, + 143, + 128, + 195, + 72, + 91, + 189, + 176, + 35, + 189, + 124, + 159, + 184, + 192, + 90, + 90, + 61, + 104, + 51, + 125, + 81, + 168, + 21, + 45, + 113, + 215, + 29, + 114, + 21, + 175, + 234, + 228, + 65, + 154, + 201, + 237, + 135, + 116, + 124, + 245, + 139, + 55, + 29, + 29, + 99, + 49, + 166, + 248, + 114, + 79, + 185, + 218, + 120, + 108, + 66, + 35, + 215, + 185, + 111, + 127, + 246, + 33, + 149, + 171, + 242, + 193, + 16, + 251, + 76, + 71, + 168, + 50, + 78, + 71, + 28, + 62, + 162, + 244, + 1, + 74, + 61, + 248, + 159, + 117, + 27, + 104, + 160, + 49, + 205, + 178, + 233, + 115, + 148, + 188, + 125, + 36, + 198, + 225, + 13, + 198, + 236, + 136, + 74, + 86, + 21, + 16, + 40, + 236, + 131, + 83, + 245, + 88, + 182, + 94, + 13, + 131, + 226, + 109, + 40, + 159, + 89, + 149, + 225, + 63, + 64, + 49, + 171, + 76, + 141, + 188, + 0, + 2, + 203, + 155, + 82, + 115, + 5, + 57, + 90, + 163, + 46, + 234, + 174, + 130, + 120, + 156, + 161, + 126, + 179, + 85, + 182, + 135, + 253, + 14, + 184, + 29, + 97, + 12, + 109, + 240, + 190, + 35, + 117, + 12, + 82, + 145, + 122, + 77, + 184, + 194, + 136, + 192, + 163, + 111, + 170, + 218, + 248, + 236, + 110, + 255, + 193, + 46, + 85, + 156, + 114, + 226, + 163, + 213, + 92, + 240, + 174, + 204, + 60, + 219, + 61, + 17, + 88, + 54, + 53, + 137, + 147, + 0, + 186, + 99, + 24, + 136, + 172, + 5, + 42, + 172, + 94, + 3, + 141, + 202, + 37, + 158, + 38, + 237, + 66, + 24, + 204, + 0, + 199, + 195, + 222, + 138, + 8, + 189, + 239, + 244, + 55, + 245, + 79, + 34, + 178, + 61, + 40, + 212, + 210, + 157, + 82, + 216, + 224, + 253, + 55, + 150, + 7, + 62, + 217, + 4, + 44, + 166, + 225, + 25, + 209, + 220, + 50, + 236, + 129, + 227, + 195, + 64, + 138, + 118, + 64, + 131, + 154, + 40, + 71, + 180, + 165, + 112, + 225, + 253, + 155, + 168, + 64, + 171, + 59, + 229, + 105, + 245, + 188, + 223, + 32, + 159, + 87, + 112, + 110, + 52, + 93, + 140, + 219, + 80, + 74, + 7, + 242, + 95, + 51, + 31, + 8, + 17, + 124, + 113, + 123, + 206, + 7, + 46, + 237, + 18, + 121, + 219, + 57, + 147, + 7, + 164, + 36, + 154, + 74, + 182, + 70, + 77, + 184, + 194, + 185, + 210, + 63, + 210, + 150, + 104, + 140, + 246, + 149, + 240, + 200, + 238, + 186, + 75, + 232, + 144, + 123, + 156, + 74, + 117, + 72, + 125, + 189, + 47, + 21, + 181, + 53, + 221, + 104, + 227, + 25, + 244, + 234, + 211, + 147, + 12, + 82, + 176, + 26, + 137, + 30, + 37, + 56, + 115, + 239, + 220, + 230, + 117, + 219, + 219, + 135, + 135, + 242, + 105, + 108, + 159, + 143, + 75, + 164, + 182, + 153, + 244, + 228, + 86, + 25, + 222, + 187, + 61, + 200, + 142, + 47, + 39, + 3, + 237, + 109, + 10, + 250, + 14, + 21, + 72, + 122, + 165, + 229, + 131, + 238, + 225, + 46, + 49, + 161, + 151, + 222, + 199, + 46, + 248, + 168, + 228, + 92, + 118, + 89, + 96, + 119, + 135, + 64, + 42, + 211, + 186, + 148, + 169, + 143, + 4, + 110, + 173, + 150, + 26, + 83, + 105, + 83, + 125, + 61, + 238, + 123, + 13, + 44, + 136, + 147, + 100, + 138, + 213, + 183, + 209, + 168, + 44, + 55, + 151, + 112, + 165, + 151, + 50, + 212, + 192, + 173, + 245, + 133, + 120, + 241, + 110, + 30, + 164, + 237, + 75, + 173, + 133, + 28, + 108, + 221, + 210, + 184, + 196, + 42, + 162, + 248, + 101, + 144, + 180, + 56, + 254, + 67, + 71, + 244, + 74, + 196, + 196, + 216, + 203, + 216, + 222, + 144, + 70, + 32, + 83, + 220, + 204, + 215, + 181, + 154, + 97, + 25, + 71, + 75, + 238, + 78, + 215, + 159, + 52, + 255, + 221, + 141, + 93, + 46, + 42, + 87, + 125, + 196, + 186, + 76, + 110, + 227, + 196, + 69, + 23, + 247, + 98, + 230, + 116, + 192, + 223, + 163, + 71, + 49, + 243, + 234, + 20, + 5, + 177, + 114, + 241, + 137, + 158, + 247, + 183, + 42, + 234, + 132, + 60, + 209, + 56, + 111, + 172, + 120, + 91, + 246, + 98, + 7, + 153, + 240, + 212, + 63, + 68, + 98, + 156, + 19, + 165, + 181, + 116, + 173, + 236, + 148, + 84, + 9, + 37, + 165, + 237, + 253, + 38, + 9, + 6, + 254, + 226, + 68, + 206, + 224, + 100, + 70, + 235, + 255, + 106, + 124, + 159, + 3, + 59, + 147, + 188, + 191, + 200, + 200, + 238, + 33, + 25, + 174, + 63, + 27, + 166, + 223, + 138, + 112, + 74, + 175, + 34, + 173, + 180, + 220, + 143, + 85, + 201, + 50, + 139, + 84, + 211, + 226, + 154, + 159, + 157, + 3, + 53, + 121, + 132, + 255, + 223, + 158, + 34, + 171, + 38, + 89, + 184, + 194, + 152, + 222, + 201, + 45, + 231, + 40, + 165, + 168, + 185, + 158, + 106, + 75, + 155, + 155, + 5, + 242, + 143, + 250, + 153, + 227, + 70, + 80, + 234, + 246, + 110, + 152, + 255, + 128, + 204, + 85, + 2, + 9, + 121, + 26, + 184, + 163, + 240, + 109, + 37, + 111, + 210, + 52, + 204, + 244, + 225, + 10, + 109, + 107, + 197, + 93, + 234, + 219, + 49, + 233, + 97, + 41, + 49, + 33, + 224, + 133, + 107, + 76, + 101, + 139, + 55, + 156, + 4, + 118, + 125, + 47, + 87, + 58, + 51, + 207, + 35, + 104, + 189, + 56, + 189, + 221, + 90, + 0, + 169, + 239, + 155, + 187, + 140, + 96, + 96, + 86, + 42, + 77, + 191, + 233, + 89, + 59, + 82, + 150, + 144, + 40, + 196, + 44, + 111, + 192, + 154, + 218, + 212, + 1, + 250, + 19, + 194, + 140, + 83, + 198, + 38, + 171, + 108, + 38, + 82, + 174, + 203, + 206, + 15, + 218, + 64, + 117, + 199, + 219, + 164, + 240, + 196, + 48, + 49, + 129, + 237, + 235, + 53, + 182, + 115, + 249, + 67, + 74, + 54, + 149, + 94, + 69, + 94, + 160, + 180, + 229, + 150, + 175, + 171, + 116, + 18, + 144, + 49, + 138, + 154, + 50, + 219, + 32, + 245, + 85, + 243, + 74, + 9, + 225, + 37, + 205, + 184, + 196, + 37, + 146, + 95, + 163, + 43, + 114, + 132, + 235, + 50, + 161, + 51, + 76, + 189, + 239, + 30, + 185, + 38, + 98, + 219, + 167, + 137, + 174, + 94, + 193, + 116, + 47, + 150, + 93, + 163, + 182, + 254, + 175, + 213, + 121, + 199, + 228, + 34, + 215, + 125, + 211, + 157, + 109, + 189, + 134, + 67, + 134, + 129, + 233, + 100, + 243, + 162, + 7, + 108, + 169, + 207, + 34, + 140, + 204, + 92, + 73, + 132, + 156, + 40, + 146, + 90, + 181, + 10, + 36, + 191, + 229, + 228, + 14, + 168, + 1, + 143, + 218, + 105, + 63, + 112, + 168, + 66, + 97, + 117, + 172, + 60, + 51, + 36, + 195, + 4, + 56, + 42, + 179, + 99, + 209, + 172, + 122, + 133, + 85, + 189, + 93, + 59, + 238, + 118, + 38, + 32, + 168, + 96, + 139, + 138, + 150, + 82, + 174, + 228, + 248, + 212, + 190, + 140, + 74, + 166, + 208, + 0, + 34, + 226, + 18, + 62, + 149, + 144, + 40, + 124, + 159, + 101, + 121, + 122, + 97, + 111, + 48, + 5, + 219, + 68, + 131, + 147, + 176, + 91, + 23, + 249, + 77, + 10, + 233, + 34, + 115, + 108, + 213, + 48, + 47, + 145, + 72, + 95, + 146, + 222, + 210, + 207, + 166, + 130, + 66, + 107, + 184, + 192, + 181, + 162, + 165, + 128, + 17, + 76, + 194, + 81, + 247, + 54, + 224, + 122, + 29, + 197, + 12, + 182, + 72, + 212, + 202, + 33, + 198, + 198, + 150, + 55, + 232, + 171, + 89, + 48, + 85, + 140, + 113, + 222, + 211, + 15, + 245, + 183, + 232, + 51, + 1, + 225, + 154, + 46, + 0, + 224, + 128, + 148, + 249, + 187, + 229, + 219, + 86, + 240, + 57, + 133, + 244, + 18, + 72, + 125, + 42, + 143, + 177, + 29, + 27, + 80, + 150, + 213, + 153, + 134, + 253, + 45, + 179, + 237, + 198, + 180, + 104, + 67, + 10, + 112, + 92, + 221, + 168, + 197, + 210, + 170, + 156, + 75, + 153, + 64, + 136, + 233, + 118, + 156, + 85, + 157, + 159, + 52, + 125, + 92, + 210, + 253, + 190, + 244, + 131, + 144, + 212, + 252, + 178, + 241, + 70, + 44, + 78, + 165, + 81, + 23, + 249, + 100, + 171, + 220, + 180, + 217, + 16, + 96, + 205, + 228, + 241, + 247, + 222, + 140, + 32, + 153, + 38, + 207, + 100, + 68, + 104, + 160, + 119, + 170, + 26, + 28, + 228, + 23, + 125, + 20, + 139, + 207, + 31, + 179, + 51, + 55, + 71, + 137, + 16, + 174, + 207, + 113, + 184, + 192, + 13, + 138, + 204, + 239, + 168, + 219, + 4, + 248, + 73, + 151, + 241, + 220, + 114, + 142, + 239, + 195, + 44, + 185, + 27, + 69, + 164, + 148, + 40, + 244, + 251, + 172, + 23, + 100, + 15, + 7, + 217, + 3, + 214, + 111, + 157, + 254, + 174, + 22, + 51, + 98, + 81, + 105, + 176, + 79, + 243, + 248, + 89, + 227, + 182, + 52, + 223, + 160, + 223, + 12, + 77, + 205, + 62, + 94, + 98, + 90, + 106, + 124, + 64, + 70, + 142, + 86, + 124, + 19, + 82, + 115, + 125, + 73, + 241, + 51, + 35, + 248, + 12, + 213, + 141, + 79, + 203, + 170, + 175, + 38, + 198, + 214, + 210, + 30, + 118, + 169, + 101, + 78, + 233, + 61, + 163, + 3, + 255, + 21, + 245, + 250, + 132, + 205, + 216, + 186, + 91, + 97, + 2, + 191, + 217, + 214, + 236, + 83, + 174, + 96, + 56, + 115, + 236, + 103, + 49, + 16, + 107, + 239, + 63, + 225, + 150, + 92, + 69, + 121, + 104, + 96, + 201, + 114, + 2, + 228, + 128, + 24, + 61, + 38, + 171, + 8, + 12, + 45, + 136, + 231, + 27, + 252, + 196, + 90, + 128, + 241, + 186, + 223, + 113, + 184, + 194, + 124, + 202, + 91, + 217, + 28, + 75, + 92, + 225, + 247, + 106, + 138, + 232, + 36, + 168, + 86, + 92, + 23, + 75, + 129, + 92, + 122, + 190, + 74, + 31, + 64, + 189, + 114, + 117, + 241, + 80, + 196, + 27, + 36, + 67, + 163, + 96, + 237, + 121, + 205, + 239, + 199, + 165, + 190, + 44, + 63, + 202, + 210, + 237, + 197, + 222, + 81, + 20, + 227, + 33, + 194, + 14, + 66, + 27, + 148, + 149, + 130, + 112, + 54, + 217, + 164, + 239, + 243, + 251, + 236, + 30, + 31, + 166, + 192, + 193, + 226, + 116, + 118, + 32, + 155, + 68, + 235, + 219, + 52, + 206, + 75, + 156, + 82, + 41, + 166, + 234, + 63, + 213, + 222, + 39, + 212, + 101, + 253, + 120, + 167, + 91, + 250, + 206, + 74, + 232, + 99, + 41, + 248, + 133, + 22, + 209, + 227, + 120, + 180, + 12, + 60, + 65, + 206, + 105, + 110, + 70, + 229, + 195, + 86, + 248, + 143, + 175, + 59, + 0, + 127, + 16, + 212, + 96, + 211, + 12, + 161, + 93, + 170, + 196, + 249, + 143, + 78, + 77, + 167, + 56, + 112, + 226, + 155, + 248, + 50, + 38, + 113, + 184, + 195, + 222, + 157, + 161, + 106, + 185, + 93, + 128, + 137, + 9, + 231, + 32, + 29, + 165, + 88, + 183, + 114, + 61, + 198, + 17, + 3, + 83, + 33, + 6, + 1, + 199, + 74, + 240, + 38, + 243, + 140, + 153, + 73, + 153, + 121, + 45, + 161, + 50, + 94, + 140, + 250, + 72, + 34, + 43, + 205, + 240, + 123, + 7, + 100, + 116, + 206, + 132, + 163, + 233, + 155, + 118, + 143, + 45, + 228, + 142, + 163, + 42, + 254, + 4, + 74, + 210, + 158, + 136, + 67, + 65, + 250, + 62, + 143, + 184, + 145, + 115, + 45, + 56, + 98, + 96, + 244, + 147, + 9, + 107, + 22, + 136, + 217, + 20, + 27, + 70, + 132, + 28, + 187, + 85, + 88, + 99, + 236, + 169, + 1, + 74, + 157, + 89, + 81, + 46, + 71, + 231, + 51, + 95, + 5, + 83, + 167, + 81, + 133, + 241, + 136, + 93, + 92, + 198, + 197, + 156, + 193, + 241, + 43, + 228, + 195, + 46, + 172, + 254, + 60, + 177, + 14, + 156, + 72, + 4, + 223, + 23, + 128, + 172, + 60, + 105, + 74, + 175, + 34, + 64, + 233, + 249, + 108, + 227, + 96, + 209, + 116, + 255, + 205, + 108, + 184, + 10, + 113, + 113, + 165, + 39, + 251, + 42, + 153, + 163, + 42, + 175, + 66, + 16, + 21, + 184, + 88, + 189, + 69, + 75, + 231, + 110, + 4, + 218, + 102, + 11, + 213, + 117, + 48, + 144, + 132, + 123, + 219, + 39, + 95, + 208, + 148, + 108, + 46, + 51, + 59, + 175, + 220, + 113, + 250, + 99, + 110, + 77, + 177, + 252, + 61, + 12, + 89, + 201, + 60, + 250, + 220, + 176, + 249, + 65, + 210, + 165, + 153, + 191, + 180, + 159, + 14, + 159, + 37, + 7, + 138, + 251, + 210, + 24, + 119, + 175, + 200, + 48, + 118, + 179, + 120, + 233, + 76, + 3, + 91, + 121, + 235, + 201, + 91, + 155, + 32, + 186, + 175, + 41, + 197, + 141, + 250, + 152, + 33, + 162, + 26, + 30, + 94, + 183, + 24, + 0, + 66, + 100, + 39, + 10, + 204, + 252, + 34, + 162, + 169, + 241, + 147, + 110, + 233, + 26, + 171, + 58, + 235, + 222, + 161, + 171, + 187, + 142, + 117, + 46, + 86, + 74, + 239, + 172, + 161, + 115, + 235, + 102, + 93, + 163, + 159, + 235, + 174, + 215, + 232, + 210, + 126, + 227, + 58, + 214, + 159, + 95, + 184, + 29, + 51, + 145, + 126, + 249, + 236, + 149, + 112, + 224, + 8, + 208, + 16, + 249, + 225, + 170, + 47, + 190, + 248, + 90, + 66, + 161, + 71, + 35, + 34, + 146, + 219, + 74, + 77, + 92, + 78, + 111, + 138, + 82, + 192, + 142, + 69, + 22, + 102, + 153, + 124, + 139, + 21, + 170, + 79, + 236, + 4, + 89, + 220, + 166, + 240, + 244, + 107, + 241, + 75, + 210, + 158, + 252, + 51, + 106, + 205, + 101, + 150, + 46, + 40, + 17, + 60, + 153, + 36, + 209, + 221, + 130, + 49, + 189, + 24, + 166, + 188, + 100, + 173, + 205, + 89, + 239, + 143, + 228, + 185, + 59, + 140, + 99, + 56, + 47, + 101, + 153, + 200, + 105, + 151, + 186, + 93, + 33, + 156, + 129, + 166, + 10, + 13, + 221, + 128, + 135, + 187, + 74, + 166, + 21, + 119, + 98, + 218, + 41, + 83, + 213, + 225, + 147, + 196, + 156, + 77, + 199, + 147, + 21, + 1, + 74, + 250, + 126, + 62, + 128, + 198, + 239, + 73, + 177, + 53, + 95, + 255, + 92, + 220, + 16, + 130, + 6, + 85, + 184, + 192, + 13, + 40, + 252, + 126, + 67, + 115, + 237, + 228, + 105, + 30, + 192, + 85, + 32, + 204, + 166, + 198, + 176, + 4, + 177, + 20, + 189, + 51, + 85, + 41, + 41, + 46, + 176, + 192, + 46, + 127, + 154, + 89, + 60, + 51, + 157, + 103, + 59, + 135, + 48, + 172, + 32, + 246, + 233, + 57, + 135, + 45, + 22, + 218, + 251, + 209, + 179, + 65, + 13, + 213, + 139, + 36, + 197, + 44, + 234, + 198, + 151, + 245, + 102, + 66, + 186, + 79, + 191, + 43, + 13, + 46, + 79, + 87, + 232, + 229, + 100, + 118, + 3, + 147, + 128, + 184, + 163, + 195, + 239, + 150, + 105, + 38, + 104, + 61, + 168, + 103, + 31, + 31, + 249, + 147, + 48, + 72, + 106, + 254, + 92, + 119, + 205, + 27, + 56, + 55, + 86, + 94, + 69, + 6, + 110, + 0, + 45, + 83, + 85, + 157, + 26, + 198, + 108, + 179, + 185, + 246, + 191, + 224, + 171, + 5, + 159, + 245, + 80, + 226, + 215, + 52, + 159, + 86, + 116, + 87, + 152, + 135, + 117, + 34, + 219, + 157, + 113, + 184, + 194, + 115, + 42, + 83, + 76, + 117, + 249, + 171, + 225, + 125, + 65, + 82, + 200, + 170, + 123, + 83, + 109, + 61, + 129, + 227, + 255, + 13, + 205, + 141, + 136, + 82, + 18, + 131, + 97, + 162, + 43, + 102, + 79, + 40, + 99, + 132, + 245, + 170, + 215, + 61, + 126, + 84, + 195, + 244, + 189, + 210, + 24, + 62, + 115, + 46, + 68, + 137, + 219, + 122, + 211, + 133, + 132, + 0, + 221, + 232, + 20, + 247, + 246, + 156, + 139, + 121, + 128, + 195, + 63, + 18, + 26, + 233, + 14, + 239, + 110, + 148, + 190, + 70, + 56, + 13, + 159, + 61, + 170, + 120, + 146, + 90, + 29, + 177, + 214, + 178, + 126, + 133, + 51, + 216, + 171, + 66, + 153, + 140, + 168, + 47, + 162, + 53, + 238, + 15, + 200, + 225, + 205, + 181, + 139, + 221, + 220, + 145, + 233, + 207, + 62, + 128, + 156, + 200, + 131, + 104, + 134, + 207, + 248, + 42, + 173, + 130, + 27, + 181, + 150, + 14, + 113, + 33, + 215, + 91, + 64, + 48, + 155, + 44, + 238, + 177, + 217, + 184, + 10, + 147, + 137, + 220, + 209, + 168, + 144, + 62, + 208, + 163, + 27, + 140, + 245, + 224, + 65, + 243, + 166, + 138, + 94, + 9, + 40, + 28, + 134, + 156, + 106, + 2, + 87, + 136, + 250, + 27, + 255, + 217, + 218, + 144, + 7, + 50, + 89, + 186, + 6, + 81, + 73, + 40, + 209, + 132, + 37, + 176, + 218, + 10, + 213, + 147, + 21, + 93, + 216, + 79, + 247, + 104, + 142, + 76, + 112, + 134, + 202, + 183, + 115, + 246, + 173, + 30, + 13, + 232, + 162, + 96, + 100, + 204, + 152, + 24, + 64, + 65, + 0, + 109, + 202, + 202, + 41, + 2, + 5, + 165, + 255, + 173, + 137, + 97, + 25, + 61, + 28, + 82, + 141, + 215, + 80, + 82, + 7, + 103, + 52, + 69, + 12, + 111, + 74, + 225, + 94, + 54, + 217, + 41, + 89, + 216, + 175, + 181, + 133, + 230, + 123, + 129, + 133, + 32, + 188, + 207, + 74, + 212, + 207, + 19, + 37, + 93, + 27, + 144, + 61, + 45, + 131, + 54, + 48, + 68, + 38, + 12, + 229, + 208, + 101, + 213, + 19, + 54, + 155, + 122, + 137, + 209, + 165, + 214, + 184, + 3, + 188, + 170, + 15, + 190, + 137, + 18, + 172, + 147, + 28, + 87, + 116, + 74, + 56, + 131, + 235, + 96, + 81, + 254, + 149, + 57, + 147, + 90, + 14, + 181, + 80, + 132, + 88, + 174, + 94, + 177, + 226, + 7, + 253, + 188, + 176, + 116, + 47, + 14, + 43, + 20, + 134, + 174, + 113, + 9, + 40, + 213, + 127, + 48, + 178, + 169, + 63, + 61, + 23, + 110, + 103, + 43, + 50, + 23, + 21, + 242, + 118, + 79, + 68, + 146, + 24, + 28, + 85, + 167, + 209, + 154, + 55, + 16, + 216, + 141, + 136, + 197, + 68, + 65, + 123, + 200, + 41, + 103, + 205, + 167, + 24, + 81, + 3, + 77, + 191, + 77, + 111, + 154, + 45, + 146, + 57, + 128, + 204, + 138, + 56, + 56, + 49, + 89, + 148, + 249, + 36, + 6, + 86, + 245, + 157, + 21, + 83, + 105, + 245, + 166, + 12, + 107, + 122, + 51, + 24, + 123, + 113, + 233, + 141, + 208, + 65, + 23, + 18, + 56, + 68, + 15, + 60, + 130, + 87, + 107, + 57, + 242, + 212, + 134, + 246, + 173, + 199, + 181, + 184, + 119, + 224, + 59, + 53, + 15, + 166, + 198, + 227, + 54, + 216, + 228, + 232, + 26, + 10, + 62, + 153, + 17, + 196, + 143, + 206, + 82, + 134, + 122, + 182, + 120, + 91, + 40, + 155, + 146, + 149, + 204, + 237, + 97, + 169, + 67, + 226, + 142, + 76, + 84, + 151, + 134, + 5, + 72, + 142, + 158, + 101, + 199, + 209, + 244, + 67, + 76, + 107, + 207, + 30, + 5, + 222, + 107, + 92, + 29, + 183, + 198, + 102, + 240, + 99, + 49, + 221, + 102, + 112, + 61, + 144, + 184, + 108, + 33, + 236, + 73, + 18, + 123, + 209, + 201, + 119, + 244, + 201, + 253, + 225, + 54, + 24, + 231, + 195, + 69, + 231, + 56, + 74, + 20, + 27, + 238, + 141, + 54, + 1, + 127, + 252, + 82, + 61, + 184, + 0, + 146, + 186, + 192, + 13, + 10, + 112, + 220, + 241, + 19, + 33, + 204, + 166, + 231, + 78, + 10, + 115, + 100, + 255, + 76, + 130, + 161, + 151, + 81, + 117, + 224, + 182, + 155, + 244, + 78, + 198, + 69, + 59, + 77, + 60, + 160, + 64, + 12, + 59, + 152, + 106, + 212, + 205, + 254, + 18, + 200, + 20, + 56, + 15, + 152, + 91, + 56, + 255, + 90, + 83, + 103, + 121, + 233, + 202, + 48, + 103, + 91, + 147, + 65, + 38, + 87, + 146, + 112, + 250, + 160, + 181, + 125, + 234, + 186, + 94, + 72, + 153, + 217, + 82, + 222, + 133, + 184, + 22, + 50, + 224, + 134, + 28, + 60, + 209, + 99, + 24, + 245, + 174, + 182, + 35, + 135, + 219, + 1, + 132, + 237, + 159, + 246, + 197, + 180, + 211, + 13, + 117, + 53, + 138, + 182, + 232, + 48, + 157, + 115, + 87, + 147, + 172, + 216, + 98, + 24, + 153, + 194, + 186, + 225, + 9, + 147, + 143, + 43, + 79, + 28, + 251, + 144, + 141, + 55, + 172, + 181, + 27, + 78, + 189, + 79, + 178, + 247, + 131, + 210, + 25, + 206, + 51, + 112, + 184, + 94, + 141, + 118, + 136, + 184, + 209, + 8, + 0, + 1, + 76, + 96, + 217, + 18, + 147, + 15, + 229, + 0, + 128, + 114, + 199, + 130, + 68, + 89, + 70, + 244, + 247, + 98, + 22, + 105, + 163, + 64, + 92, + 208, + 228, + 145, + 10, + 126, + 97, + 254, + 153, + 40, + 138, + 247, + 102, + 131, + 42, + 83, + 45, + 213, + 131, + 85, + 40, + 28, + 192, + 52, + 95, + 204, + 142, + 242, + 147, + 230, + 95, + 0, + 204, + 107, + 89, + 82, + 235, + 73, + 32, + 136, + 95, + 246, + 143, + 236, + 206, + 125, + 155, + 157, + 3, + 181, + 149, + 3, + 34, + 67, + 51, + 212, + 11, + 150, + 56, + 210, + 235, + 128, + 206, + 130, + 159, + 149, + 12, + 166, + 111, + 186, + 56, + 215, + 1, + 104, + 189, + 192, + 169, + 186, + 59, + 68, + 249, + 184, + 36, + 129, + 224, + 65, + 92, + 179, + 177, + 102, + 177, + 255, + 144, + 212, + 16, + 199, + 159, + 37, + 133, + 73, + 242, + 242, + 243, + 29, + 196, + 157, + 114, + 169, + 157, + 152, + 160, + 244, + 221, + 56, + 83, + 91, + 168, + 22, + 239, + 58, + 190, + 215, + 49, + 96, + 208, + 240, + 192, + 88, + 116, + 239, + 253, + 199, + 159, + 148, + 64, + 87, + 123, + 156, + 69, + 43, + 98, + 207, + 41, + 62, + 226, + 174, + 196, + 40, + 123, + 81, + 252, + 231, + 235, + 65, + 55, + 186, + 132, + 122, + 137, + 187, + 78, + 39, + 159, + 203, + 115, + 20, + 231, + 21, + 25, + 13, + 59, + 76, + 125, + 149, + 125, + 57, + 78, + 34, + 181, + 145, + 82, + 33, + 52, + 112, + 145, + 205, + 132, + 198, + 210, + 180, + 141, + 26, + 78, + 182, + 145, + 6, + 108, + 227, + 156, + 170, + 31, + 252, + 211, + 229, + 122, + 184, + 254, + 244, + 153, + 252, + 240, + 140, + 100, + 182, + 70, + 58, + 152, + 226, + 195, + 196, + 104, + 74, + 108, + 112, + 202, + 26, + 155, + 65, + 255, + 182, + 196, + 145, + 251, + 52, + 0, + 142, + 28, + 10, + 124, + 167, + 194, + 64, + 173, + 3, + 37, + 72, + 193, + 106, + 170, + 221, + 69, + 255, + 81, + 128, + 239, + 51, + 33, + 145, + 14, + 60, + 120, + 229, + 74, + 52, + 243, + 10, + 184, + 32, + 117, + 1, + 182, + 187, + 64, + 9, + 1, + 181, + 203, + 228, + 37, + 61, + 229, + 189, + 74, + 195, + 30, + 90, + 83, + 205, + 160, + 130, + 25, + 8, + 119, + 47, + 15, + 7, + 127, + 236, + 223, + 118, + 60, + 227, + 26, + 26, + 95, + 127, + 62, + 46, + 61, + 45, + 82, + 23, + 92, + 164, + 14, + 74, + 70, + 176, + 65, + 146, + 147, + 151, + 50, + 139, + 85, + 228, + 243, + 183, + 242, + 223, + 233, + 231, + 21, + 120, + 100, + 198, + 138, + 215, + 38, + 81, + 46, + 202, + 1, + 79, + 87, + 25, + 113, + 21, + 18, + 96, + 95, + 221, + 159, + 16, + 77, + 232, + 16, + 53, + 159, + 96, + 162, + 85, + 246, + 107, + 212, + 137, + 74, + 69, + 225, + 125, + 249, + 93, + 171, + 253, + 163, + 76, + 155, + 36, + 63, + 163, + 192, + 206, + 132, + 41, + 197, + 60, + 252, + 21, + 250, + 230, + 36, + 161, + 92, + 2, + 101, + 30, + 51, + 98, + 85, + 221, + 145, + 194, + 21, + 244, + 205, + 201, + 222, + 94, + 91, + 130, + 137, + 81, + 177, + 207, + 124, + 185, + 170, + 54, + 117, + 250, + 195, + 187, + 190, + 246, + 23, + 101, + 196, + 220, + 200, + 113, + 187, + 7, + 12, + 59, + 127, + 219, + 204, + 22, + 144, + 0, + 120, + 57, + 209, + 106, + 226, + 209, + 44, + 62, + 2, + 223, + 156, + 184, + 10, + 16, + 119, + 121, + 51, + 81, + 37, + 172, + 164, + 77, + 111, + 34, + 188, + 59, + 64, + 71, + 237, + 241, + 182, + 156, + 156, + 48, + 203, + 145, + 31, + 96, + 168, + 59, + 49, + 164, + 58, + 143, + 182, + 159, + 52, + 35, + 127, + 134, + 134, + 226, + 159, + 148, + 161, + 22, + 174, + 235, + 94, + 197, + 239, + 64, + 176, + 159, + 27, + 206, + 237, + 105, + 76, + 75, + 190, + 162, + 162, + 120, + 216, + 233, + 186, + 206, + 82, + 20, + 179, + 133, + 49, + 28, + 84, + 122, + 193, + 140, + 162, + 21, + 97, + 99, + 9, + 201, + 171, + 209, + 137, + 245, + 230, + 23, + 108, + 178, + 118, + 81, + 103, + 233, + 196, + 100, + 165, + 84, + 137, + 162, + 50, + 169, + 119, + 6, + 98, + 64, + 77, + 44, + 125, + 169, + 180, + 208, + 199, + 208, + 187, + 241, + 14, + 23, + 245, + 249, + 126, + 217, + 23, + 208, + 139, + 58, + 149, + 207, + 146, + 86, + 238, + 187, + 183, + 133, + 198, + 91, + 228, + 199, + 72, + 82, + 45, + 87, + 4, + 230, + 194, + 255, + 210, + 132, + 86, + 242, + 85, + 219, + 183, + 102, + 125, + 133, + 191, + 62, + 82, + 160, + 64, + 52, + 205, + 74, + 124, + 226, + 150, + 41, + 246, + 129, + 67, + 115, + 155, + 73, + 181, + 32, + 10, + 130, + 253, + 214, + 98, + 18, + 157, + 25, + 150, + 177, + 184, + 24, + 30, + 210, + 15, + 10, + 238, + 235, + 166, + 24, + 222, + 210, + 220, + 215, + 66, + 100, + 166, + 38, + 197, + 161, + 237, + 39, + 163, + 240, + 198, + 151, + 117, + 70, + 103, + 215, + 19, + 226, + 206, + 76, + 144, + 133, + 191, + 227, + 225, + 181, + 250, + 98, + 62, + 66, + 241, + 160, + 221, + 196, + 15, + 189, + 181, + 116, + 23, + 40, + 116, + 210, + 150, + 82, + 232, + 129, + 199, + 174, + 180, + 109, + 237, + 12, + 105, + 188, + 130, + 158, + 103, + 212, + 106, + 206, + 218, + 84, + 150, + 164, + 110, + 66, + 186, + 216, + 109, + 2, + 62, + 152, + 77, + 13, + 117, + 244, + 67, + 128, + 99, + 31, + 98, + 2, + 153, + 234, + 196, + 165, + 41, + 124, + 255, + 12, + 8, + 15, + 195, + 242, + 204, + 192, + 209, + 77, + 102, + 111, + 182, + 111, + 94, + 255, + 127, + 180, + 164, + 11, + 89, + 96, + 9, + 192, + 127, + 32, + 33, + 72, + 68, + 30, + 135, + 150, + 101, + 16, + 96, + 35, + 232, + 242, + 173, + 35, + 195, + 25, + 206, + 43, + 226, + 8, + 43, + 35, + 181, + 129, + 184, + 153, + 22, + 54, + 204, + 159, + 237, + 184, + 11, + 202, + 112, + 72, + 184, + 8, + 195, + 210, + 5, + 152, + 69, + 100, + 33, + 136, + 102, + 37, + 226, + 158, + 156, + 236, + 53, + 87, + 45, + 128, + 88, + 175, + 171, + 85, + 138, + 22, + 224, + 196, + 149, + 29, + 207, + 130, + 159, + 56, + 89, + 216, + 19, + 87, + 169, + 80, + 190, + 21, + 133, + 197, + 93, + 236, + 86, + 16, + 98, + 126, + 38, + 65, + 162, + 181, + 127, + 123, + 124, + 120, + 39, + 169, + 227, + 233, + 152, + 141, + 98, + 62, + 4, + 227, + 163, + 184, + 143, + 16, + 146, + 23, + 255, + 30, + 178, + 211, + 30, + 151, + 213, + 205, + 100, + 214, + 23, + 251, + 15, + 79, + 57, + 165, + 155, + 142, + 167, + 119, + 189, + 38, + 36, + 85, + 16, + 65, + 214, + 66, + 189, + 30, + 163, + 200, + 174, + 205, + 21, + 64, + 160, + 161, + 152, + 236, + 49, + 91, + 121, + 43, + 160, + 28, + 144, + 24, + 153, + 246, + 155, + 118, + 25, + 155, + 36, + 106, + 20, + 228, + 52, + 19, + 81, + 13, + 5, + 253, + 39, + 177, + 228, + 163, + 41, + 211, + 78, + 0, + 200, + 212, + 40, + 226, + 72 + ], + "expectedReplyTypes": [] + }, + { + "text": null, + "binary": [ + 79, + 103, + 103, + 83, + 0, + 0, + 192, + 86, + 22, + 0, + 0, + 0, + 0, + 0, + 51, + 155, + 33, + 2, + 9, + 0, + 0, + 0, + 150, + 92, + 224, + 173, + 26, + 146, + 146, + 144, + 142, + 139, + 133, + 138, + 150, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 161, + 223, + 159, + 175, + 179, + 203, + 187, + 161, + 161, + 161, + 184, + 32, + 53, + 230, + 28, + 22, + 249, + 4, + 44, + 86, + 100, + 181, + 187, + 255, + 193, + 196, + 182, + 125, + 46, + 221, + 208, + 187, + 70, + 54, + 197, + 158, + 133, + 98, + 88, + 239, + 160, + 213, + 96, + 91, + 123, + 200, + 77, + 13, + 40, + 180, + 200, + 249, + 130, + 36, + 169, + 126, + 142, + 82, + 104, + 228, + 237, + 231, + 194, + 218, + 82, + 171, + 41, + 215, + 193, + 73, + 27, + 222, + 97, + 125, + 179, + 153, + 232, + 156, + 167, + 52, + 122, + 203, + 253, + 90, + 63, + 195, + 45, + 78, + 185, + 221, + 104, + 105, + 121, + 133, + 21, + 64, + 141, + 251, + 183, + 195, + 227, + 198, + 82, + 249, + 1, + 144, + 58, + 38, + 98, + 252, + 78, + 209, + 93, + 242, + 176, + 164, + 53, + 84, + 9, + 235, + 31, + 92, + 159, + 99, + 112, + 240, + 177, + 245, + 252, + 131, + 38, + 125, + 142, + 36, + 37, + 75, + 136, + 238, + 131, + 153, + 89, + 137, + 110, + 177, + 191, + 242, + 34, + 82, + 107, + 19, + 82, + 216, + 84, + 58, + 213, + 136, + 184, + 8, + 161, + 64, + 221, + 245, + 246, + 243, + 206, + 178, + 157, + 198, + 27, + 191, + 56, + 242, + 102, + 13, + 177, + 53, + 33, + 72, + 99, + 214, + 124, + 61, + 109, + 135, + 213, + 75, + 32, + 11, + 223, + 99, + 197, + 106, + 57, + 194, + 246, + 2, + 47, + 245, + 124, + 128, + 77, + 72, + 71, + 75, + 41, + 7, + 225, + 101, + 141, + 56, + 248, + 16, + 105, + 67, + 184, + 155, + 20, + 163, + 9, + 175, + 253, + 38, + 127, + 127, + 173, + 16, + 217, + 99, + 152, + 34, + 213, + 88, + 37, + 192, + 99, + 176, + 58, + 198, + 44, + 54, + 128, + 254, + 91, + 47, + 133, + 252, + 192, + 11, + 227, + 87, + 113, + 155, + 244, + 51, + 163, + 153, + 119, + 40, + 209, + 172, + 30, + 226, + 104, + 183, + 219, + 200, + 111, + 133, + 28, + 175, + 106, + 137, + 3, + 177, + 94, + 187, + 224, + 68, + 47, + 185, + 125, + 88, + 132, + 227, + 22, + 227, + 204, + 201, + 129, + 6, + 209, + 197, + 63, + 91, + 147, + 104, + 76, + 132, + 253, + 0, + 104, + 24, + 184, + 22, + 163, + 13, + 118, + 30, + 210, + 108, + 13, + 239, + 76, + 47, + 160, + 244, + 4, + 133, + 27, + 243, + 26, + 140, + 23, + 95, + 142, + 253, + 19, + 192, + 15, + 48, + 145, + 3, + 172, + 181, + 41, + 134, + 62, + 123, + 149, + 149, + 163, + 150, + 148, + 207, + 39, + 88, + 255, + 216, + 49, + 197, + 174, + 119, + 250, + 52, + 44, + 122, + 45, + 249, + 26, + 6, + 57, + 181, + 42, + 130, + 7, + 69, + 89, + 157, + 79, + 37, + 33, + 27, + 82, + 69, + 176, + 16, + 28, + 25, + 129, + 24, + 253, + 210, + 106, + 150, + 173, + 12, + 133, + 112, + 129, + 205, + 48, + 63, + 83, + 67, + 174, + 109, + 20, + 1, + 43, + 128, + 183, + 154, + 200, + 214, + 208, + 159, + 26, + 99, + 210, + 198, + 118, + 143, + 101, + 194, + 231, + 175, + 186, + 150, + 160, + 149, + 133, + 180, + 113, + 32, + 50, + 75, + 226, + 105, + 17, + 43, + 175, + 230, + 137, + 251, + 191, + 1, + 66, + 10, + 191, + 106, + 142, + 133, + 68, + 135, + 206, + 132, + 184, + 17, + 87, + 107, + 247, + 8, + 175, + 187, + 1, + 47, + 161, + 197, + 117, + 26, + 42, + 254, + 67, + 202, + 203, + 40, + 90, + 113, + 120, + 39, + 83, + 211, + 244, + 103, + 152, + 206, + 207, + 210, + 195, + 111, + 234, + 157, + 70, + 35, + 113, + 191, + 254, + 229, + 175, + 117, + 229, + 180, + 129, + 162, + 164, + 78, + 245, + 30, + 103, + 219, + 70, + 100, + 165, + 150, + 216, + 17, + 69, + 59, + 1, + 96, + 46, + 141, + 172, + 107, + 146, + 19, + 193, + 142, + 127, + 122, + 132, + 165, + 231, + 46, + 65, + 16, + 224, + 92, + 71, + 194, + 4, + 169, + 26, + 42, + 69, + 243, + 218, + 22, + 215, + 101, + 36, + 31, + 115, + 78, + 79, + 233, + 211, + 25, + 96, + 202, + 53, + 110, + 94, + 186, + 254, + 64, + 141, + 8, + 176, + 45, + 63, + 155, + 90, + 98, + 23, + 48, + 224, + 94, + 194, + 84, + 166, + 191, + 8, + 214, + 71, + 88, + 28, + 249, + 157, + 114, + 49, + 250, + 77, + 11, + 157, + 224, + 32, + 253, + 184, + 6, + 126, + 190, + 191, + 42, + 80, + 66, + 245, + 7, + 45, + 108, + 91, + 246, + 112, + 247, + 79, + 118, + 252, + 63, + 41, + 20, + 107, + 34, + 55, + 185, + 69, + 71, + 85, + 185, + 185, + 141, + 33, + 144, + 128, + 37, + 225, + 216, + 1, + 232, + 91, + 190, + 177, + 17, + 231, + 58, + 26, + 132, + 177, + 132, + 190, + 191, + 121, + 152, + 122, + 81, + 149, + 205, + 223, + 241, + 204, + 215, + 59, + 231, + 55, + 32, + 48, + 102, + 247, + 120, + 219, + 182, + 251, + 1, + 217, + 58, + 28, + 134, + 50, + 103, + 185, + 27, + 120, + 51, + 180, + 41, + 27, + 214, + 168, + 157, + 36, + 136, + 127, + 127, + 196, + 96, + 212, + 14, + 77, + 232, + 205, + 129, + 165, + 250, + 187, + 78, + 143, + 80, + 43, + 54, + 1, + 143, + 145, + 211, + 92, + 246, + 212, + 62, + 235, + 42, + 173, + 191, + 126, + 240, + 32, + 211, + 252, + 208, + 147, + 223, + 239, + 67, + 254, + 39, + 38, + 18, + 156, + 151, + 160, + 184, + 32, + 68, + 40, + 39, + 26, + 224, + 65, + 80, + 116, + 75, + 252, + 163, + 93, + 80, + 57, + 43, + 149, + 140, + 216, + 249, + 184, + 30, + 199, + 10, + 85, + 44, + 67, + 82, + 64, + 192, + 63, + 56, + 185, + 124, + 219, + 92, + 51, + 8, + 41, + 130, + 15, + 198, + 231, + 120, + 56, + 0, + 81, + 31, + 144, + 188, + 17, + 242, + 146, + 142, + 165, + 131, + 150, + 97, + 101, + 53, + 176, + 9, + 229, + 16, + 33, + 183, + 190, + 13, + 252, + 234, + 114, + 186, + 34, + 161, + 226, + 161, + 10, + 190, + 236, + 92, + 32, + 80, + 136, + 209, + 198, + 17, + 62, + 136, + 210, + 20, + 199, + 146, + 182, + 3, + 79, + 110, + 163, + 158, + 217, + 24, + 72, + 89, + 16, + 141, + 155, + 182, + 246, + 190, + 72, + 29, + 150, + 101, + 196, + 55, + 206, + 72, + 39, + 31, + 165, + 130, + 50, + 17, + 57, + 28, + 65, + 128, + 214, + 162, + 116, + 140, + 209, + 196, + 184, + 9, + 86, + 197, + 56, + 247, + 219, + 175, + 58, + 253, + 203, + 23, + 123, + 60, + 82, + 81, + 212, + 14, + 86, + 36, + 71, + 149, + 109, + 212, + 203, + 24, + 89, + 107, + 132, + 230, + 2, + 245, + 178, + 225, + 228, + 163, + 50, + 15, + 35, + 110, + 40, + 201, + 245, + 155, + 14, + 74, + 160, + 128, + 135, + 168, + 33, + 132, + 73, + 228, + 226, + 81, + 144, + 2, + 59, + 250, + 119, + 210, + 22, + 10, + 203, + 41, + 175, + 201, + 134, + 118, + 159, + 21, + 160, + 163, + 246, + 22, + 2, + 186, + 102, + 47, + 36, + 26, + 147, + 106, + 167, + 83, + 106, + 24, + 208, + 253, + 87, + 222, + 82, + 118, + 241, + 0, + 166, + 170, + 255, + 110, + 222, + 227, + 65, + 30, + 26, + 38, + 124, + 246, + 38, + 127, + 37, + 135, + 146, + 206, + 162, + 191, + 150, + 173, + 179, + 140, + 69, + 39, + 124, + 252, + 120, + 112, + 35, + 171, + 158, + 175, + 220, + 25, + 33, + 130, + 159, + 89, + 104, + 43, + 184, + 8, + 95, + 199, + 238, + 196, + 37, + 225, + 42, + 108, + 172, + 71, + 171, + 196, + 214, + 117, + 134, + 26, + 98, + 70, + 151, + 199, + 95, + 231, + 75, + 109, + 53, + 188, + 75, + 127, + 212, + 120, + 5, + 224, + 26, + 135, + 13, + 202, + 232, + 60, + 191, + 198, + 178, + 199, + 244, + 75, + 121, + 150, + 212, + 18, + 71, + 29, + 96, + 215, + 30, + 142, + 128, + 33, + 229, + 251, + 152, + 56, + 184, + 25, + 1, + 201, + 211, + 127, + 117, + 250, + 118, + 229, + 170, + 241, + 174, + 177, + 147, + 239, + 60, + 152, + 50, + 123, + 190, + 82, + 207, + 12, + 117, + 65, + 11, + 80, + 209, + 175, + 90, + 58, + 145, + 193, + 56, + 46, + 110, + 0, + 127, + 86, + 178, + 146, + 95, + 6, + 179, + 238, + 70, + 104, + 164, + 205, + 73, + 150, + 33, + 50, + 193, + 199, + 165, + 115, + 53, + 103, + 60, + 185, + 8, + 174, + 180, + 58, + 29, + 21, + 69, + 108, + 143, + 95, + 8, + 3, + 64, + 47, + 154, + 169, + 112, + 75, + 119, + 114, + 133, + 122, + 168, + 35, + 5, + 176, + 184, + 16, + 154, + 218, + 171, + 54, + 140, + 48, + 234, + 93, + 190, + 180, + 129, + 179, + 15, + 204, + 159, + 6, + 136, + 17, + 59, + 78, + 70, + 117, + 9, + 235, + 252, + 179, + 53, + 197, + 48, + 188, + 78, + 36, + 239, + 201, + 121, + 224, + 211, + 10, + 154, + 113, + 38, + 101, + 29, + 158, + 93, + 71, + 129, + 229, + 83, + 112, + 175, + 34, + 124, + 181, + 100, + 210, + 133, + 182, + 138, + 192, + 188, + 130, + 124, + 44, + 67, + 238, + 168, + 74, + 220, + 108, + 57, + 93, + 50, + 38, + 31, + 199, + 49, + 178, + 159, + 246, + 190, + 61, + 44, + 242, + 221, + 200, + 7, + 94, + 167, + 230, + 41, + 9, + 199, + 254, + 28, + 129, + 157, + 4, + 216, + 158, + 82, + 217, + 0, + 60, + 174, + 95, + 126, + 215, + 171, + 27, + 181, + 37, + 212, + 198, + 142, + 145, + 171, + 216, + 107, + 143, + 174, + 160, + 150, + 110, + 52, + 155, + 254, + 19, + 129, + 56, + 18, + 116, + 118, + 98, + 106, + 149, + 14, + 100, + 210, + 81, + 30, + 200, + 67, + 219, + 160, + 138, + 17, + 20, + 24, + 76, + 126, + 250, + 67, + 122, + 46, + 89, + 101, + 248, + 100, + 184, + 22, + 111, + 42, + 146, + 227, + 41, + 28, + 5, + 167, + 97, + 84, + 104, + 180, + 234, + 100, + 167, + 125, + 64, + 240, + 201, + 182, + 35, + 220, + 103, + 94, + 106, + 177, + 120, + 140, + 94, + 62, + 169, + 133, + 53, + 224, + 227, + 59, + 15, + 24, + 75, + 193, + 224, + 215, + 247, + 105, + 162, + 85, + 73, + 0, + 174, + 168, + 3, + 139, + 29, + 133, + 237, + 102, + 133, + 39, + 23, + 59, + 118, + 118, + 173, + 196, + 101, + 220, + 198, + 23, + 62, + 189, + 126, + 176, + 14, + 197, + 20, + 212, + 253, + 164, + 118, + 165, + 195, + 80, + 22, + 77, + 86, + 182, + 76, + 221, + 98, + 145, + 230, + 77, + 201, + 226, + 89, + 24, + 229, + 209, + 153, + 155, + 156, + 195, + 108, + 225, + 98, + 251, + 5, + 41, + 41, + 146, + 241, + 173, + 125, + 98, + 185, + 153, + 127, + 34, + 141, + 76, + 72, + 122, + 189, + 246, + 226, + 89, + 222, + 21, + 71, + 223, + 135, + 52, + 46, + 210, + 3, + 84, + 81, + 96, + 144, + 137, + 95, + 116, + 4, + 23, + 118, + 122, + 122, + 201, + 50, + 116, + 76, + 74, + 138, + 0, + 180, + 214, + 19, + 210, + 207, + 184, + 16, + 50, + 2, + 202, + 125, + 26, + 192, + 50, + 189, + 38, + 18, + 83, + 165, + 85, + 5, + 23, + 239, + 6, + 4, + 218, + 129, + 13, + 129, + 254, + 12, + 66, + 168, + 233, + 236, + 59, + 10, + 13, + 225, + 245, + 94, + 129, + 141, + 247, + 37, + 25, + 255, + 48, + 2, + 241, + 143, + 166, + 39, + 244, + 196, + 183, + 131, + 205, + 87, + 13, + 47, + 25, + 90, + 80, + 36, + 18, + 227, + 74, + 31, + 254, + 198, + 99, + 137, + 126, + 49, + 24, + 127, + 124, + 25, + 27, + 162, + 103, + 163, + 216, + 74, + 127, + 19, + 206, + 4, + 124, + 152, + 254, + 160, + 222, + 173, + 123, + 21, + 127, + 60, + 125, + 116, + 103, + 243, + 196, + 138, + 74, + 159, + 164, + 118, + 79, + 100, + 80, + 13, + 105, + 193, + 60, + 171, + 6, + 81, + 80, + 32, + 231, + 184, + 105, + 135, + 82, + 197, + 60, + 72, + 149, + 205, + 100, + 250, + 212, + 247, + 22, + 63, + 15, + 214, + 126, + 152, + 31, + 200, + 149, + 98, + 166, + 146, + 249, + 18, + 65, + 152, + 75, + 157, + 57, + 144, + 195, + 126, + 234, + 132, + 100, + 81, + 127, + 19, + 222, + 153, + 83, + 184, + 20, + 226, + 15, + 78, + 120, + 220, + 235, + 46, + 54, + 182, + 1, + 136, + 176, + 122, + 151, + 67, + 67, + 23, + 153, + 148, + 235, + 226, + 118, + 103, + 158, + 211, + 155, + 181, + 203, + 171, + 49, + 204, + 132, + 193, + 89, + 222, + 11, + 85, + 36, + 20, + 223, + 35, + 48, + 86, + 221, + 136, + 28, + 90, + 43, + 50, + 127, + 180, + 101, + 229, + 244, + 46, + 189, + 75, + 244, + 78, + 55, + 188, + 120, + 94, + 252, + 179, + 199, + 219, + 248, + 134, + 143, + 4, + 245, + 229, + 125, + 58, + 202, + 26, + 218, + 18, + 253, + 110, + 246, + 62, + 128, + 215, + 183, + 238, + 153, + 107, + 76, + 193, + 103, + 212, + 150, + 167, + 101, + 206, + 40, + 146, + 109, + 125, + 75, + 167, + 196, + 52, + 112, + 28, + 82, + 38, + 235, + 209, + 209, + 226, + 121, + 105, + 97, + 240, + 79, + 234, + 206, + 93, + 227, + 0, + 19, + 20, + 129, + 200, + 101, + 173, + 148, + 5, + 68, + 206, + 2, + 193, + 198, + 47, + 119, + 122, + 31, + 43, + 199, + 60, + 172, + 176, + 165, + 119, + 48, + 19, + 28, + 221, + 133, + 200, + 81, + 89, + 190, + 109, + 207, + 190, + 184, + 8, + 243, + 97, + 40, + 202, + 218, + 121, + 233, + 103, + 2, + 25, + 205, + 33, + 200, + 71, + 0, + 252, + 68, + 60, + 69, + 231, + 164, + 197, + 148, + 156, + 102, + 113, + 212, + 233, + 206, + 94, + 216, + 129, + 137, + 216, + 48, + 215, + 225, + 21, + 198, + 169, + 77, + 251, + 177, + 115, + 237, + 38, + 113, + 4, + 98, + 50, + 134, + 113, + 101, + 156, + 93, + 254, + 118, + 204, + 174, + 202, + 210, + 40, + 222, + 43, + 85, + 98, + 33, + 128, + 5, + 109, + 115, + 17, + 110, + 62, + 142, + 176, + 233, + 166, + 98, + 226, + 11, + 236, + 50, + 53, + 171, + 90, + 231, + 147, + 95, + 78, + 40, + 189, + 245, + 212, + 48, + 233, + 248, + 72, + 199, + 252, + 55, + 32, + 204, + 33, + 130, + 237, + 187, + 75, + 131, + 120, + 207, + 230, + 186, + 87, + 192, + 236, + 38, + 83, + 164, + 129, + 214, + 124, + 200, + 152, + 132, + 72, + 224, + 200, + 225, + 140, + 153, + 181, + 131, + 180, + 96, + 245, + 17, + 48, + 86, + 14, + 137, + 92, + 237, + 59, + 108, + 0, + 145, + 50, + 123, + 54, + 230, + 179, + 21, + 218, + 16, + 179, + 30, + 51, + 169, + 184, + 27, + 172, + 118, + 193, + 230, + 46, + 148, + 197, + 106, + 161, + 126, + 195, + 20, + 32, + 220, + 144, + 109, + 88, + 245, + 215, + 145, + 127, + 113, + 205, + 55, + 161, + 243, + 189, + 143, + 6, + 13, + 107, + 206, + 86, + 26, + 211, + 173, + 203, + 122, + 90, + 161, + 36, + 2, + 27, + 58, + 175, + 71, + 141, + 162, + 35, + 94, + 9, + 84, + 254, + 135, + 215, + 133, + 51, + 69, + 174, + 211, + 52, + 157, + 223, + 229, + 47, + 117, + 183, + 93, + 31, + 115, + 226, + 93, + 43, + 203, + 106, + 102, + 225, + 99, + 226, + 107, + 76, + 141, + 150, + 193, + 185, + 53, + 52, + 118, + 174, + 35, + 47, + 205, + 40, + 8, + 40, + 132, + 197, + 244, + 195, + 90, + 224, + 39, + 26, + 88, + 224, + 236, + 25, + 35, + 125, + 42, + 115, + 251, + 43, + 66, + 11, + 158, + 63, + 225, + 190, + 82, + 86, + 134, + 244, + 29, + 252, + 239, + 194, + 81, + 61, + 188, + 219, + 157, + 73, + 251, + 191, + 157, + 130, + 45, + 92, + 124, + 18, + 53, + 37, + 81, + 224, + 82, + 139, + 233, + 32, + 237, + 245, + 242, + 127, + 226, + 93, + 77, + 160, + 63, + 204, + 184, + 18, + 60, + 136, + 118, + 95, + 61, + 69, + 112, + 217, + 3, + 65, + 211, + 119, + 206, + 109, + 143, + 139, + 89, + 17, + 18, + 227, + 131, + 40, + 50, + 56, + 141, + 7, + 10, + 56, + 142, + 173, + 84, + 135, + 58, + 181, + 124, + 254, + 101, + 113, + 198, + 247, + 233, + 106, + 55, + 129, + 154, + 198, + 47, + 83, + 215, + 57, + 121, + 207, + 39, + 205, + 200, + 213, + 209, + 93, + 195, + 55, + 29, + 8, + 133, + 50, + 29, + 21, + 2, + 245, + 235, + 155, + 89, + 214, + 176, + 242, + 73, + 35, + 245, + 208, + 152, + 154, + 102, + 185, + 125, + 90, + 38, + 151, + 45, + 146, + 122, + 214, + 141, + 137, + 170, + 113, + 155, + 178, + 88, + 88, + 140, + 225, + 247, + 143, + 17, + 192, + 120, + 95, + 191, + 21, + 93, + 249, + 64, + 161, + 247, + 77, + 65, + 123, + 189, + 126, + 22, + 109, + 230, + 147, + 51, + 221, + 171, + 90, + 107, + 20, + 107, + 120, + 177, + 42, + 86, + 253, + 226, + 188, + 231, + 233, + 248, + 183, + 101, + 165, + 76, + 29, + 99, + 130, + 214, + 83, + 171, + 25, + 177, + 52, + 216, + 112, + 214, + 3, + 24, + 250, + 169, + 184, + 22, + 75, + 137, + 106, + 250, + 64, + 146, + 41, + 104, + 13, + 118, + 115, + 234, + 209, + 105, + 236, + 243, + 29, + 101, + 91, + 239, + 164, + 141, + 45, + 163, + 19, + 99, + 101, + 0, + 168, + 103, + 183, + 204, + 209, + 172, + 127, + 255, + 197, + 66, + 5, + 126, + 119, + 4, + 126, + 17, + 122, + 108, + 20, + 246, + 19, + 212, + 68, + 164, + 23, + 46, + 65, + 102, + 49, + 22, + 28, + 14, + 161, + 223, + 178, + 177, + 58, + 230, + 22, + 201, + 101, + 96, + 125, + 44, + 55, + 71, + 96, + 110, + 100, + 47, + 151, + 242, + 164, + 147, + 248, + 150, + 235, + 2, + 207, + 130, + 92, + 100, + 61, + 1, + 98, + 186, + 122, + 120, + 113, + 86, + 99, + 213, + 186, + 178, + 189, + 15, + 213, + 206, + 79, + 23, + 58, + 130, + 82, + 61, + 39, + 18, + 37, + 56, + 94, + 142, + 158, + 230, + 3, + 123, + 119, + 214, + 248, + 61, + 176, + 180, + 250, + 239, + 195, + 172, + 9, + 162, + 94, + 163, + 182, + 184, + 159, + 31, + 114, + 23, + 238, + 167, + 156, + 108, + 129, + 218, + 136, + 7, + 184, + 238, + 90, + 144, + 245, + 251, + 199, + 147, + 230, + 184, + 3, + 145, + 44, + 156, + 63, + 47, + 101, + 72, + 60, + 53, + 62, + 229, + 117, + 76, + 67, + 128, + 63, + 159, + 200, + 98, + 168, + 7, + 26, + 245, + 81, + 222, + 250, + 138, + 196, + 35, + 33, + 211, + 130, + 72, + 143, + 48, + 226, + 20, + 59, + 243, + 192, + 65, + 5, + 228, + 28, + 60, + 22, + 113, + 192, + 180, + 105, + 223, + 255, + 48, + 71, + 82, + 59, + 111, + 249, + 161, + 129, + 41, + 92, + 41, + 60, + 186, + 175, + 230, + 208, + 205, + 203, + 185, + 125, + 66, + 193, + 125, + 82, + 223, + 87, + 33, + 76, + 222, + 236, + 109, + 209, + 212, + 193, + 187, + 4, + 92, + 84, + 223, + 88, + 48, + 152, + 200, + 68, + 148, + 190, + 58, + 194, + 178, + 77, + 152, + 143, + 233, + 149, + 161, + 164, + 241, + 135, + 175, + 173, + 166, + 98, + 99, + 104, + 58, + 222, + 151, + 132, + 239, + 216, + 171, + 196, + 70, + 90, + 101, + 197, + 4, + 118, + 156, + 112, + 27, + 155, + 146, + 174, + 129, + 37, + 227, + 37, + 220, + 50, + 130, + 142, + 140, + 82, + 244, + 251, + 48, + 28, + 30, + 189, + 246, + 161, + 173, + 193, + 228, + 13, + 0, + 184, + 180, + 138, + 37, + 236, + 140, + 9, + 5, + 186, + 66, + 251, + 230, + 152, + 35, + 197, + 217, + 202, + 170, + 70, + 2, + 248, + 204, + 88, + 145, + 26, + 26, + 249, + 156, + 16, + 18, + 160, + 42, + 26, + 73, + 200, + 122, + 59, + 232, + 158, + 248, + 67, + 187, + 100, + 170, + 183, + 158, + 148, + 168, + 151, + 39, + 151, + 234, + 161, + 191, + 76, + 105, + 99, + 184, + 237, + 169, + 234, + 126, + 167, + 19, + 145, + 130, + 171, + 156, + 123, + 121, + 2, + 218, + 149, + 222, + 228, + 75, + 167, + 230, + 58, + 232, + 158, + 201, + 103, + 144, + 245, + 86, + 150, + 22, + 70, + 231, + 24, + 196, + 166, + 29, + 172, + 197, + 133, + 135, + 204, + 95, + 128, + 29, + 75, + 6, + 164, + 254, + 193, + 43, + 134, + 19, + 25, + 251, + 69, + 196, + 20, + 246, + 89, + 192, + 207, + 51, + 33, + 189, + 195, + 39, + 191, + 72, + 207, + 233, + 232, + 212, + 61, + 184, + 96, + 36, + 6, + 144, + 239, + 191, + 90, + 214, + 242, + 103, + 209, + 105, + 27, + 53, + 134, + 23, + 253, + 136, + 31, + 44, + 54, + 32, + 60, + 123, + 113, + 183, + 167, + 26, + 246, + 128, + 241, + 117, + 62, + 184, + 216, + 76, + 98, + 145, + 96, + 104, + 60, + 79, + 227, + 211, + 138, + 212, + 146, + 156, + 60, + 247, + 76, + 14, + 99, + 62, + 182, + 53, + 178, + 185, + 63, + 211, + 57, + 188, + 152, + 220, + 12, + 69, + 187, + 200, + 131, + 103, + 227, + 223, + 95, + 71, + 148, + 209, + 254, + 30, + 29, + 182, + 16, + 123, + 159, + 122, + 95, + 247, + 241, + 99, + 237, + 129, + 85, + 184, + 171, + 74, + 237, + 254, + 211, + 198, + 199, + 81, + 120, + 76, + 220, + 120, + 233, + 141, + 21, + 78, + 164, + 140, + 15, + 37, + 105, + 205, + 131, + 215, + 249, + 244, + 50, + 163, + 123, + 224, + 230, + 174, + 215, + 182, + 169, + 213, + 16, + 253, + 35, + 170, + 17, + 205, + 163, + 99, + 117, + 198, + 76, + 139, + 224, + 141, + 16, + 113, + 162, + 182, + 99, + 159, + 186, + 251, + 240, + 251, + 109, + 152, + 98, + 147, + 247, + 159, + 127, + 123, + 97, + 83, + 30, + 75, + 237, + 243, + 154, + 198, + 192, + 87, + 45, + 224, + 130, + 69, + 250, + 87, + 148, + 14, + 50, + 32, + 255, + 96, + 118, + 168, + 72, + 229, + 138, + 193, + 92, + 38, + 128, + 74, + 14, + 96, + 162, + 109, + 141, + 194, + 114, + 116, + 180, + 11, + 247, + 147, + 51, + 101, + 151, + 184, + 163, + 149, + 251, + 236, + 185, + 129, + 0, + 78, + 85, + 174, + 198, + 88, + 200, + 119, + 102, + 180, + 104, + 40, + 75, + 119, + 176, + 175, + 3, + 145, + 71, + 185, + 16, + 247, + 128, + 207, + 96, + 195, + 248, + 137, + 200, + 195, + 179, + 12, + 56, + 30, + 133, + 79, + 184, + 172, + 156, + 101, + 178, + 237, + 131, + 251, + 84, + 228, + 73, + 54, + 139, + 68, + 181, + 189, + 143, + 68, + 12, + 111, + 62, + 21, + 129, + 240, + 11, + 76, + 31, + 196, + 141, + 255, + 11, + 132, + 225, + 200, + 196, + 114, + 229, + 66, + 172, + 183, + 37, + 162, + 210, + 105, + 73, + 158, + 35, + 81, + 231, + 20, + 208, + 248, + 90, + 101, + 23, + 196, + 180, + 146, + 170, + 55, + 142, + 48, + 214, + 121, + 238, + 16, + 181, + 94, + 150, + 40, + 65, + 84, + 244, + 165, + 135, + 40, + 211, + 137, + 146, + 163, + 43, + 6, + 54, + 122, + 114, + 146, + 249, + 127, + 71, + 244, + 136, + 159, + 91, + 215, + 109, + 108, + 101, + 20, + 207, + 164, + 124, + 180, + 49, + 16, + 20, + 207, + 154, + 92, + 222, + 96, + 200, + 2, + 255, + 229, + 71, + 73, + 221, + 128, + 76, + 20, + 195, + 19, + 3, + 229, + 151, + 223, + 197, + 63, + 68, + 246, + 90, + 204, + 150, + 79, + 219, + 189, + 81, + 247, + 65, + 193, + 177, + 52, + 6, + 24, + 141, + 177, + 184, + 111, + 222, + 22, + 184, + 201, + 161, + 165, + 14, + 192, + 129, + 194, + 224, + 82, + 15, + 71, + 201, + 146, + 17, + 90, + 199, + 69, + 121, + 190, + 248, + 252, + 158, + 221, + 73, + 184, + 170, + 216, + 7, + 164, + 94, + 207, + 35, + 208, + 181, + 91, + 106, + 94, + 153, + 232, + 21, + 148, + 239, + 18, + 214, + 114, + 198, + 86, + 186, + 70, + 184, + 4, + 9, + 110, + 35, + 102, + 190, + 203, + 38, + 49, + 230, + 104, + 228, + 114, + 177, + 37, + 22, + 133, + 25, + 87, + 36, + 109, + 152, + 65, + 41, + 69, + 11, + 159, + 230, + 125, + 111, + 105, + 186, + 73, + 66, + 164, + 89, + 152, + 42, + 252, + 16, + 253, + 182, + 248, + 209, + 99, + 175, + 87, + 28, + 152, + 47, + 95, + 124, + 158, + 219, + 74, + 48, + 181, + 143, + 75, + 2, + 156, + 78, + 113, + 112, + 45, + 41, + 218, + 14, + 106, + 32, + 167, + 42, + 213, + 46, + 96, + 155, + 7, + 30, + 165, + 249, + 72, + 11, + 185, + 154, + 183, + 218, + 48, + 2, + 137, + 181, + 17, + 88, + 7, + 208, + 88, + 108, + 94, + 112, + 80, + 236, + 127, + 182, + 113, + 138, + 77, + 230, + 48, + 55, + 147, + 111, + 43, + 229, + 82, + 121, + 132, + 16, + 63, + 217, + 66, + 227, + 129, + 94, + 150, + 169, + 191, + 157, + 113, + 35, + 45, + 170, + 40, + 65, + 230, + 39, + 169, + 237, + 7, + 169, + 242, + 63, + 96, + 96, + 40, + 18, + 234, + 95, + 45, + 135, + 2, + 195, + 202, + 107, + 73, + 184, + 178, + 222, + 157, + 134, + 173, + 218, + 13, + 85, + 250, + 54, + 226, + 166, + 31, + 239, + 25, + 10, + 125, + 117, + 169, + 151, + 252, + 239, + 142, + 140, + 215, + 197, + 244, + 28, + 146, + 121, + 29, + 99, + 79, + 236, + 158, + 235, + 145, + 254, + 16, + 77, + 112, + 163, + 202, + 137, + 145, + 156, + 15, + 14, + 9, + 30, + 63, + 217, + 227, + 209, + 213, + 197, + 22, + 52, + 182, + 184, + 36, + 43, + 90, + 197, + 123, + 7, + 151, + 41, + 192, + 130, + 56, + 242, + 182, + 178, + 52, + 69, + 60, + 86, + 82, + 129, + 18, + 71, + 249, + 181, + 80, + 30, + 91, + 118, + 231, + 247, + 68, + 70, + 170, + 61, + 9, + 193, + 46, + 244, + 113, + 173, + 27, + 254, + 49, + 59, + 195, + 197, + 21, + 160, + 180, + 170, + 186, + 221, + 154, + 198, + 190, + 150, + 63, + 3, + 117, + 73, + 244, + 255, + 204, + 62, + 189, + 234, + 121, + 151, + 102, + 18, + 80, + 113, + 69, + 209, + 182, + 146, + 174, + 110, + 194, + 35, + 183, + 202, + 146, + 65, + 214, + 104, + 227, + 171, + 0, + 181, + 145, + 32, + 145, + 245, + 81, + 19, + 247, + 54, + 209, + 62, + 178, + 62, + 129, + 107, + 26, + 194, + 171, + 27, + 119, + 106, + 114, + 200, + 249, + 131, + 236, + 162, + 140, + 149, + 42, + 136, + 26, + 94, + 65, + 178, + 231, + 194, + 131, + 86, + 53, + 111, + 248, + 41, + 123, + 230, + 84, + 134, + 189, + 144, + 166, + 141, + 225, + 33, + 184, + 128, + 47, + 253, + 126, + 29, + 140, + 18, + 128, + 60, + 86, + 50, + 157, + 101, + 187, + 8, + 221, + 140, + 173, + 180, + 207, + 150, + 155, + 193, + 110, + 129, + 181, + 70, + 133, + 46, + 221, + 118, + 167, + 178, + 184, + 108, + 13, + 177, + 211, + 249, + 12, + 237, + 234, + 129, + 146, + 32, + 130, + 131, + 231, + 137, + 245, + 197, + 171, + 6, + 228, + 255, + 32, + 123, + 12, + 7, + 241, + 194, + 216, + 134, + 129, + 228, + 184, + 19, + 233, + 126, + 12, + 172, + 125, + 143, + 215, + 35, + 234, + 197, + 197, + 245, + 44, + 72, + 118, + 23, + 167, + 123, + 142, + 131, + 166, + 225, + 100, + 240, + 133, + 249, + 84, + 64, + 191, + 207, + 233, + 180, + 34, + 239, + 25, + 179, + 124, + 177, + 208, + 95, + 44, + 239, + 0, + 200, + 132, + 238, + 83, + 30, + 47, + 175, + 11, + 124, + 58, + 98, + 158, + 173, + 53, + 189, + 194, + 210, + 81, + 175, + 223, + 182, + 242, + 98, + 158, + 89, + 183, + 253, + 105, + 84, + 42, + 170, + 183, + 184, + 244, + 4, + 228, + 50, + 0, + 209, + 112, + 102, + 67, + 97, + 27, + 242, + 157, + 19, + 141, + 182, + 168, + 25, + 48, + 46, + 189, + 46, + 100, + 206, + 160, + 108, + 225, + 171, + 124, + 39, + 178, + 223, + 68, + 123, + 60, + 43, + 166, + 44, + 133, + 172, + 34, + 244, + 79, + 184, + 149, + 192, + 204, + 180, + 77, + 86, + 244, + 1, + 55, + 57, + 14, + 44, + 223, + 137, + 90, + 22, + 66, + 179, + 71, + 200, + 46, + 95, + 14, + 224, + 120, + 214, + 1, + 7, + 128, + 237, + 197, + 151, + 2, + 194, + 184, + 71, + 51, + 57, + 195, + 199, + 18, + 181, + 150, + 75, + 26, + 68, + 18, + 117, + 125, + 160, + 65, + 73, + 158, + 147, + 231, + 86, + 171, + 187, + 139, + 20, + 252, + 9, + 68, + 240, + 59, + 19, + 161, + 177, + 207, + 51, + 209, + 160, + 64, + 111, + 12, + 171, + 119, + 156, + 245, + 79, + 129, + 243, + 29, + 107, + 231, + 254, + 53, + 216, + 118, + 39, + 20, + 122, + 244, + 74, + 91, + 112, + 47, + 211, + 176, + 156, + 199, + 83, + 152, + 76, + 120, + 175, + 86, + 178, + 32, + 24, + 9, + 6, + 171, + 249, + 96, + 58, + 147, + 49, + 154, + 5, + 42, + 173, + 192, + 220, + 10, + 197, + 104, + 87, + 114, + 74, + 251, + 88, + 36, + 194, + 67, + 153, + 236, + 3, + 241, + 217, + 9, + 98, + 153, + 129, + 171, + 56, + 134, + 248, + 86, + 187, + 72, + 128, + 178, + 208, + 83, + 132, + 86, + 136, + 232, + 151, + 184, + 151, + 67, + 141, + 151, + 16, + 192, + 68, + 7, + 73, + 183, + 148, + 37, + 146, + 37, + 193, + 137, + 136, + 252, + 229, + 221, + 173, + 53, + 106, + 93, + 73, + 37, + 141, + 181, + 167, + 167, + 47, + 162, + 91, + 182, + 65, + 77, + 45, + 6, + 53, + 64, + 147, + 200, + 32, + 73, + 115, + 141, + 62, + 131, + 187, + 236, + 167, + 59, + 153, + 109, + 212, + 184, + 123, + 23, + 166, + 155, + 218, + 130, + 110, + 166, + 246, + 8, + 163, + 249, + 188, + 83, + 97, + 48, + 233, + 0, + 251, + 150, + 201, + 151, + 29, + 2, + 52, + 28, + 183, + 67, + 10, + 158, + 9, + 125, + 0, + 90, + 74, + 144, + 190, + 131, + 193, + 89, + 2, + 126, + 125, + 210, + 48, + 186, + 178, + 203, + 247, + 127, + 50, + 225, + 114, + 197, + 164, + 192, + 58, + 46, + 161, + 91, + 119, + 224, + 203, + 98, + 229, + 66, + 135, + 117, + 101, + 163, + 62, + 100, + 200, + 2, + 6, + 34, + 114, + 82, + 15, + 234, + 123, + 37, + 194, + 191, + 38, + 119, + 123, + 60, + 156, + 234, + 58, + 167, + 116, + 176, + 84, + 54, + 59, + 247, + 135, + 99, + 188, + 80, + 14, + 54, + 184, + 193, + 237, + 159, + 180, + 243, + 81, + 180, + 253, + 178, + 187, + 10, + 96, + 238, + 106, + 45, + 56, + 214, + 147, + 204, + 51, + 121, + 185, + 166, + 56, + 79, + 155, + 14, + 65, + 224, + 97, + 54, + 109, + 221, + 30, + 13, + 136, + 172, + 72, + 148, + 170, + 113, + 236, + 28, + 25, + 3, + 157, + 224, + 166, + 133, + 94, + 217, + 189, + 193, + 54, + 7, + 68, + 252, + 181, + 117, + 238, + 125, + 156, + 18, + 212, + 202, + 248, + 166, + 136, + 183, + 69, + 39, + 11, + 5, + 213, + 175, + 245, + 108, + 17, + 29, + 9, + 91, + 33, + 135, + 60, + 87, + 180, + 192, + 32, + 93, + 27, + 201, + 139, + 93, + 40, + 3, + 156, + 35, + 91, + 0, + 141, + 109, + 65, + 115, + 145, + 106, + 170, + 93, + 173, + 157, + 0, + 243, + 249, + 28, + 201, + 112, + 95, + 238, + 49, + 211, + 66, + 171, + 101, + 139, + 68, + 240, + 176, + 223, + 93, + 23, + 112, + 129, + 183, + 152, + 80, + 40, + 64, + 247, + 152, + 60, + 157, + 20, + 215, + 5, + 105, + 194, + 92, + 190, + 129, + 149, + 200, + 171, + 183, + 138, + 228, + 231, + 56, + 112, + 243, + 218, + 151 + ], + "expectedReplyTypes": [] + } + ] +} \ No newline at end of file diff --git a/tmp/jibo-test-46/captures/websocket/fixtures/neohubjibocom-neohubproactive-tidd36da4d442a611f1aba45cf821ea55ae.flow.json b/tmp/jibo-test-46/captures/websocket/fixtures/neohubjibocom-neohubproactive-tidd36da4d442a611f1aba45cf821ea55ae.flow.json new file mode 100644 index 0000000..1bba3ef --- /dev/null +++ b/tmp/jibo-test-46/captures/websocket/fixtures/neohubjibocom-neohubproactive-tidd36da4d442a611f1aba45cf821ea55ae.flow.json @@ -0,0 +1,102 @@ +{ + "name": "neohubjibocom-neohubproactive-tidd36da4d442a611f1aba45cf821ea55ae", + "session": { + "hostName": "neo-hub.jibo.com", + "path": "/v1/proactive", + "kind": "neo-hub-proactive", + "token": "hub-usr_openjibo_owner-1777340189867" + }, + "steps": [ + { + "text": { + "type": "TRIGGER", + "ts": 1777341970615, + "msgID": "mid-d388c070-42a6-11f1-a414-5cf821ea55ae", + "transID": "tid-d36da4d4-42a6-11f1-aba4-5cf821ea55ae", + "data": { + "triggerSource": "SURPRISE", + "triggerData": { + "looperID": "5c0b221fdf9d450019c5e255" + } + } + }, + "binary": null, + "expectedReplyTypes": [] + }, + { + "text": { + "type": "CONTEXT", + "ts": 1777341970702, + "msgID": "mid-d395f790-42a6-11f1-95f4-5cf821ea55ae", + "transID": "tid-d36da4d4-42a6-11f1-aba4-5cf821ea55ae", + "data": { + "runtime": { + "character": { + "emotion": { + "name": "NEUTRAL", + "valence": 0.45, + "confidence": 0.2 + }, + "motivation": { + "social": 1, + "playful": 0.5152989351851469 + } + }, + "perception": { + "speaker": "5c0b221fdf9d450019c5e255", + "peoplePresent": [ + { + "id": "NOT_TRAINED", + "entityId": 16085, + "type": "fused", + "confidence": 1 + } + ] + }, + "location": { + "city": "Pleasant Hill", + "state": "Missouri", + "stateAbbr": "MO", + "country": "United States", + "countryCode": "US", + "lat": 38.8358494, + "lng": -94.1427229, + "iso": "2026-04-27T21:06:10.626-05:00" + }, + "loop": { + "loopId": "5c0b221fdf9d450019c5e253", + "users": [ + { + "firstName": "Erin", + "lastName": "Picone", + "phoneticName": "Erin", + "gender": "female", + "birthdate": 649209600000, + "id": "5c0b221fdf9d450019c5e255", + "accountId": "5c0b20547c46170019235759" + } + ], + "jibo": { + "color": "WHITE", + "birthdate": 1544234645598, + "id": "5c0b221fdf9d450019c5e254" + }, + "owner": "5c0b221fdf9d450019c5e255" + }, + "dialog": { + "referent": null + } + }, + "skill": { + "id": null + }, + "general": { + "release": "1.9.2" + } + } + }, + "binary": null, + "expectedReplyTypes": [] + } + ] +} \ No newline at end of file diff --git a/tmp/jibo-test-46/jibo test 46.txt b/tmp/jibo-test-46/jibo test 46.txt new file mode 100644 index 0000000..f345f86 --- /dev/null +++ b/tmp/jibo-test-46/jibo test 46.txt @@ -0,0 +1,354 @@ + +2026-05-14T21:48:26.710047-05:00 Royal-Current-Sage-Canvas jibo-system-manager[473,info]: - P.SystemManager.Service.Monitor: Service server launched with PID 5424 +2026-05-14T21:48:26.853692-05:00 Royal-Current-Sage-Canvas jibo-server-service[5424,warning]: - P.ServiceRegistryClient: ServiceRegistryClient::registerService error: Bad Request +2026-05-14T21:48:27.649707-05:00 Royal-Current-Sage-Canvas jibo-server-service[5424,err]: - P.NotificationSubsystem: NotificationSubsystem::connect Failed to connect to the server: Could not request robot token: Connection refused +2026-05-14T21:48:27.650949-05:00 Royal-Current-Sage-Canvas jibo-server-service[5424,info]: - P.ServiceApp: Chronometer timestamp: 1176105 s, 59927 us +2026-05-14T21:48:30.654228-05:00 Royal-Current-Sage-Canvas jibo-server-service[5424,err]: - P.NotificationSubsystem: NotificationSubsystem::connect Failed to connect to the server: Could not request robot token: Connection refused +2026-05-15T02:48:32.099Z Royal-Current-Sage-Canvas ssm[937,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Error.Logger: Added L2-Cannot_connect_to_server +2026-05-15T02:48:32.179Z Royal-Current-Sage-Canvas ssm[937,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Error.Logger: Added Q4-Server_connection_lost +2026-05-15T02:48:32.204Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { intent: 'launch',\n entities: { skill: '@be/settings', errorId: 'Q4-Server_connection_lost' },\n rules: null },\n asr: { text: '', confidence: 1 } } +2026-05-15T02:48:32.260Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from RELAXED to IDLE +2026-05-15T02:48:32.222Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/settings { nlu: \n { intent: 'launch',\n entities: { skill: '@be/settings', errorId: 'Q4-Server_connection_lost' },\n rules: null },\n asr: { text: '', confidence: 1 } } +2026-05-15T02:48:32.228Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-05-15T02:48:32.367Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to ENGAGED +2026-05-15T02:48:32.400Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to OFF +2026-05-15T02:48:32.231Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/idle @be/settings +2026-05-15T02:48:32.232Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/idle +2026-05-15T02:48:32.237Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/idle +2026-05-15T02:48:32.426Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.HttpHandler: Handling JetHttpHandler:/listen/set_hj_mode +2026-05-15T02:48:32.426Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: hjw_JM_SET_HJ_MODE +2026-05-15T02:48:32.426Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: Handled JM_SET_HJ_MODE in 0 ms. +2026-05-15T02:48:32.238Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Idle: Stopping +2026-05-15T02:48:32.250Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to false +2026-05-15T02:48:32.254Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Idle: Clearing animation queue. +2026-05-15T02:48:32.271Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/idle +2026-05-15T02:48:32.275Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-05-15T02:48:32.283Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/idle +2026-05-15T02:48:32.285Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/settings { nlu: \n { intent: 'launch',\n entities: { skill: '@be/settings', errorId: 'Q4-Server_connection_lost' },\n rules: null },\n asr: { text: '', confidence: 1 } } +2026-05-15T02:48:32.311Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/settings +2026-05-15T02:48:32.323Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/settings'' +2026-05-15T02:48:32.340Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/settings'' +2026-05-15T02:48:32.347Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-05-15T02:48:32.349Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/settings +2026-05-15T02:48:32.351Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/settings { nlu: \n { intent: 'launch',\n entities: { skill: '@be/settings', errorId: 'Q4-Server_connection_lost' },\n rules: null },\n asr: { text: '', confidence: 1 } } +2026-05-15T02:48:32.357Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/idle @be/settings { nlu: \n { intent: 'launch',\n entities: { skill: '@be/settings', errorId: 'Q4-Server_connection_lost' },\n rules: null },\n asr: { text: '', confidence: 1 } } +2026-05-15T02:48:32.368Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/settings +2026-05-15T02:48:32.370Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/settings +2026-05-15T02:48:32.373Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-05-15T02:48:32.379Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Settings.error: SubSkill Launched +2026-05-15T02:48:32.399Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-05-15T02:48:32.401Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/settings { nlu: \n { intent: 'launch',\n entities: { skill: '@be/settings', errorId: 'Q4-Server_connection_lost' },\n rules: null },\n asr: { text: '', confidence: 1 } } +2026-05-14T21:48:45.676144-05:00 Royal-Current-Sage-Canvas jibo-server-service[5424,err]: - P.NotificationSubsystem: NotificationSubsystem::connect Failed to connect to the server: Could not request robot token: Connection refused +2026-05-14T21:49:00.703126-05:00 Royal-Current-Sage-Canvas jibo-server-service[5424,err]: - P.NotificationSubsystem: NotificationSubsystem::connect Failed to connect to the server: Could not request robot token: Connection refused +2026-05-14T21:49:15.747756-05:00 Royal-Current-Sage-Canvas jibo-server-service[5424,err]: - P.NotificationSubsystem: NotificationSubsystem::connect Failed to connect to the server: Could not request robot token: Connection refused +2026-05-15T02:49:25.471Z Royal-Current-Sage-Canvas ssm[937,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Error.Logger: Removed Q4-Server_connection_lost +2026-05-15T02:49:25.490Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Settings.error: error resolved: Q4-Server_connection_lost +2026-05-15T02:49:25.495Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Settings.error: no more errors! +2026-05-15T02:49:25.516Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Be: REDIRECT: skill redirect: @be/idle {} +2026-05-14T21:49:25.541392-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: { "tts": { "stop_request" : "Calling TTS stop" } } +2026-05-15T02:49:25.537Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from OFF to ENGAGED +2026-05-15T02:49:25.518Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/idle { asr: { text: '', confidence: 1 } } +2026-05-15T02:49:25.521Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-05-15T02:49:25.526Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/settings @be/idle +2026-05-15T02:49:25.576Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.HttpHandler: Handling JetHttpHandler:/listen/set_hj_mode +2026-05-15T02:49:25.576Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: hjw_JM_SET_HJ_MODE +2026-05-15T02:49:25.576Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: Handled JM_SET_HJ_MODE in 0 ms. +2026-05-15T02:49:25.528Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/settings +2026-05-15T02:49:25.529Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/settings +2026-05-15T02:49:25.530Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Settings.error: SubSkill killed before its time +2026-05-15T02:49:26.092Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/settings +2026-05-15T02:49:26.093Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-05-15T02:49:26.096Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/settings +2026-05-15T02:49:26.097Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/idle { asr: { text: '', confidence: 1 } } +2026-05-15T02:49:26.111Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/idle +2026-05-15T02:49:26.137Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to IDLE +2026-05-15T02:49:26.113Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/idle'' +2026-05-15T02:49:26.120Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/idle'' +2026-05-15T02:49:26.123Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-05-15T02:49:26.125Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/idle +2026-05-15T02:49:26.127Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/idle { asr: { text: '', confidence: 1 } } +2026-05-15T02:49:26.129Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/settings @be/idle { asr: { text: '', confidence: 1 } } +2026-05-15T02:49:26.133Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/idle +2026-05-15T02:49:26.139Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/idle +2026-05-15T02:49:26.140Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-05-15T02:49:26.144Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: adding listener for SLEEP +2026-05-15T02:49:26.145Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to true +2026-05-15T02:49:26.147Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Idle: Starting +2026-05-15T02:49:26.155Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from RELAXED to SELECT_INTENT. +2026-05-15T02:49:26.159Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering: SELECT_INTENT +2026-05-15T02:49:26.169Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/idle { asr: { text: '', confidence: 1 } } +2026-05-15T02:49:26.670Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from SELECT_INTENT to ALERT. +2026-05-15T02:49:26.672Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering ALERT +2026-05-15T02:49:26.680Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between SELECT_INTENT and ALERT +2026-05-15T02:49:26.740Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4. +2026-05-14T21:49:30.204040-05:00 Royal-Current-Sage-Canvas jibo-system-manager[473,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-STARTED +2026-05-14T21:49:32.704723-05:00 Royal-Current-Sage-Canvas jibo-server-service[5424,info]: - P.NotificationSubsystem: NotificationSubsystem::connect Connecting to api-socket.jibo.com:443/token-Royal-Current-Sage-Canvas-1778813372493 +2026-05-14T21:49:33.688649-05:00 Royal-Current-Sage-Canvas jibo-server-service[5424,info]: - P.NotificationSubsystem: NotificationSubsystem::connect established connection to server +2026-05-14T21:49:35.205787-05:00 Royal-Current-Sage-Canvas jibo-system-manager[473,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 44343 30:23:03:95:2b:b8 +2026-05-14T21:49:35.206125-05:00 Royal-Current-Sage-Canvas jibo-system-manager[473,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 44344 30:23:03:3f:51:e6 +2026-05-14T21:49:35.206367-05:00 Royal-Current-Sage-Canvas jibo-system-manager[473,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 44345 80:69:1a:95:0b:6d +2026-05-14T21:49:35.206596-05:00 Royal-Current-Sage-Canvas jibo-system-manager[473,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 44346 86:69:1a:95:0b:6d +2026-05-14T21:49:35.206804-05:00 Royal-Current-Sage-Canvas jibo-system-manager[473,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 44347 36:23:03:3f:51:e5 +2026-05-14T21:49:35.207029-05:00 Royal-Current-Sage-Canvas jibo-system-manager[473,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 44348 b0:39:56:ea:f8:8e +2026-05-14T21:49:35.207193-05:00 Royal-Current-Sage-Canvas jibo-system-manager[473,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-BSS-ADDED 44349 7a:c3:2a:77:55:eb +2026-05-14T21:49:35.207402-05:00 Royal-Current-Sage-Canvas jibo-system-manager[473,info]: - P.SystemManager.WPAControlInterface: <3>CTRL-EVENT-SCAN-RESULTS +2026-05-15T02:49:42.705Z Royal-Current-Sage-Canvas ssm[937,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Error.Logger: Removed L2-Cannot_connect_to_server +2026-05-15T02:49:46.220Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 20077 +2026-05-15T02:49:46.224Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Idle Face +2026-05-15T02:49:46.464Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 16 walign: B020C088 palign: B0222800 {"word_alignment":"1176148864 1176148992 hey 0.00 1176148992 1176149376 jibo 0.00 "} +2026-05-15T02:49:46.464Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 16.4757 dB +2026-05-15T02:49:46.465Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 1176148864 +2026-05-15T02:49:46.467Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: hjw_JM_RECOG_HJ_EVENT +2026-05-15T02:49:46.468Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: Entering PH-W state +2026-05-14T21:49:46.471474-05:00 Royal-Current-Sage-Canvas jibo-audio-service[642,notice]: - P.AudioService: detection: {"ts":[1176183,880508],"type":"hotphrase","id":428,"location":{"ts":[1176183,682180],"possibilities":[{"channels":[0,12],"position":{"x":1.0039334297180176,"y":-0.04584778845310211,"z":-0.09655359387397766},"confidence":0.03289316967129707}]},"utterances":[]} +2026-05-15T02:49:46.471Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 4 ms. +2026-05-15T02:49:46.488Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,debug]: - C.Jetstream.RecLoop: Speaker: 5c0b221fdf9d450019c5e255 score: -0.23487 accepted: 1 +2026-05-15T02:49:46.488Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT +2026-05-15T02:49:46.489Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 1 ms. +2026-05-14T21:49:46.490486-05:00 Royal-Current-Sage-Canvas jibo-audio-service[642,notice]: - P.AudioService: detection: {"ts":[1176183,899405],"type":"jet_speaker_id","id":428,"data":{"speakers":[{"speaker":"5c0b221fdf9d450019c5e255","score":-0.2348702996969223,"accepted":true,"high_confidence":false}],"snr":12.65667724609375}} +2026-05-15T02:49:46.473Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard +2026-05-15T02:49:46.552Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: 5c0b221fdf9d450019c5e255 | accepted: true | confidence: false | score: -0.2348702996969223 +2026-05-14T21:49:46.576862-05:00 Royal-Current-Sage-Canvas jibo-identity-service[663,info]: - P.ImageIdentifier: ImageIdentifier[deepid]::identify [["5c0b221fdf9d450019c5e255", "face", 0.424507]] +2026-05-14T21:49:46.580501-05:00 Royal-Current-Sage-Canvas jibo-lps-service[725,info]: - P.IdentityFusion: IdentityFusion::measure input from: face with 1 hypotheses +2026-05-14T21:49:46.580564-05:00 Royal-Current-Sage-Canvas jibo-lps-service[725,info]: - P.IdentityFusion: Identity::Measure face Quality:1 Id: 5c0b221fdf9d450019c5e255 Conf: 0.424507 +2026-05-14T21:49:46.580630-05:00 Royal-Current-Sage-Canvas jibo-lps-service[725,info]: - P.IdentityFusion: IdentityFusion with 2 options from 1 inputs. +2026-05-14T21:49:46.580687-05:00 Royal-Current-Sage-Canvas jibo-lps-service[725,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0.040845 Op: NOT_TRAINED Score: 0.3 +2026-05-14T21:49:46.580736-05:00 Royal-Current-Sage-Canvas jibo-lps-service[725,info]: - P.IdentityFusion: Identity Update Best Score: 0.3 Best ID: NOT_TRAINED +2026-05-14T21:49:46.581376-05:00 Royal-Current-Sage-Canvas jibo-lps-service[725,info]: - P.IdentityFusion: IdentityFusion CHANGING identity from UNKNOWN to NOT_TRAINED +2026-05-15T02:49:46.609Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to COMMAND +2026-05-15T02:49:46.557Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Emitting idAcquired from source: VOICE +2026-05-15T02:49:46.563Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: ID_ACQUIRED +2026-05-15T02:49:46.567Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker accepted. +2026-05-15T02:49:46.586Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo' +2026-05-15T02:49:46.601Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'HJOrient' to achieve goal 'Hey Jibo' +2026-05-15T02:49:46.673Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request +2026-05-15T02:49:46.655Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action: Initial face: { x: 1.0039334297180176,\n y: -0.04584778845310211,\n z: -0.09655359387397766 } null +2026-05-15T02:49:46.687Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired! +2026-05-15T02:49:46.688Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Command Look +2026-05-15T02:49:46.733Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face started 20077 +2026-05-15T02:49:46.737Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Emotion.Appraisal.IdentityRule: Appraising data from identity data: VISIBLE_FACE_STARTED +2026-05-14T21:49:46.834847-05:00 Royal-Current-Sage-Canvas jibo-lps-service[725,info]: - P.IdentityFusion: IdentityFusion::measure input from: voice with 1 hypotheses +2026-05-14T21:49:46.834921-05:00 Royal-Current-Sage-Canvas jibo-lps-service[725,info]: - P.IdentityFusion: Identity::Measure voice Quality:12.6567 Id: 5c0b221fdf9d450019c5e255 Conf: -0.23487 +2026-05-14T21:49:46.834961-05:00 Royal-Current-Sage-Canvas jibo-lps-service[725,info]: - P.IdentityFusion: Identity::Measurement failed ratio test. +2026-05-14T21:49:46.835009-05:00 Royal-Current-Sage-Canvas jibo-lps-service[725,info]: - P.IdentityFusion: IdentityFusion with 2 options from 2 inputs. +2026-05-14T21:49:46.835060-05:00 Royal-Current-Sage-Canvas jibo-lps-service[725,info]: - P.IdentityFusion: IdentityFusion::updateIdentity Op: 5c0b221fdf9d450019c5e255 Score: 0 Op: NOT_TRAINED Score: 0.02297 +2026-05-14T21:49:46.835105-05:00 Royal-Current-Sage-Canvas jibo-lps-service[725,info]: - P.IdentityFusion: Identity Update Best Score: 0.02297 Best ID: NOT_TRAINED +2026-05-14T21:49:46.835155-05:00 Royal-Current-Sage-Canvas jibo-lps-service[725,info]: - P.IdentityFusion: IdentityFusion NO CHANGE. +2026-05-15T02:49:47.076Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-05-15T02:49:47.076Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-05-15T02:49:47.076Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: [messageContext@1 gain="6.664777" requestID="GLOBAL" transID="tid-bbba1114-5008-11f1-979b-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-05-15T02:49:47.079Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-05-15T02:49:47.252Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 176 ms. +2026-05-15T02:49:47.267Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted +2026-05-15T02:49:48.296Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED +2026-05-15T02:49:48.332Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (position based): 20077 +2026-05-15T02:49:48.428Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request +2026-05-15T02:49:48.424Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Expression.Base.ResolveHandle: Someone tried to cancel ResolveHandle after it was resolved! +2026-05-15T02:49:48.453Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired! +2026-05-15T02:49:48.454Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Asserting attention rule after interruption: Command Look +2026-05-15T02:49:50.297Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED +2026-05-15T02:49:50.331Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Primary face selected (entity match): 20077 +2026-05-15T02:49:50.696Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Demand Face Detect found 1 faces +2026-05-15T02:49:51.169Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: deleting person entity 20078 +2026-05-15T02:49:51.246Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Proactive.SignalFacePersisted: Persisting face entity ID 20077 has an identity of null +2026-05-15T02:49:52.874Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-05-15T02:49:52.874Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 0 ms. +2026-05-15T02:49:52.875Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-05-15T02:49:52.875Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 1 ms. +2026-05-15T02:49:52.883Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: true,\n transID: 'tid-bbba1114-5008-11f1-979b-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'Can you recognize me?' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'memory_get_name',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: \n { cloudSkill: null,\n intent: 'memory_get_name',\n rule: 'launch',\n score: 0.95,\n skipSurprises: true } } } +2026-05-15T02:49:52.920Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to IDLE +2026-05-15T02:49:52.951Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-05-15T02:49:52.951Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 0 ms. +2026-05-15T02:49:52.897Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'Can you recognize me?' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'memory_get_name',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: \n { cloudSkill: null,\n intent: 'memory_get_name',\n rule: 'launch',\n score: 0.95,\n skipSurprises: true } },\n status: 'SUCCEEDED',\n transID: 'tid-bbba1114-5008-11f1-979b-5cf821ea55ae' } +2026-05-15T02:49:52.907Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-05-15T02:49:53.000Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from IDLE to ENGAGED +2026-05-15T02:49:52.912Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient: event waiter 'HJ Listen Complete' +2026-05-15T02:49:52.916Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient time to face: 1770 +2026-05-15T02:49:52.917Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.HJOrient: HJOrient had initial face?: false +2026-05-15T02:49:52.924Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'memory_get_name',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-05-15T02:49:52.927Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'memory_get_name',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-05-14T21:49:53.149319-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: GET TTS LEX +2026-05-14T21:49:53.149688-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: TTS Get TTS Lex session start - 5c73ae6c-75b0-4cdc-9543-821ebefdc527 +2026-05-14T21:49:53.150584-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: TTS Get TTS Lex session end - 5c73ae6c-75b0-4cdc-9543-821ebefdc527 +2026-05-14T21:49:53.196450-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: GET TTS POS Tags +2026-05-14T21:49:53.196810-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: TTS Get POS Tags session start - 9daa7ac1-c120-40e5-b88c-f4f588e2bbab +2026-05-14T21:49:53.197440-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: TTS Get POS Tags session end - 9daa7ac1-c120-40e5-b88c-f4f588e2bbab +2026-05-15T02:49:52.929Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-05-15T02:49:52.932Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/idle @be/nimbus +2026-05-15T02:49:52.933Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/idle +2026-05-15T02:49:52.937Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/idle +2026-05-14T21:49:53.298324-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: GET TTS Token times +2026-05-14T21:49:53.299134-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}} +2026-05-15T02:49:52.939Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Idle: Stopping +2026-05-15T02:49:52.941Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to false +2026-05-15T02:49:52.943Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Idle: Clearing animation queue. +2026-05-15T02:49:52.947Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/idle +2026-05-15T02:49:52.948Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-05-15T02:49:52.953Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/idle +2026-05-15T02:49:52.954Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'memory_get_name',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-05-15T02:49:52.977Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'HJOrient' with result: 'SUCCEEDED' +2026-05-15T02:49:52.981Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/nimbus +2026-05-15T02:49:52.984Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-05-15T02:49:52.986Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/nimbus'' +2026-05-15T02:49:52.988Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-05-15T02:49:52.990Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/nimbus +2026-05-15T02:49:52.990Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'memory_get_name',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-05-15T02:49:52.993Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/idle @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'memory_get_name',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-05-15T02:49:52.998Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/nimbus +2026-05-15T02:49:52.999Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/nimbus +2026-05-15T02:49:53.002Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Opening +2026-05-15T02:49:53.013Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Awaiting Cloud Skill response... +2026-05-15T02:49:53.016Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'memory_get_name',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-05-15T02:49:53.018Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Received Cloud Skill response. +2026-05-15T02:49:53.022Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processing Cloud Skill response... +2026-05-15T02:49:53.030Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Recieved analytics from cloud skill. +2026-05-15T02:49:53.030Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processed Cloud Skill response. +2026-05-15T02:49:53.035Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Executing Cloud Skill SLIM: RUNTIME_PROMPT +2026-05-15T02:49:53.091Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning Speaker 5c0b221fdf9d450019c5e255. +2026-05-15T02:49:53.117Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received +2026-05-15T02:49:53.121Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request +2026-05-15T02:49:53.128Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: 2a775294-463d-4346-88f4-c469e455cab6 +2026-05-14T21:49:53.354009-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: TTS Get Tokens session end - 15e00ac5-6afb-4feb-b012-37a81076fcc5 +2026-05-15T02:49:53.453Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode +2026-05-15T02:49:53.490Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to SPEAKING +2026-05-15T02:49:53.496Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish +2026-05-15T02:49:53.501Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: 2a775294-463d-4346-88f4-c469e455cab6 +2026-05-14T21:49:53.569547-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: TTS session start - f56a265b-a604-48e9-a28e-ac72ebb9c801 +2026-05-14T21:49:53.569654-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}} +2026-05-14T21:49:53.570606-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: TTS calling speak - f56a265b-a604-48e9-a28e-ac72ebb9c801 +2026-05-14T21:49:53.570648-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: Synthesizing cached +2026-05-15T02:49:54.214Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION AttentionManager not trying to do lookat, we have no dofs!! +2026-05-15T02:49:54.710Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.RecLoop: utterance: hey jibo score: 73 walign: B020C088 palign: B0222800 {"word_alignment":"1176157184 1176157312 hey 0.00 1176157312 1176157696 jibo 0.00 "} +2026-05-15T02:49:54.710Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.RecLoop: HJ: signal sent to ASR will be boosted 22.9073 dB +2026-05-15T02:49:54.711Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,debug]: - C.Jetstream.RecogSpeakerID: RecogSpeakerTD starting at 1176157184 +2026-05-15T02:49:54.711Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_HJ_EVENT +2026-05-15T02:49:54.713Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_HJ_EVENT in 2 ms. +2026-05-14T21:49:54.713450-05:00 Royal-Current-Sage-Canvas jibo-audio-service[642,notice]: - P.AudioService: detection: {"ts":[1176192,122506],"type":"hotphrase","id":429,"location":{"ts":[1176191,923296],"possibilities":[{"channels":[5],"position":{"x":-0.8378824591636658,"y":-0.4117160141468048,"z":-0.040836527943611148},"confidence":0.06500232219696045},{"channels":[19],"position":{"x":-0.7859353423118591,"y":0.5209631323814392,"z":0.44239342212677},"confidence":0.01716960035264492}]},"utterances":[]} +2026-05-14T21:49:54.755153-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: TTS session end - f56a265b-a604-48e9-a28e-ac72ebb9c801 +2026-05-15T02:49:54.716Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n message: '',\n status: 'INTERRUPTED',\n transID: 'tid-bbba1114-5008-11f1-979b-5cf821ea55ae' } +2026-05-15T02:49:54.728Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: hjHeard +2026-05-14T21:49:54.783819-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: { "tts": { "stop_request" : "Calling TTS stop" } } +2026-05-15T02:49:54.739Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received +2026-05-15T02:49:54.742Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing stop request on active session: 2a775294-463d-4346-88f4-c469e455cab6 +2026-05-15T02:49:54.748Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Stopped +2026-05-15T02:49:54.759Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received +2026-05-15T02:49:54.817Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Speaking Primary Face +2026-05-15T02:49:54.821Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to ENGAGED +2026-05-15T02:49:54.800Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: 2a775294-463d-4346-88f4-c469e455cab6 +2026-05-15T02:49:54.811Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Hey Jibo' +2026-05-15T02:49:54.839Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to COMMAND +2026-05-15T02:49:54.815Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Basic Lookat' to achieve goal 'Hey Jibo' +2026-05-15T02:49:54.834Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: 2a775294-463d-4346-88f4-c469e455cab6 +2026-05-15T02:49:54.853Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Received attendToTarget request +2026-05-15T02:49:54.836Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request +2026-05-15T02:49:54.891Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look rule has fired! +2026-05-15T02:49:54.896Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Switched Attention Rule:Command Look +2026-05-15T02:49:55.279Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,warning]: - C.Jibohub_client.Connection: Socket to HUB opened in >500ms. +2026-05-15T02:49:55.279Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.LhubClient: Hub Client connection opened. +2026-05-15T02:49:55.279Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_CLIENT_CONNECT_RESULT +2026-05-15T02:49:55.280Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: [messageContext@1 gain="13.975426" requestID="GLOBAL" transID="tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae"] C.Jetstream.LhubClient: Hub LISTEN request keystone log entry +2026-05-15T02:49:55.280Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_CLIENT_CONNECT_RESULT in 1 ms. +2026-05-15T02:49:55.282Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnStarted +2026-05-15T02:49:55.290Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,debug]: - C.Jetstream.LhubClient: Set Audio encoder to type: OGG_OPUS +2026-05-15T02:49:55.407Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.RecogSpeakerID: Speaker ID: isAuthDone=true but AuthResult=false +2026-05-15T02:49:55.407Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: phw_JM_RECOG_SPEAKER_EVENT +2026-05-14T21:49:55.409034-05:00 Royal-Current-Sage-Canvas jibo-audio-service[642,notice]: - P.AudioService: detection: {"ts":[1176192,818090],"type":"jet_speaker_id","id":429,"data":{"speakers":[],"snr":0.0}} +2026-05-14T21:49:55.409681-05:00 Royal-Current-Sage-Canvas jibo-lps-service[725,warning]: - P.Engine.AudioDetectionAction: SpeakerID with no IDs? +2026-05-15T02:49:55.411Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter.ConvTechSpeakerID: Speaker ID: Empty speaker list +2026-05-15T02:49:55.412Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Most recent speaker invalidated by rejected speaker id. +2026-05-15T02:49:55.467Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: Handled JM_RECOG_SPEAKER_EVENT in 60 ms. +2026-05-15T02:49:55.821Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: visible face stopped 20077 +2026-05-15T02:49:56.775Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION attendToTarget Command Look resolving with status:SUCCEEDED +2026-05-15T02:49:56.785Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from COMMAND to ENGAGED +2026-05-15T02:49:56.788Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Basic Lookat' with result: 'SUCCEEDED' +2026-05-14T21:50:00.613785-05:00 Royal-Current-Sage-Canvas crond[159,info]: - USER root pid 5455 cmd /usr/bin/random_logrotate +2026-05-15T02:50:00.625Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_LISTEN +2026-05-15T02:50:00.626Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_LISTEN in 1 ms. +2026-05-15T02:50:00.626Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_EOS +2026-05-15T02:50:00.627Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_EOS in 1 ms. +2026-05-15T02:50:00.630Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: skillSwitch: { skillID: undefined,\n onRobot: undefined,\n isProactive: undefined,\n skipSurprises: true,\n transID: 'tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae',\n data: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'current.' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: \n { cloudSkill: null,\n intent: 'chat',\n rule: 'launch',\n score: 0.95,\n skipSurprises: true } } } +2026-05-15T02:50:00.637Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: globalTurnResult: { global: true,\n result: \n ListenResult {\n asr: { confidence: 0.95, final: true, text: 'current.' },\n nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n match: \n { cloudSkill: null,\n intent: 'chat',\n rule: 'launch',\n score: 0.95,\n skipSurprises: true } },\n status: 'SUCCEEDED',\n transID: 'tid-c0a3f85c-5008-11f1-a31c-5cf821ea55ae' } +2026-05-15T02:50:00.642Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Jetstream: Jetstream: eos received +2026-05-15T02:50:00.645Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: skill relaunch command from Global Service { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-05-15T02:50:00.695Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: phw_JM_HUB_SKILL_INFO +2026-05-15T02:50:00.647Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-05-15T02:50:00.696Z Royal-Current-Sage-Canvas jibo-jetstream-service[682,info]: - C.Jetstream.ListenLoop: Handled JM_HUB_SKILL_INFO in 1 ms. +2026-05-15T02:50:00.649Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-05-15T02:50:00.653Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/nimbus @be/nimbus +2026-05-15T02:50:00.654Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: refreshing skill @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'memory_get_name',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-05-15T02:50:00.657Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Opening +2026-05-15T02:50:00.658Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: refreshing skill success @be/nimbus { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'memory_get_name',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } { nlu: \n { confidence: 0.95,\n entities: {},\n intent: 'chat',\n rules: [ 'launch', 'globals/global_commands_launch' ] },\n asr: { text: '', confidence: 0.95 } } +2026-05-15T02:50:00.667Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-05-15T02:50:00.680Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Awaiting Cloud Skill response... +2026-05-14T21:50:00.754375-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: GET TTS LEX +2026-05-14T21:50:00.754724-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: TTS Get TTS Lex session start - b5632f38-7478-46e1-a978-4965ce02548c +2026-05-14T21:50:00.755503-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: TTS Get TTS Lex session end - b5632f38-7478-46e1-a978-4965ce02548c +2026-05-15T02:50:00.697Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Received Cloud Skill response. +2026-05-15T02:50:00.698Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processing Cloud Skill response... +2026-05-14T21:50:00.773669-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: GET TTS POS Tags +2026-05-14T21:50:00.774105-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: TTS Get POS Tags session start - cf299d15-0927-40fa-bb4e-a83c6160ddfa +2026-05-14T21:50:00.775245-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: TTS Get POS Tags session end - cf299d15-0927-40fa-bb4e-a83c6160ddfa +2026-05-15T02:50:00.702Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Recieved analytics from cloud skill. +2026-05-15T02:50:00.704Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Processed Cloud Skill response. +2026-05-14T21:50:00.797710-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: GET TTS POS Tags +2026-05-14T21:50:00.798129-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: TTS Get POS Tags session start - d5f97c5b-2aa0-4143-aef4-76663397abc2 +2026-05-14T21:50:00.799001-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: TTS Get POS Tags session end - d5f97c5b-2aa0-4143-aef4-76663397abc2 +2026-05-15T02:50:00.706Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Executing Cloud Skill SLIM: RUNTIME_PROMPT +2026-05-15T02:50:00.740Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-05-14T21:50:00.820256-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: GET TTS Token times +2026-05-15T02:50:00.746Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak request received +2026-05-15T02:50:00.748Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Processing speak request +2026-05-15T02:50:00.749Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Starting new speak session: f888b4e4-bbc1-4c0c-b737-bbc3795169d6 +2026-05-14T21:50:00.821095-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE","earlyStopTime":-1.0},"type":"token"}} +2026-05-14T21:50:01.008847-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: TTS Get Tokens session end - 0e48069a-0428-4d54-b354-c72f9c59f10d +2026-05-15T02:50:01.032Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Pushing Speaking Attention Mode +2026-05-15T02:50:01.058Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to SPEAKING +2026-05-15T02:50:01.064Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Waiting for Embodied Listen to finish +2026-05-15T02:50:01.068Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Dispatching Timeline: f888b4e4-bbc1-4c0c-b737-bbc3795169d6 +2026-05-14T21:50:01.087660-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: TTS session start - 47bdc273-d6a4-4745-b5db-35d4df41dce8 +2026-05-14T21:50:01.087785-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: {"tts":{"input_request":{"prompt":"","pitch":999.0,"speed":999.0,"pitchBandwidth":999.0,"mode":"ssml","outputMode":"stream","allPass":999.0,"enableDefaultVoice":"","framerate":999.0,"gvMCEP":999.0,"postfilter":999.0,"samplerate":999.0,"unvoicedvoiced":999.0,"voice":"griffin","locale":"en-us","volume":999.0,"whisper":"FALSE","cached":"TRUE"},"type":"speak"}} +2026-05-14T21:50:01.088088-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: TTS calling speak - 47bdc273-d6a4-4745-b5db-35d4df41dce8 +2026-05-14T21:50:01.088140-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: Synthesizing cached +2026-05-15T02:50:04.821Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: deleting person entity 20077 +2026-05-14T21:50:05.646496-05:00 Royal-Current-Sage-Canvas jibo-tts-service[710,info]: - C.TTSService: TTS session end - 47bdc273-d6a4-4745-b5db-35d4df41dce8 +2026-05-15T02:50:06.697Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from SPEAKING to ENGAGED +2026-05-15T02:50:06.693Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Timeline Dispatch Complete: f888b4e4-bbc1-4c0c-b737-bbc3795169d6 +2026-05-15T02:50:06.704Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Speak Complete: f888b4e4-bbc1-4c0c-b737-bbc3795169d6 +2026-05-15T02:50:06.708Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Cleaning up session +2026-05-15T02:50:06.713Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Ready for next speak request +2026-05-15T02:50:06.714Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Embodied.Speech: Stop request received +2026-05-15T02:50:06.718Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-05-15T02:50:06.725Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: requested skill switch @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-05-15T02:50:06.728Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: no pending skill. interrupting current skill +2026-05-15T02:50:06.744Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: switching skill @be/nimbus @be/idle +2026-05-15T02:50:06.746Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting close skill @be/nimbus +2026-05-15T02:50:06.747Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: stopping @be/nimbus +2026-05-15T02:50:06.748Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Nimbus: Nimbus Closing +2026-05-15T02:50:06.751Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.TimerSpy: The current skill cleaned up all timers @be/nimbus +2026-05-15T02:50:06.754Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-05-15T02:50:06.756Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: ending close skill @be/nimbus +2026-05-15T02:50:06.759Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: deferring to action system with pending skill: @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-05-15T02:50:06.778Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: waiting on action system @be/idle +2026-05-15T02:50:06.800Z Royal-Current-Sage-Canvas exp[786,info]: [versions@1 release="1.9.2"] T.SSM.Svc.Exp.AU: ATTENTION Attention Mode changed from ENGAGED to IDLE +2026-05-15T02:50:06.783Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Action: Incoming new goal 'Be Skill Switch Goal: '@be/idle'' +2026-05-15T02:50:06.784Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Taking action: 'Be Skill Switch Action' to achieve goal 'Be Skill Switch Goal: '@be/idle'' +2026-05-15T02:50:06.788Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Action.Action.GoalDrivenAction: Completed action: 'Be Skill Switch Action' with result: 'SUCCEEDED' +2026-05-15T02:50:06.789Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: action system reported accomplished goal @be/idle +2026-05-15T02:50:06.789Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: starting skill open @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-05-15T02:50:06.792Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: BeSkill open @be/nimbus @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-05-15T02:50:06.796Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: new skill preload @be/idle +2026-05-15T02:50:06.799Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchUtil: opening new skill @be/idle +2026-05-15T02:50:06.802Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Returning null speaker due to staleness. +2026-05-15T02:50:06.804Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: adding listener for SLEEP +2026-05-15T02:50:06.804Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Jibo.Events.Global: setting SLEEP to true +2026-05-15T02:50:06.806Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Idle: Starting +2026-05-15T02:50:06.808Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from ALERT to SELECT_INTENT. +2026-05-15T02:50:06.809Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering: SELECT_INTENT +2026-05-15T02:50:06.813Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.SkillSwitchScheduler: skill open success @be/idle { exitOptions: {}, asr: { text: '', confidence: 1 } } +2026-05-15T02:50:06.818Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Idle: State changed from SELECT_INTENT to ALERT. +2026-05-15T02:50:06.819Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Idle: Entering ALERT +2026-05-15T02:50:06.821Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Idle: No transitions between SELECT_INTENT and ALERT +2026-05-15T02:50:06.871Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.Be.Idle: Brightness set to 0.4. +2026-05-15T02:50:16.570Z Royal-Current-Sage-Canvas be[1017,info]: [versions@1 release="1.9.2"] T.SF.ServiceClients.Identity.DataConverter: Emitting idLost from ASR: 5c0b221fdf9d450019c5e255. +# +