· 8 years ago · Jun 20, 2017, 03:08 AM
1objc[40492]: Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x118cc5cc0) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x118adc6f0). One of the two will be used. Which one is undefined.
2num of results = 1
3settings.isSettedUpKey: true
42017-06-20 11:03:43.594 Thriveful[40492] <Error> [Firebase/Core][I-COR000022] Firebase Analytics is not available.
5didFinishLaunching:
6invoked connect with xmpp
7initializing XMPPCollection
8applicationDidBecomeActive:
9invoked xibSetUp
10invoked updateViewWithProgress
11ready to scan
12ID saved: adc800cc-cbf7-42d6-b46d-0e0301c2deaa
13invoked get babyID with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa
14This is my current userID:
15adc800cc-cbf7-42d6-b46d-0e0301c2deaa
16This is the stored UserID:
17User num of results = 0
18000000
19This is the stored BabyID:
20User num of results = 0
21000000
22wordCount num of results = 1
23StoredWordCount: 4
24User num of results = 0
25StoredBabyID: 000000
26Is pushNotification enabled: = false
27topic loaded
28
292017-06-20 11:03:44.039 Thriveful[40492:1476250] AWSiOSSDK v2.5.2 [Debug] AWSURLSessionManager.m line:537 | -[AWSURLSessionManager printHTTPHeadersAndBodyForRequest:] | Request headers:
30{
31 "Content-Type" = "application/x-amz-json-1.1";
32 Host = "cognito-identity.ap-northeast-1.amazonaws.com";
33 "User-Agent" = "aws-sdk-iOS/2.5.2 iOS/10.3.1 en_US";
34 "X-Amz-Date" = 20170620T030344Z;
35 "X-Amz-Target" = "AWSCognitoIdentityService.GetCredentialsForIdentity";
36}
372017-06-20 11:03:44.039 Thriveful[40492:1476250] AWSiOSSDK v2.5.2 [Debug] AWSURLSessionManager.m line:555 | -[AWSURLSessionManager printHTTPHeadersAndBodyForRequest:] | Request body:
38{"IdentityId":"ap-northeast-1:adc800cc-cbf7-42d6-b46d-0e0301c2deaa"}
392017-06-20 11:03:44.052 Thriveful[40492:1476249] AWSiOSSDK v2.5.2 [Debug] AWSURLSessionManager.m line:537 | -[AWSURLSessionManager printHTTPHeadersAndBodyForRequest:] | Request headers:
40{
41 "Content-Type" = "application/x-amz-json-1.1";
42 Host = "cognito-identity.ap-northeast-1.amazonaws.com";
43 "User-Agent" = "aws-sdk-iOS/2.5.2 iOS/10.3.1 en_US";
44 "X-Amz-Date" = 20170620T030344Z;
45 "X-Amz-Target" = "AWSCognitoIdentityService.GetCredentialsForIdentity";
46}
472017-06-20 11:03:44.053 Thriveful[40492:1476249] AWSiOSSDK v2.5.2 [Debug] AWSURLSessionManager.m line:555 | -[AWSURLSessionManager printHTTPHeadersAndBodyForRequest:] | Request body:
48{"IdentityId":"ap-northeast-1:adc800cc-cbf7-42d6-b46d-0e0301c2deaa"}
49set update wordCount
50User num of results = 0
51invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:000000
52wordCount num of results = 1
53current WC does not match stored WC
54CWC 0
55SWC 4
56invoked updateViewWithProgress
57wordCount num of results = 1
58Registration failed!
59remote notifications are not supported in the simulator
60xmppStream did changed my JID
61>> xmppStream will connect
62Registration failed!
63remote notifications are not supported in the simulator
64>> xmppStream did connect as adc800cc-cbf7-42d6-b46d-0e0301c2deaa
65invoked createOrGetPassword with authenticate
662017-06-20 11:03:44.431 Thriveful[40492:1476264] AWSiOSSDK v2.5.2 [Debug] AWSURLSessionManager.m line:566 | -[AWSURLSessionManager printHTTPHeadersForResponse:] | Response headers:
67{
68 Connection = "keep-alive";
69 "Content-Length" = 134;
70 "Content-Type" = "application/x-amz-json-1.1";
71 Date = "Tue, 20 Jun 2017 03:03:42 GMT";
72 "x-amzn-ErrorMessage" = "Access to Identity 'ap-northeast-1:adc800cc-cbf7-42d6-b46d-0e0301c2deaa' is forbidden.";
73 "x-amzn-ErrorType" = "NotAuthorizedException:";
74 "x-amzn-RequestId" = "10e9e01d-5565-11e7-b487-4d15b3c0d78f";
75}
762017-06-20 11:03:44.431 Thriveful[40492:1476264] AWSiOSSDK v2.5.2 [Debug] AWSURLResponseSerialization.m line:63 | -[AWSJSONResponseSerializer responseObjectForResponse:originalRequest:currentRequest:data:error:] | Response body:
77{"__type":"NotAuthorizedException","message":"Access to Identity 'ap-northeast-1:adc800cc-cbf7-42d6-b46d-0e0301c2deaa' is forbidden."}
782017-06-20 11:03:44.432 Thriveful[40492:1476264] AWSiOSSDK v2.5.2 [Error] AWSCredentialsProvider.m line:422 | __87-[AWSCognitoCredentialsProvider getCredentialsWithCognito:authenticated:customRoleArn:]_block_invoke | GetCredentialsForIdentity failed. Error is [Error Domain=com.amazonaws.AWSCognitoIdentityErrorDomain Code=8 "(null)" UserInfo={__type=NotAuthorizedException, message=Access to Identity 'ap-northeast-1:adc800cc-cbf7-42d6-b46d-0e0301c2deaa' is forbidden.}]
792017-06-20 11:03:44.433 Thriveful[40492:1476264] AWSiOSSDK v2.5.2 [Debug] AWSCredentialsProvider.m line:437 | __87-[AWSCognitoCredentialsProvider getCredentialsWithCognito:authenticated:customRoleArn:]_block_invoke | Resetting identity Id and calling getIdentityId
802017-06-20 11:03:44.438 Thriveful[40492:1476267] AWSiOSSDK v2.5.2 [Debug] AWSURLSessionManager.m line:537 | -[AWSURLSessionManager printHTTPHeadersAndBodyForRequest:] | Request headers:
81{
82 "Content-Type" = "application/x-amz-json-1.1";
83 Host = "cognito-identity.ap-northeast-1.amazonaws.com";
84 "User-Agent" = "aws-sdk-iOS/2.5.2 iOS/10.3.1 en_US";
85 "X-Amz-Date" = 20170620T030344Z;
86 "X-Amz-Target" = "AWSCognitoIdentityService.GetId";
87}
882017-06-20 11:03:44.438 Thriveful[40492:1476267] AWSiOSSDK v2.5.2 [Debug] AWSURLSessionManager.m line:555 | -[AWSURLSessionManager printHTTPHeadersAndBodyForRequest:] | Request body:
89{"IdentityPoolId":"ap-northeast-1:4005d536-d5b9-4b9a-a44b-8b3695703a10"}
90babyid result: [["babyId": d5590cb072]]
91userID & babyID saved!
922017-06-20 11:03:44.590 Thriveful[40492:1476249] AWSiOSSDK v2.5.2 [Debug] AWSURLSessionManager.m line:566 | -[AWSURLSessionManager printHTTPHeadersForResponse:] | Response headers:
93{
94 Connection = "keep-alive";
95 "Content-Length" = 134;
96 "Content-Type" = "application/x-amz-json-1.1";
97 Date = "Tue, 20 Jun 2017 03:03:41 GMT";
98 "x-amzn-ErrorMessage" = "Access to Identity 'ap-northeast-1:adc800cc-cbf7-42d6-b46d-0e0301c2deaa' is forbidden.";
99 "x-amzn-ErrorType" = "NotAuthorizedException:";
100 "x-amzn-RequestId" = "11030d73-5565-11e7-9d46-0be3bb39c8cd";
101}
1022017-06-20 11:03:44.590 Thriveful[40492:1476249] AWSiOSSDK v2.5.2 [Debug] AWSURLResponseSerialization.m line:63 | -[AWSJSONResponseSerializer responseObjectForResponse:originalRequest:currentRequest:data:error:] | Response body:
103{"__type":"NotAuthorizedException","message":"Access to Identity 'ap-northeast-1:adc800cc-cbf7-42d6-b46d-0e0301c2deaa' is forbidden."}
1042017-06-20 11:03:44.592 Thriveful[40492:1476249] AWSiOSSDK v2.5.2 [Error] AWSCredentialsProvider.m line:422 | __87-[AWSCognitoCredentialsProvider getCredentialsWithCognito:authenticated:customRoleArn:]_block_invoke | GetCredentialsForIdentity failed. Error is [Error Domain=com.amazonaws.AWSCognitoIdentityErrorDomain Code=8 "(null)" UserInfo={__type=NotAuthorizedException, message=Access to Identity 'ap-northeast-1:adc800cc-cbf7-42d6-b46d-0e0301c2deaa' is forbidden.}]
1052017-06-20 11:03:44.592 Thriveful[40492:1476249] AWSiOSSDK v2.5.2 [Error] AWSCredentialsProvider.m line:565 | __44-[AWSCognitoCredentialsProvider credentials]_block_invoke.349 | Unable to refresh. Error is [Error Domain=com.amazonaws.AWSCognitoCredentialsProviderErrorDomain Code=2 "GetCredentialsForIdentity keeps failing. Clearing identityId did not help. Please check your Amazon Cognito Identity configuration." UserInfo={NSLocalizedDescription=GetCredentialsForIdentity keeps failing. Clearing identityId did not help. Please check your Amazon Cognito Identity configuration.}]
1062017-06-20 11:03:44.599 Thriveful[40492:1476241] AWSiOSSDK v2.5.2 [Debug] AWSURLSessionManager.m line:537 | -[AWSURLSessionManager printHTTPHeadersAndBodyForRequest:] | Request headers:
107{
108 "Content-Type" = "application/x-amz-json-1.1";
109 Host = "cognito-identity.ap-northeast-1.amazonaws.com";
110 "User-Agent" = "aws-sdk-iOS/2.5.2 iOS/10.3.1 en_US";
111 "X-Amz-Date" = 20170620T030344Z;
112 "X-Amz-Target" = "AWSCognitoIdentityService.GetCredentialsForIdentity";
113}
1142017-06-20 11:03:44.599 Thriveful[40492:1476241] AWSiOSSDK v2.5.2 [Debug] AWSURLSessionManager.m line:555 | -[AWSURLSessionManager printHTTPHeadersAndBodyForRequest:] | Request body:
115{}
1162017-06-20 11:03:44.661 Thriveful[40492:1476249] AWSiOSSDK v2.5.2 [Debug] AWSURLSessionManager.m line:566 | -[AWSURLSessionManager printHTTPHeadersForResponse:] | Response headers:
117{
118 Connection = "keep-alive";
119 "Content-Length" = 154;
120 "Content-Type" = "application/x-amz-json-1.1";
121 Date = "Tue, 20 Jun 2017 03:03:42 GMT";
122 "x-amzn-ErrorMessage" = "1 validation error detected: Value null at 'identityId' failed to satisfy constraint: Member must not be null";
123 "x-amzn-ErrorType" = "ValidationException:";
124 "x-amzn-RequestId" = "111005c2-5565-11e7-b487-4d15b3c0d78f";
125}
1262017-06-20 11:03:44.662 Thriveful[40492:1476249] AWSiOSSDK v2.5.2 [Debug] AWSURLResponseSerialization.m line:63 | -[AWSJSONResponseSerializer responseObjectForResponse:originalRequest:currentRequest:data:error:] | Response body:
127{"__type":"ValidationException","message":"1 validation error detected: Value null at 'identityId' failed to satisfy constraint: Member must not be null"}
1282017-06-20 11:03:44.662 Thriveful[40492:1476249] AWSiOSSDK v2.5.2 [Error] AWSCredentialsProvider.m line:422 | __87-[AWSCognitoCredentialsProvider getCredentialsWithCognito:authenticated:customRoleArn:]_block_invoke | GetCredentialsForIdentity failed. Error is [Error Domain=com.amazonaws.AWSCognitoIdentityErrorDomain Code=0 "(null)" UserInfo={__type=ValidationException, message=1 validation error detected: Value null at 'identityId' failed to satisfy constraint: Member must not be null}]
1292017-06-20 11:03:44.663 Thriveful[40492:1476249] AWSiOSSDK v2.5.2 [Error] AWSCredentialsProvider.m line:565 | __44-[AWSCognitoCredentialsProvider credentials]_block_invoke.349 | Unable to refresh. Error is [Error Domain=com.amazonaws.AWSCognitoCredentialsProviderErrorDomain Code=2 "GetCredentialsForIdentity keeps failing. Clearing identityId did not help. Please check your Amazon Cognito Identity configuration." UserInfo={NSLocalizedDescription=GetCredentialsForIdentity keeps failing. Clearing identityId did not help. Please check your Amazon Cognito Identity configuration.}]
130No items
131no response: Optional("GetCredentialsForIdentity keeps failing. Clearing identityId did not help. Please check your Amazon Cognito Identity configuration.")
132password: byESZhmBrF
133result 0
134wordCount num of results = 1
135WordCount before crash:0
136wordCount saved!
1372017-06-20 11:03:44.773 Thriveful[40492:1476250] AWSiOSSDK v2.5.2 [Debug] AWSURLSessionManager.m line:566 | -[AWSURLSessionManager printHTTPHeadersForResponse:] | Response headers:
138{
139 Connection = "keep-alive";
140 "Content-Length" = 68;
141 "Content-Type" = "application/x-amz-json-1.1";
142 Date = "Tue, 20 Jun 2017 03:03:41 GMT";
143 "x-amzn-RequestId" = "111eabe0-5565-11e7-ae1d-ff16efd5514c";
144}
1452017-06-20 11:03:44.773 Thriveful[40492:1476250] AWSiOSSDK v2.5.2 [Debug] AWSURLResponseSerialization.m line:63 | -[AWSJSONResponseSerializer responseObjectForResponse:originalRequest:currentRequest:data:error:] | Response body:
146{"IdentityId":"ap-northeast-1:684db905-9371-4c54-ad8b-ebb597316f47"}
1472017-06-20 11:03:44.779 Thriveful[40492:1476250] AWSiOSSDK v2.5.2 [Debug] AWSCredentialsProvider.m line:456 | __87-[AWSCognitoCredentialsProvider getCredentialsWithCognito:authenticated:customRoleArn:]_block_invoke_2 | Retrying GetCredentialsForIdentity
1482017-06-20 11:03:44.780 Thriveful[40492:1476250] AWSiOSSDK v2.5.2 [Debug] AWSURLSessionManager.m line:537 | -[AWSURLSessionManager printHTTPHeadersAndBodyForRequest:] | Request headers:
149{
150 "Content-Type" = "application/x-amz-json-1.1";
151 Host = "cognito-identity.ap-northeast-1.amazonaws.com";
152 "User-Agent" = "aws-sdk-iOS/2.5.2 iOS/10.3.1 en_US";
153 "X-Amz-Date" = 20170620T030344Z;
154 "X-Amz-Target" = "AWSCognitoIdentityService.GetCredentialsForIdentity";
155}
1562017-06-20 11:03:44.780 Thriveful[40492:1476250] AWSiOSSDK v2.5.2 [Debug] AWSURLSessionManager.m line:555 | -[AWSURLSessionManager printHTTPHeadersAndBodyForRequest:] | Request body:
157{"IdentityId":"ap-northeast-1:684db905-9371-4c54-ad8b-ebb597316f47"}
1582017-06-20 11:03:44.903 Thriveful[40492:1476250] AWSiOSSDK v2.5.2 [Debug] AWSURLSessionManager.m line:566 | -[AWSURLSessionManager printHTTPHeadersForResponse:] | Response headers:
159{
160 Connection = "keep-alive";
161 "Content-Length" = 1645;
162 "Content-Type" = "application/x-amz-json-1.1";
163 Date = "Tue, 20 Jun 2017 03:03:42 GMT";
164 "x-amzn-RequestId" = "112b7d06-5565-11e7-b487-4d15b3c0d78f";
165}
1662017-06-20 11:03:44.903 Thriveful[40492:1476250] AWSiOSSDK v2.5.2 [Debug] AWSURLResponseSerialization.m line:63 | -[AWSJSONResponseSerializer responseObjectForResponse:originalRequest:currentRequest:data:error:] | Response body:
167{"Credentials":{"AccessKeyId":"ASIAJAWYAMVPWNQEMC2Q","Expiration":1.497931422E9,"SecretKey":"8grItqucRPQDpRSf4un0jKOlViNs5KxpJr2nLL92","SessionToken":"AgoGb3JpZ2luEC8aDmFwLW5vcnRoZWFzdC0xIoACG31VjWplKVXCLL1F1oSepyfsLnr+tTA+oAE+iRQNH3njD5jQS8BfYnYB2eFoPTeC8qCXNY+7uQY40UaH7LbUtF38bun9FUrX5y8XMHmKiELWbjaOTdH0z6I16bag2+kJyA01NU4HKI1ErNklYGT4OOklEV5aX+LPKF9BFtn9Hg+gjxrrfLTzf4Mmp5H5bgLZi0gkyI2p9cJcnGl5pBUH02OTOyYzjnLgNAoZuBcUcRHYeIhAVdT1h3zmvEhKvtPZsaNh33F8o6d8Lc2MmLnr/bf2UxvHzB4dyZC3RuXH62WQdj9b24xIlStJEeL9QL+W3iB3gP7Cyr5l7PR0T1slBCqFBgiE//////////8BEAAaDDkzOTExNzQ2MjMzMiIM1ZjDs2jVR4KtjLDqKtkFZwme70XXs/i7fDSDgEu+iwUVp8743nLdVvzeLsbTmdn7tEWqelphr4edy4iH8eVmN74HL4eRZGOi/h7Ne6TWVqkQn5UnpzBUzLTNrFLNqsYJS5p8BaJ+4SEVK3LuhFbp4gEVMhr3IZxsDt9oXEMxrXLnPVe8JNzVTOgckBhpjPJaEX4dFzU4cMAw+mMdoqERgMM5hKo/XdhKvF5xdYVF7dxqhLc4KEWbM+ojx2zyBPv0hMRBhx+sQBv3FLa4TuqIAI01kkedKqBxzqleqE4ebHAGyCL/mYZhCewxS56nJmDMOZ2cGB1vpHev1nC0CANeCkpC1OUuxBWyRnHjH+/TaGNpjgl2YbOtd3eH82gGITvP6rFpP19RzepO1wfObrYuSMQb5+bGuJldq/54kYgCIAJhdomeHN8LrJ9+r1QS+dfhW2ZxHFUGYnQuFze9zZ90q2zm6BfhFyA+1zsGUV+DdOUi6w9EYsN4HCAs9u1XmNJ3jJnCFRPMBzDOW6EiAJ/DoRwU1MI/jnRVQwt4Pq7FtbLBBLizmLxmTjq8W++4L5JpFp+Egh10Y1Iv6b0OE8dfoR1/1cCa+Grj1BZE0zsvvENonp5NkRq41OD+RW0LnCL8rtS0mcykhi0/SD/gm36oqLVpa5QBDFj80k4h/fqQoby246hh4Rj2iRYoNETZ5VHqlpakeBY2YpYqPLWFdq2sKVUCHEEN9d+muAEPuj4erEjy2fvjNTKEuvrpsIyOKgcgrE/h8V0pRcAmI44gjxEwhLPL62L/gkp6JqJrKhw2mbNVMwg13L0wswHa6dJB57y5RarzEAMTN5mGJ3gH4INIsnxUKJB/2wMHQV4ksaI5MSlwKSgST26FRig1v5Sw9rOkrchHDFPjg0iRyj/MZjT8GP4KRgufOBLvPtBj4urXfwzmlOVP3HS0kYR2dpCcoBIRnv4QwjxG3vSqOHhwXgd8Q6etXqv9GFVlMI6hosoF"},"IdentityId":"ap-northeast-1:684db905-9371-4c54-ad8b-ebb597316f47"}
1682017-06-20 11:03:44.922 Thriveful[40492:1476250] AWSiOSSDK v2.5.2 [Debug] AWSURLSessionManager.m line:537 | -[AWSURLSessionManager printHTTPHeadersAndBodyForRequest:] | Request headers:
169{
170 Authorization = "AWS4-HMAC-SHA256 Credential=ASIAJAWYAMVPWNQEMC2Q/20170620/ap-southeast-1/dynamodb/aws4_request, SignedHeaders=content-type;host;user-agent;x-amz-date;x-amz-security-token;x-amz-target, Signature=0e93319659ca3b75626d52106a8138c3cf5da1497541ce663a333a50437931d4";
171 "Content-Type" = "application/x-amz-json-1.0";
172 Host = "dynamodb.ap-southeast-1.amazonaws.com";
173 "User-Agent" = "aws-sdk-iOS/2.5.2 iOS/10.3.1 en_US MobileHub 5ee5f8b8-6186-444f-be1a-6d95dea9e45d aws-my-sample-app-ios-swift-v0.12 mapper";
174 "X-Amz-Date" = 20170620T030343Z;
175 "X-Amz-Security-Token" = "AgoGb3JpZ2luEC8aDmFwLW5vcnRoZWFzdC0xIoACG31VjWplKVXCLL1F1oSepyfsLnr+tTA+oAE+iRQNH3njD5jQS8BfYnYB2eFoPTeC8qCXNY+7uQY40UaH7LbUtF38bun9FUrX5y8XMHmKiELWbjaOTdH0z6I16bag2+kJyA01NU4HKI1ErNklYGT4OOklEV5aX+LPKF9BFtn9Hg+gjxrrfLTzf4Mmp5H5bgLZi0gkyI2p9cJcnGl5pBUH02OTOyYzjnLgNAoZuBcUcRHYeIhAVdT1h3zmvEhKvtPZsaNh33F8o6d8Lc2MmLnr/bf2UxvHzB4dyZC3RuXH62WQdj9b24xIlStJEeL9QL+W3iB3gP7Cyr5l7PR0T1slBCqFBgiE//////////8BEAAaDDkzOTExNzQ2MjMzMiIM1ZjDs2jVR4KtjLDqKtkFZwme70XXs/i7fDSDgEu+iwUVp8743nLdVvzeLsbTmdn7tEWqelphr4edy4iH8eVmN74HL4eRZGOi/h7Ne6TWVqkQn5UnpzBUzLTNrFLNqsYJS5p8BaJ+4SEVK3LuhFbp4gEVMhr3IZxsDt9oXEMxrXLnPVe8JNzVTOgckBhpjPJaEX4dFzU4cMAw+mMdoqERgMM5hKo/XdhKvF5xdYVF7dxqhLc4KEWbM+ojx2zyBPv0hMRBhx+sQBv3FLa4TuqIAI01kkedKqBxzqleqE4ebHAGyCL/mYZhCewxS56nJmDMOZ2cGB1vpHev1nC0CANeCkpC1OUuxBWyRnHjH+/TaGNpjgl2YbOtd3eH82gGITvP6rFpP19RzepO1wfObrYuSMQb5+bGuJldq/54kYgCIAJhdomeHN8LrJ9+r1QS+dfhW2ZxHFUGYnQuFze9zZ90q2zm6BfhFyA+1zsGUV+DdOUi6w9EYsN4HCAs9u1XmNJ3jJnCFRPMBzDOW6EiAJ/DoRwU1MI/jnRVQwt4Pq7FtbLBBLizmLxmTjq8W++4L5JpFp+Egh10Y1Iv6b0OE8dfoR1/1cCa+Grj1BZE0zsvvENonp5NkRq41OD+RW0LnCL8rtS0mcykhi0/SD/gm36oqLVpa5QBDFj80k4h/fqQoby246hh4Rj2iRYoNETZ5VHqlpakeBY2YpYqPLWFdq2sKVUCHEEN9d+muAEPuj4erEjy2fvjNTKEuvrpsIyOKgcgrE/h8V0pRcAmI44gjxEwhLPL62L/gkp6JqJrKhw2mbNVMwg13L0wswHa6dJB57y5RarzEAMTN5mGJ3gH4INIsnxUKJB/2wMHQV4ksaI5MSlwKSgST26FRig1v5Sw9rOkrchHDFPjg0iRyj/MZjT8GP4KRgufOBLvPtBj4urXfwzmlOVP3HS0kYR2dpCcoBIRnv4QwjxG3vSqOHhwXgd8Q6etXqv9GFVlMI6hosoF";
176 "X-Amz-Target" = "DynamoDB_20120810.Scan";
177}
1782017-06-20 11:03:44.923 Thriveful[40492:1476250] AWSiOSSDK v2.5.2 [Debug] AWSURLSessionManager.m line:555 | -[AWSURLSessionManager printHTTPHeadersAndBodyForRequest:] | Request body:
179{"TableName":"Activities-list","Limit":100}
180>> xmppStream did authenticate
181go subscribe to thriveful_support
182go subscribe to daily_tips
183>> xmppStream did send presence
184>> xmppStream did send IQ
185sent IQ: <iq type="get" id="5BA1CD1D-7192-424A-BF31-55B15E8E3A56"><query xmlns="jabber:iq:roster"/></iq>
186>> xmppStream did send presence
187>> xmppStream did send presence
188>> xmppStream did send IQ
189sent IQ: <iq from="adc800cc-cbf7-42d6-b46d-0e0301c2deaa@ec2-54-169-206-26.ap-southeast-1.compute.amazonaws.com" type="get"><query xmlns="jabber:iq:roster"/></iq>
190xmppStream did receive IQ
191receive IQ is result
192<iq xmlns="jabber:client" type="result" id="5BA1CD1D-7192-424A-BF31-55B15E8E3A56" to="adc800cc-cbf7-42d6-b46d-0e0301c2deaa@ec2-54-169-206-26.ap-southeast-1.compute.amazonaws.com/iOS_ThrivefulApp"><query xmlns="jabber:iq:roster"><item jid="thriveful_support@ec2-54-169-206-26.ap-southeast-1.compute.amazonaws.com" subscription="both"/><item jid="james@ec2-54-169-206-26.ap-southeast-1.compute.amazonaws.com" ask="subscribe" subscription="none"/><item jid="daily_tips@ec2-54-169-206-26.ap-southeast-1.compute.amazonaws.com" subscription="both"/></query></iq>
193child: thriveful_support
194child: james
195child: daily_tips
196friendList ["thriveful_support", "james", "daily_tips"]
197go online to thriveful_support
198go online to james
199go online to daily_tips
200being popluating
201xmppRoster did receive roster item
202xmppRoster did receive roster item
203xmppRoster did receive roster item
204end populating
205>> xmppStream did send presence
206>> xmppStream did send presence
207>> xmppStream did send presence
208>> xmppStream did send IQ
209sent IQ: <iq from="adc800cc-cbf7-42d6-b46d-0e0301c2deaa@ec2-54-169-206-26.ap-southeast-1.compute.amazonaws.com" type="get"><query xmlns="jabber:iq:roster"/></iq>
210xmppStream did receive IQ
211receive IQ is result
212<iq xmlns="jabber:client" type="result" to="adc800cc-cbf7-42d6-b46d-0e0301c2deaa@ec2-54-169-206-26.ap-southeast-1.compute.amazonaws.com/iOS_ThrivefulApp"><query xmlns="jabber:iq:roster"><item jid="thriveful_support@ec2-54-169-206-26.ap-southeast-1.compute.amazonaws.com" subscription="both"/><item jid="james@ec2-54-169-206-26.ap-southeast-1.compute.amazonaws.com" ask="subscribe" subscription="none"/><item jid="daily_tips@ec2-54-169-206-26.ap-southeast-1.compute.amazonaws.com" subscription="both"/></query></iq>
213child: thriveful_support
214child: james
215child: daily_tips
216friendList ["thriveful_support", "james", "daily_tips"]
217go online to thriveful_support
218go online to james
219go online to daily_tips
220>> xmppStream did send presence
221>> xmppStream did send presence
222>> xmppStream did send presence
223xmppStream did receive IQ
224receive IQ is result
225<iq xmlns="jabber:client" type="result" to="adc800cc-cbf7-42d6-b46d-0e0301c2deaa@ec2-54-169-206-26.ap-southeast-1.compute.amazonaws.com/iOS_ThrivefulApp"><query xmlns="jabber:iq:roster"><item jid="thriveful_support@ec2-54-169-206-26.ap-southeast-1.compute.amazonaws.com" subscription="both"/><item jid="james@ec2-54-169-206-26.ap-southeast-1.compute.amazonaws.com" ask="subscribe" subscription="none"/><item jid="daily_tips@ec2-54-169-206-26.ap-southeast-1.compute.amazonaws.com" subscription="both"/></query></iq>
226child: thriveful_support
227child: james
228child: daily_tips
229friendList ["thriveful_support", "james", "daily_tips"]
230go online to thriveful_support
231go online to james
232go online to daily_tips
233>> xmppStream did send presence
234>> xmppStream did send presence
235>> xmppStream did send presence
2362017-06-20 11:03:45.171 Thriveful[40492:1476264] AWSiOSSDK v2.5.2 [Debug] AWSURLSessionManager.m line:566 | -[AWSURLSessionManager printHTTPHeadersForResponse:] | Response headers:
237{
238 Connection = "keep-alive";
239 "Content-Encoding" = gzip;
240 "Content-Length" = 4919;
241 "Content-Type" = "application/x-amz-json-1.0";
242 Date = "Tue, 20 Jun 2017 03:03:42 GMT";
243 Server = Server;
244 "x-amz-crc32" = 132982204;
245 "x-amzn-RequestId" = VSD2B0J4U25D9TV6F0RA69J9IVVV4KQNSO5AEMVJF66Q9ASUAAJG;
246}
2472017-06-20 11:03:45.171 Thriveful[40492:1476264] AWSiOSSDK v2.5.2 [Debug] AWSURLResponseSerialization.m line:63 | -[AWSJSONResponseSerializer responseObjectForResponse:originalRequest:currentRequest:data:error:] | Response body:
248{"Count":18,"Items":[{"activities":{"S":"Telephone call"},"text":{"S":"This all-time favourite helps your baby to learn language skills in the context of conversations through an activity of a phone call. It is also a great way to engage your little one in an interactive play and spend quality time together! \n\nHow to: \n\n1) Hand a (toy) phone to your child and keep one phone for yourself \n\n2) Pretend to make calls and hold conversations with each other or imaginary people \n\n3) Use funny voices and create silly characters on the other line.\n\n4) See how long you can play with your baby before they try to put down the phone!"},"skill":{"S":"Language"},"image":{"S":"Activities/GettyImages-142740227.jpg"}},{"activities":{"S":"Water Play"},"text":{"S":"There are many skills a toddler can learn from playing with water! They like to explore the world with their senses, and they enjoy different sensory activities like water play. So how can you support this? \n\n1. Cut pool noodles into small sections (as they float, they resemble boats), you cut out \\\"sail\\\" from foam sheets, and connect the small noodle sections and the sails with a straw. 3. Fill your bathtub with water and add a few drops of blue food colouring \n4. Let your child play in the water"},"skill":{"S":"Sensory"},"image":{"S":"Activities/bath.jpg"}},{"activities":{"S":"Fingerprint counting"},"text":{"S":"This activity is great for giving your baby sensory stimulation needed for developing body awareness - while teaching them colours and numbers too! Follow these steps: 1) Print out the fingerprtint counting activity sheets 2)Dip your toddler's finger into children-friendly paint. 3)Following the numbers indicated on the activity, children place the correct number of fingerprints, creating spots on the ladybugs, caterpillars of varying lengths, and petals on flowers. 4) Count while you make the fingerprints "},"skill":{"S":"Sensory"},"image":{"S":"Activities/Optimized-sophie-meath-111131.jpg"}},{"activities":{"S":"Sensory bags"},"text":{"S":"Sensory bags easy to make and you can put anything you want in them. Make sure the things you put into the bag do not have sharp edges so it wont poke a hole in the bag!\nSome of the more popular things parents put in sensory bags are glitter, beads, googly eyes, shaving cream, baby oil, beans, rice etc. \nAll these give different textures. An example of how to make it would be: \n\n1) Fill a zip-lock bag with hair gel, but not too full \n\n2) Add the different fillings into the gel \n\n3) Squeeze all the air out of the bag \n\n4) Close the bag and seal the opening with duct tape \n\n5) Tape all 4 edges of the bag"},"skill":{"S":"Sensory"},"image":{"S":"Activities/Optimized-How-To-Make-Sensory-Bags-For-Babies-And-Toddlers-Practically-Functional-6-800x533.jpg"}},{"activities":{"S":"Feather blowing"},"text":{"S":"Blowing feathers enables your child to practice how to coordinate their lips, cheeks, and jaw with airflow, allowing their muscle tone to be strengthened. \n\nOral motor activities have benefits related to speech, feeding and regulation as well. This activity strengthens your child's muscles and builds coordination. \n\n1) You can start by demonstrating how to blow the feather \n\n2) Blow your child's hands or arms so they can know how it feels \n\n3) Place the feather on your hand near to your child's mouth and ask him or her to blow \n\n4) Move the feather further away when your child gets more comfortable with blowing the feather."},"skill":{"S":"Motor"},"image":{"S":"Activities/Optimized-colin-maynard-231363.jpg"}},{"activities":{"S":"Creative Hats"},"text":{"S":"Making hats with your toddler can help them develop their imagination skills as well as fine motor skills. Your toddler will be fascinated by the way hats can change the way he or she looks. How to play? \n\n1) Get some newspaper or large pieces of paper and tape \n\n2) Roll the paper into a cone and tape the ends together \n\n3) Add decorations if you or your child wants \n\n4) Try them on in front of a mirror and make funny faces! You will be surprised how quick they will come up with new things to do - just follow their creativity!"},"skill":{"S":"Creativity"},"image":{"S":"Activities/Optimized-randi-plake-55109.jpg"}},{"activities":{"S":"Food Art"},"text":{"S":"Food-art is a fun way for children to learn about different shapes or symbols, counting number and encouraging creativity. \n\n1) Prepare different colored fruits like raspberries, grapes, apples or blueberries. \n\n2) Form a flower or another shape using the fruits \n\n3) Encourage your child to design something else the fruits. \n\n4) After your child has created the food-art design, you can eat it with your child, or leave it wrapped in the refrigerator to eat it afterwards. "},"skill":{"S":"Cognitive"},"image":{"S":"Activities/Optimized-ewa-pinkonhead-251664.jpg"}},{"activities":{"S":"Rainbow ball"},"text":{"S":"The Rainbow ball activity can help your baby learn to identify colours more effectively, by engaging their congitive as well as motor circuit. Simply follow these steps! \n\n1. Put a few different coloured scarves into an o-ball. \n\n2. Ask your child to pull out a specific colour. \n\n3. Repeat to your child what the colour of the scarf is. \n\n4.Ask your child to pull out another scarf. \n\n5. Repeat to your child again what colour the new scarf is."},"skill":{"S":"Language"},"image":{"S":"Activities/Optimized-jen-palmer-50277.jpg"}},{"activities":{"S":"Discovery Basket"},"text":{"S":"This fun activity will only require you to prepare a basket and a string or wool, which you can use to create any pattern that you like, for example spider's web inside the basket. It will engage your baby's sensory receptors and spike their curiosity! Here's how to make the Discovery Basket: \n\n1) Take a basket and some string or wool\n\n2) Hide some toys inside the basket\n\n3) Thread the string through the edges of the basket so that a bundle of strings is partially covering access to the toys \n\n4) Encourage your baby to try and het through the web of strings to take all they toys out!\n "},"skill":{"S":"Sensory"},"image":{"S":"Activities/Optimized-lubomirkin-143245.jpg"}},{"activities":{"S":"Paper Towel Kazoo"},"text":{"S":"Want to nurture your baby's musical skills? Try Paper Towel Kazoo! \nYou'll need: an empty paper towel roll, wax paper and rubber bands. \n\n1. Attach a piece of wax paper onto the end of the paper towel roll and secure it with a rubber band.\n \n2. Poke several holes into the paper towel roll. Hum into the open end of the roll and place your fingers over the holes to change the pitch. \n\n3. Repeat the entire process using a toilet paper roll for a completely different sounding kazoo. \n\n4. Water Xylophone - Fill the glasses with different amounts of water and place a few drops of food coloring in various colors in each glass. Line up the glasses from the one with the largest amount of water to the smallest amount. \n\n5. Hit each glass (lightly!) with a metal or wooden spoon to make music."},"skill":{"S":"Cognitive"},"image":{"S":"Activities/babysleeping.jpg"}},{"activities":{"S":"Print awareness"},"text":{"S":"Here are some simple ways in which you can nurture your baby's print awareness to support their language development \n\n1. Show your child where the front and back of the book are, and help them hold the book the correct way. \n\n2. Use your finger to guide your child to 'read' from left to right and let your child turn the pages. \n\n3. Point out the names on food packages when shopping in a supermarket. \n\n4. Draw your child's attention to not just the illustrations but also the words when reading a book."},"skill":{"S":"Language"},"image":{"S":"Activities/baby-eating.jpg"}},{"activities":{"S":"Cereal sorting"},"text":{"S":"This activity nurtures your baby's cognitive skills and helps them combine concepts of spatial objects and identifying differences and similarities between them. In order to play the cereal game, you will need to: \n\n1) Download the printable cereal sorting mat here: https://goo.gl/33KPUJ, and print it out. \n\n2) Laminate it so it can be used over and over again \n\n3) Give your toddler some colourful cereal and allow them to sort the coloured cereal according to the different colours on the mat. "},"skill":{"S":"Cognitive"},"image":{"S":"Activities/Optimized-121A2944.jpg"}},{"activities":{"S":"Beanbag Basketball"},"text":{"S":"Beanbags are fun for toddlers to develop their motor skills, because they are easy to handle, and they don't roll away when dropped on the floor. \n\n1) Place a basket in front of your baby \n\n2)Drop a beanbag into the basket, retrieve it and drop it a few more times to demonstrate the new activity to your baby \n\n3) Encourage your baby to do the same\n\n4) After a few rounds, move the basket a little farther away \n\n5) Show your baby how to throw the beanbag and seeif they do the same! "},"skill":{"S":"Motor"},"image":{"S":"Activities/Optimized-mehran-bolhasani-110010.jpg"}},{"activities":{"S":"Paint on Wet Glue"},"text":{"S":"This is a perfect activity to encourage your baby to creatively express themselves using different tools and methods. You will play around with glue (so keep it baby-safe!) and it will also engage your baby's motor muscles while holding tubes and a toothpick. \n\nHow to: \n\n1) Get a lid from tubs of yogurt or a jar \n\n2) Pour glue onto the plastic lid and swirl it to cover the surface. \n\n3) Ask your child to add a drop of each colour of food colouring on the glue \n\n4) Give your child a toothpick and ask him or her to swirl the colours on the glue around \n\n5) Let the lid dry (it may take days depending on how much glue was used) \n\n6) When it is dried, peel it off the lid and hang it up"},"skill":{"S":"Creativity"},"image":{"S":"Activities/Optimized-aaron-mello-139860.jpg"}},{"activities":{"S":"Beat Goes On"},"text":{"S":"Did you know that play sessions with music improve babies' brain processing of music while experiencing a rhythmic pattern in music can also improve their ability to detect patterns in speech? \n\nHere is a perfect activity where you can use music to stimulate all your baby's senses! \n\n1) Sit on the floor with your toddler and turn on some music. \n\n2)Place a toy drum in front of each of you and show her the different types of sounds she can make. \n\n3) Demonstrate that hitting the drum hard makes a loud noise, but drumming gently makes a softer sound. \n\n4) Experiment with fast and slow beats."},"skill":{"S":"Motor"},"image":{"S":"Activities/Optimized-carlo-navarro-219810.jpg"}},{"activities":{"S":"Smart Puzzle"},"text":{"S":"Puzzles are good for child's brain and cognitive development. Solving puzzle problems can improve your child's fine motor skills, hand-eye coordination, groos motor skills and problem solving skills. \n\nPuzzles can also help them recognize different shapes. \n\nHow to play? \n\n1) Find a puzzle (can be electronic) \n\n2) Encourage your child to solve it \n\n3) You can try to vocalise and point to certain shapes or colours and guide their hands to fit the right puzzle into the board."},"skill":{"S":"Cognitive"},"image":{"S":"Activities/Optimized-shiki-lo-173954.jpg"}},{"activities":{"S":"Baby Soccer"},"text":{"S":"Although the typical soccer ball is too difficult and too hard for a toddler to kick, you can use a beach ball instead. Its lighter, gentler and easier for babies to kick with their feet. How to encourage your baby to play? \n\n1) Demonstrate to your toddler how you kick a ball \n\n2) Gently roll the ball to your toddler and see if she can kick it back to you or not. \n\n3) Repeat multiple times with varying distance and direction!"},"skill":{"S":"Motor"},"image":{"S":"Activities/Optimized-david-straight-123965.jpg"}},{"activities":{"S":"Rice Sensory Tray"},"text":{"S":"Sensory activities are activities that can stimulate your child's senses: touch, smell, taste, movement, balance, sight and hearing. Their senses are their view into the world, influencing what and how they learn. \n\nIt can be worrying when your child puts everything into his mouth, so here are some edible sensory activities you can play with your child, which is safe and also simple. For example, Rice Cereal Sensory Tray, which encompasses so many different senses:\n\n1) Add some rice cereal into a bowl \n\n2) You can add some toys beneath the cereal and ask your child to find them. \n\n3) You can also spray some water into the bowl, where the rice cereal will crackle. "},"skill":{"S":"Sensory"},"image":{"S":"Activities/Optimized-aly-smith-132116.jpg"}}],"ScannedCount":18}
249dashboard completionHandler success - for scanning Activities list
2502017-06-20 11:03:45.359 Thriveful[40492:1476267] AWSiOSSDK v2.5.2 [Debug] AWSURLSessionManager.m line:537 | -[AWSURLSessionManager printHTTPHeadersAndBodyForRequest:] | Request headers:
251{
252 "Content-Type" = "application/x-amz-json-1.1";
253 Host = "cognito-identity.ap-northeast-1.amazonaws.com";
254 "User-Agent" = "aws-sdk-iOS/2.5.2 iOS/10.3.1 en_US";
255 "X-Amz-Date" = 20170620T030345Z;
256 "X-Amz-Target" = "AWSCognitoIdentityService.GetCredentialsForIdentity";
257}
2582017-06-20 11:03:45.360 Thriveful[40492:1476267] AWSiOSSDK v2.5.2 [Debug] AWSURLSessionManager.m line:555 | -[AWSURLSessionManager printHTTPHeadersAndBodyForRequest:] | Request body:
259{"Logins":{"graph.facebook.com":"EAARpgcWHzcEBABmvHgiW9KtgYTTbZAhtMXUrTbxUBVhLxdO8ZCiSm4GDb5hyJzlLspDctRTuZAzCQZB1HZCkMMDgp1reF4qQyp8alO7hhbe4cWEHKwTrYrd8IZAJqVZBE2pFeru21e6atP2LhgU9b47HHokZAfk248C6wFXCBkrmsjQMBEXP2trKVcjKP51sUhzTgldX0LU2gwZDZD"},"IdentityId":"ap-northeast-1:684db905-9371-4c54-ad8b-ebb597316f47"}
2602017-06-20 11:03:46.382 Thriveful[40492:1476264] AWSiOSSDK v2.5.2 [Debug] AWSURLSessionManager.m line:566 | -[AWSURLSessionManager printHTTPHeadersForResponse:] | Response headers:
261{
262 Connection = "keep-alive";
263 "Content-Length" = 1421;
264 "Content-Type" = "application/x-amz-json-1.1";
265 Date = "Tue, 20 Jun 2017 03:03:43 GMT";
266 "x-amzn-RequestId" = "1183fda7-5565-11e7-b39c-519a23e7df93";
267}
2682017-06-20 11:03:46.382 Thriveful[40492:1476264] AWSiOSSDK v2.5.2 [Debug] AWSURLResponseSerialization.m line:63 | -[AWSJSONResponseSerializer responseObjectForResponse:originalRequest:currentRequest:data:error:] | Response body:
269{"Credentials":{"AccessKeyId":"ASIAI4JF7CQX677MD3IA","Expiration":1.497931424E9,"SecretKey":"KPmRhL2a8gQ8G9aswN4IzFzdIxQ7bpspjoITOBD/","SessionToken":"AgoGb3JpZ2luEC8aDmFwLW5vcnRoZWFzdC0xIoACe6C5j0nwnTmzEojr3/vkp4YiWybVspNUQBvaFjYB8Hv87/FBn1AzgNy73lsClGhS4w+uphpZXFmjyXSgTI9HciMMrkPJr8ko0XO7diXGfeAwdBOxLznCv4awzW5knITQKxpeHW4LWB/hObvU4jV7MJYp0wwb3fQEEGxv5KsX2NyowOkWsTd5apFLn8CZO9kb6P8gs3SAknuu99+5FajG99cPBDTlNYXgvLuMIFyU5M9+spGSaGUjXVSLdxlWT8MZVe0uVtRwGaTAERytUV5htQ/lZYrWyaJnR+qFeIjXR0IET7HxwZh6cXxQl5AALTJihE9gUl9SGP51kpMo897TrCrdBAiE//////////8BEAAaDDkzOTExNzQ2MjMzMiIMV0pmb0RKwWidQuCpKrEEL0U8R6iUznNrsxdxsi6qwc+rTGN3tivDkmyZcf8vDtyyGQNt7KO6GaV5uFqj+i6L5yfQOEZa0PBwzW0l6ZkOtqdxihiCg5ynngXjTYavFU5KO7U2WLugGz6aEwJ+FvT1Ad1pcI6QKWx1rkFjb0ZKxs1XFfUDAE91vDXCQL6rKoastcdIx1vSn7uZSAvRU84qtiOM92PRYk6OYfMNmoF0/NdaKkvN3IMuGk6QcbOg32aMvyJHVdxK8sQuFYSgVjCC4BS82+eWTXCJauC+cxf2/wEnwIMlCNY4cR++6GQlTUApGw7VOD2o06ocT/9dk8ngY24HlqX/mvPuYpWaWIq24kOLGwBtCMn3gu19GNS/FXAhWuOj/orUsP2crKeA+o59FOfKafzPLc46L/kp3Oe0VdO6cF/zQBEP9GWTZCX2gGNYOCTgz38Bndc1CR8psz7wHlPJKrlqoYnHBjLC5oMuqHQtn9yAhRvXGNkoSs4DtBdn1RckCIbCWT5v6P5zFD0lZGlDAETk4sPnlGHC42k/ERBBAkFu+xKDMem0mRa1ZTvn/CFt9mD7MX1gUfgYavw58pnMXXXl12i7KWjO+oC+TQlz10ZaORxI7kOKWDfnMSh07AGJNPQS+22JhSXC2iMBrAET8Ca/8mZaW8GnQe9tgvZuOVY8Kgn8bxWH2V0HJZCzmHpoZl8P4vVHC2E2f7KPQjkPBv3wOoSy2QNiuo7YGoye+lNjBJIrdBSdTyCCDOS/MJChosoF"},"IdentityId":"ap-northeast-1:adc800cc-cbf7-42d6-b46d-0e0301c2deaa"}
270Result: Optional({
271AWSCredentials
272AccessKey: ASIAI4JF7CQX677MD3IA
273SecretKey: KPmRhL2a8gQ8G9aswN4IzFzdIxQ7bpspjoITOBD/
274SessionKey: AgoGb3JpZ2luEC8aDmFwLW5vcnRoZWFzdC0xIoACe6C5j0nwnTmzEojr3/vkp4YiWybVspNUQBvaFjYB8Hv87/FBn1AzgNy73lsClGhS4w+uphpZXFmjyXSgTI9HciMMrkPJr8ko0XO7diXGfeAwdBOxLznCv4awzW5knITQKxpeHW4LWB/hObvU4jV7MJYp0wwb3fQEEGxv5KsX2NyowOkWsTd5apFLn8CZO9kb6P8gs3SAknuu99+5FajG99cPBDTlNYXgvLuMIFyU5M9+spGSaGUjXVSLdxlWT8MZVe0uVtRwGaTAERytUV5htQ/lZYrWyaJnR+qFeIjXR0IET7HxwZh6cXxQl5AALTJihE9gUl9SGP51kpMo897TrCrdBAiE//////////8BEAAaDDkzOTExNzQ2MjMzMiIMV0pmb0RKwWidQuCpKrEEL0U8R6iUznNrsxdxsi6qwc+rTGN3tivDkmyZcf8vDtyyGQNt7KO6GaV5uFqj+i6L5yfQOEZa0PBwzW0l6ZkOtqdxihiCg5ynngXjTYavFU5KO7U2WLugGz6aEwJ+FvT1Ad1pcI6QKWx1rkFjb0ZKxs1XFfUDAE91vDXCQL6rKoastcdIx1vSn7uZSAvRU84qtiOM92PRYk6OYfMNmoF0/NdaKkvN3IMuGk6QcbOg32aMvyJHVdxK8sQuFYSgVjCC4BS82+eWTXCJauC+cxf2/wEnwIMlCNY4cR++6GQlTUApGw7VOD2o06ocT/9dk8ngY24HlqX/mvPuYpWaWIq24kOLGwBtCMn3gu19GNS/FXAhWuOj/orUsP2crKeA+o59FOfKafzPLc46L/kp3Oe0VdO6cF/zQBEP9GWTZCX2gGNYOCTgz38Bndc1CR8psz7wHlPJKrlqoYnHBjLC5oMuqHQtn9yAhRvXGNkoSs4DtBdn1RckCIbCWT5v6P5zFD0lZGlDAETk4sPnlGHC42k/ERBBAkFu+xKDMem0mRa1ZTvn/CFt9mD7MX1gUfgYavw58pnMXXXl12i7KWjO+oC+TQlz10ZaORxI7kOKWDfnMSh07AGJNPQS+22JhSXC2iMBrAET8Ca/8mZaW8GnQe9tgvZuOVY8Kgn8bxWH2V0HJZCzmHpoZl8P4vVHC2E2f7KPQjkPBv3wOoSy2QNiuo7YGoye+lNjBJIrdBSdTyCCDOS/MJChosoF
275Expiration: 2017-06-20 04:03:44 +0000
276})
277 Error:nil
278User num of results = 1
279invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
280wordCount num of results = 1
281wordCount num of results = 1
282result 0
283wordCount num of results = 1
284User num of results = 1
285invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
286wordCount num of results = 1
287wordCount num of results = 1
288result 0
289wordCount num of results = 1
290User num of results = 1
291invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
292wordCount num of results = 1
293wordCount num of results = 1
294result 0
295wordCount num of results = 1
296User num of results = 1
297invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
298wordCount num of results = 1
299wordCount num of results = 1
300result 0
301wordCount num of results = 1
302User num of results = 1
303invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
304wordCount num of results = 1
305wordCount num of results = 1
306result 0
307wordCount num of results = 1
308User num of results = 1
309invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
310wordCount num of results = 1
311wordCount num of results = 1
312result 0
313wordCount num of results = 1
314User num of results = 1
315invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
316wordCount num of results = 1
317wordCount num of results = 1
318result 0
319wordCount num of results = 1
320User num of results = 1
321invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
322wordCount num of results = 1
323wordCount num of results = 1
324result 0
325wordCount num of results = 1
326User num of results = 1
327invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
328wordCount num of results = 1
329wordCount num of results = 1
330result 0
331wordCount num of results = 1
332User num of results = 1
333invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
334wordCount num of results = 1
335wordCount num of results = 1
336result 0
337wordCount num of results = 1
338User num of results = 1
339invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
340wordCount num of results = 1
341wordCount num of results = 1
342result 0
343wordCount num of results = 1
344User num of results = 1
345invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
346wordCount num of results = 1
347wordCount num of results = 1
348result 0
349wordCount num of results = 1
350User num of results = 1
351invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
352wordCount num of results = 1
353wordCount num of results = 1
354result 0
355wordCount num of results = 1
356User num of results = 1
357invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
358wordCount num of results = 1
359wordCount num of results = 1
360result 0
361wordCount num of results = 1
362User num of results = 1
363invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
364wordCount num of results = 1
365wordCount num of results = 1
366result 0
367wordCount num of results = 1
368User num of results = 1
369invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
370wordCount num of results = 1
371wordCount num of results = 1
372result 0
373wordCount num of results = 1
374User num of results = 1
375invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
376wordCount num of results = 1
377wordCount num of results = 1
378result 0
379wordCount num of results = 1
380User num of results = 1
381invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
382wordCount num of results = 1
383wordCount num of results = 1
384result 0
385wordCount num of results = 1
386User num of results = 1
387invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
388wordCount num of results = 1
389wordCount num of results = 1User num of results = 1
390invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
391wordCount num of results = 1
392wordCount num of results = 1
393result 0
394wordCount num of results = 1
395User num of results = 1
396invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
397wordCount num of results = 1
398wordCount num of results = 1
399result 0
400wordCount num of results = 1
401User num of results = 1
402invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
403wordCount num of results = 1
404wordCount num of results = 1
405result 0
406wordCount num of results = 1
407User num of results = 1
408invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
409wordCount num of results = 1
410wordCount num of results = 1
411result 0
412wordCount num of results = 1
413User num of results = 1
414invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
415wordCount num of results = 1
416wordCount num of results = 1
417result 0
418wordCount num of results = 1
419User num of results = 1
420invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
421wordCount num of results = 1
422wordCount num of results = 1
423result 0
424wordCount num of results = 1
425User num of results = 1
426invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
427wordCount num of results = 1
428wordCount num of results = 1
429result 0
430wordCount num of results = 1
431User num of results = 1
432invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
433wordCount num of results = 1
434wordCount num of results = 1
435result 0
436wordCount num of results = 1
437User num of results = 1
438invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
439wordCount num of results = 1
440wordCount num of results = 1
441result 0
442wordCount num of results = 1
443User num of results = 1
444invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
445wordCount num of results = 1
446wordCount num of results = 1
447result 0
448wordCount num of results = 1
449User num of results = 1
450invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
451wordCount num of results = 1
452wordCount num of results = 1
453result 0
454wordCount num of results = 1
455User num of results = 1
456invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
457wordCount num of results = 1
458wordCount num of results = 1
459result 0
460wordCount num of results = 1
461User num of results = 1
462invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
463wordCount num of results = 1
464wordCount num of results = 1
465result 0
466wordCount num of results = 1
467Message from debugger: Terminated due to signal 15
468
469result 0
470wordCount num of results = 1
471User num of results = 1
472invoked get word count with UserID:adc800cc-cbf7-42d6-b46d-0e0301c2deaa BabyID:d5590cb072
473wordCount num of results = 1
474wordCount num of results = 1
475result 0
476wordCount num of results = 1