QuickBlox / quickblox-ios-sdk

QuickBlox iOS SDK for messaging and video calling
https://quickblox.com/developers/IOS
MIT License
397 stars 358 forks source link

QBRTCRemoteVideoView not displaying QBRTCVideoTrack #824

Closed developerwr1 closed 7 years ago

developerwr1 commented 7 years ago

I have read through a few issues with similar complaints, however I have not seen a satisfactory answer. Hope you can help me out.

Environment details iPhone 6, 6s iOS Version - 10.3.2 Quickblox Version 2.9.2 Quickblox-WebRTC Version 2.6.0.1

Did this work before? Yes - Quickblox-WebRTC Version 1.0.6

Expected behavior I expect the QBRTCRemoteVideoView view to display video after -[QBRTCRemoteVideoView setVideoTrack:videoTrack] in

Actual behavior About 50% of the time QBRTCRemoteVideoView is just a black screen.

Relevant Code

- (void)session:(__kindof` QBRTCBaseSession *)session receivedRemoteVideoTrack:(nonnull QBRTCVideoTrack *)videoTrack fromUser:(nonnull NSNumber *)userID
{
    if (![[VideoChatManager sharedInstance].videoChatSession isEqual:session])
    {
        NSLog(@"Unexpected session!!");
        return;
    }
//    self.opponentVideoView.videoGravity = AVLayerVideoGravityResizeAspect;
    [self.opponentVideoView setVideoTrack:videoTrack];
    [self setupLocalVideoView];
}
- (void)callUser:(NSUInteger)userID completion:(void(^)(QBRTCSession *))completion
{
    if (self.videoChatSession)
    {
        return; // Video chat session already present. Should not be placing another call.
    }

    [self handleMediaPlaybacks];

    [QBRTCAudioSession.instance initialize];
    [self setCurrentQBSoundRoute];

    NSNumber *user = [NSNumber numberWithInt:(int)userID];
    self.videoChatSession = [QBRTCClient.instance createNewSessionWithOpponents:@[user] withConferenceType:QBRTCConferenceTypeVideo]

    [self requestAllPermissions:^(BOOL granted) {

        if (!granted)
        {
            return;
        }
        if (self.videoChatSession)
        {
            NSNumber *clubId = [UserManager sharedInstance].user.managedClubIDs.firstObject;
            if (!clubId)
                return;

            [self.videoChatSession startCall:@{ @"club_id": clubId.stringValue}];

            [QBRequest userWithID:[QuickBloxManager sharedInstance].currentUser.ID successBlock:^(QBResponse *response, QBUUser *userNew) {
                [self sendPushToUserID:userID withMessage:[NSString stringWithFormat:@"%@ is trying to calling you. Click here to open App and wait until you receive the call.", userNew.fullName]];
            } errorBlock:nil];
            completion(self.videoChatSession);
        }
        else
        {
            [[self topMostViewController] showErrorMessage:NSLocalizedString(@"Unable to place a video call now. Please try again later.", nil)];
            completion(nil);
        }
    }];
}

Steps to reproduce the behavior It seems to be random when the remoteVideoView displays.

Any others comments? I've been following the tutorials and it does not seem like there is much I can do with the - [QBRTCRemoteVideoView setVideoTrack:videoTrack] method.

I will produce logs of successful/failed remote video views on both the caller/receiver devices

developerwr1 commented 7 years ago

I will send the logs tomorrow. no time today

developerwr1 commented 7 years ago

Unsuccessful videoTrack load for caller

2017-06-23 16:34:36.572710-0400 WR1[1255:284302] [DYMTLInitPlatform] platform initialization successful 2017-06-23 16:34:36.622050-0400 WR1[1255:284165] I restkit:RKLog.m:49 RestKit logging initialized... 2017-06-23 16:34:37.221919-0400 WR1[1255:284165] [Crashlytics] Version 3.8.4 (121) 2017-06-23 16:34:37.286683-0400 WR1[1255:284165] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles 2017-06-23 16:34:37.287756-0400 WR1[1255:284165] [MC] Reading from public effective user settings. objc[1255]: Class _NSZombie_LL_FMStatement is implemented in both ?? (0x17024a170) and ?? (0x174240000). One of the two will be used. Which one is undefined. 2017-06-23 16:34:37.432312-0400 WR1[1255:284165] NewRelic(5.13.0,0x17406cf00): SessionAttributeManager.cxx:315 removeSessionAttribute Unable to remove session attribute "upgradeFrom"; attribute not found. 2017-06-23 16:34:37.432532-0400 WR1[1255:284165] NewRelic(5.13.0,0x17406cf00): SessionAttributeManager.cxx:315 removeSessionAttribute Unable to remove session attribute "com.newrelic.SecureUDID.returnedNil"; attribute not found. 2017-06-23 16:34:37.432748-0400 WR1[1255:284165] NewRelic(5.13.0,0x17406cf00): SessionAttributeManager.cxx:315 removeSessionAttribute Unable to remove session attribute "nr.deviceDidChange"; attribute not found. 2017-06-23 16:34:37.432995-0400 WR1[1255:284165] NewRelic(5.13.0,0x17406cf00): SessionAttributeManager.cxx:315 removeSessionAttribute Unable to remove session attribute "install"; attribute not found. 2017-06-23 16:34:37.433138-0400 WR1[1255:284165] NewRelic(5.13.0,0x17406cf00): SessionAttributeManager.cxx:315 removeSessionAttribute Unable to remove session attribute "sessionDuration"; attribute not found. 2017-06-23 16:34:37.457264-0400 WR1[1255:284288] NewRelic(5.13.0,0x17447b600): NRMAUncaughtExceptionHandler.m:88 -[NRMAUncaughtExceptionHandler start]_block_invoke New Relic Crash Reporting is DISABLED because it has detected the debugger is enabled. 2017-06-23 16:34:37.497 rtc::[RTCClient] iPhone7,1, 10.3.2, SDK: 2.6.0.1, webrtc: 18213 2017-06-23 16:34:37.502 rtc::[RTCClient] Added <VideoChatManager: 0x170664400> to list of delegates 2017-06-23 16:34:37.502 rtc::[RTCClient] List of Delegates ( "<VideoChatManager: 0x170664400>" ) 2017-06-23 16:34:37.505 rtc::[RTCClient] Waiting for QBChat to connect 2017-06-23 16:34:37.677722-0400 WR1[1255:284328] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/status' 2017-06-23 16:34:37.679 WR1[1255:284165] [I] +[UAirship executeUnsafeTakeOff:] [Line 176] UAirship Take Off! Lib Version: 6.0.2 App Key: aGebfaL5RVi5W1BBBkOAVw Production: NO. 2017-06-23 16:34:37.680 WR1[1255:284165] [D] +[UAirship executeUnsafeTakeOff:] [Line 184] Setting User-Agent for UA requests to WR1 223 (iPhone; iOS 10.3.2; UALib 6.0.2; aGebfaL5RVi5W1BBBkOAVw; en_US) 2017-06-23 16:34:37.698 WR1[1255:284165] Channel ID: 2c8f81fa-f886-4278-a96c-7ee7d37aa455 2017-06-23 16:34:37.698 WR1[1255:284165] [D] -[UANamedUser update] [Line 55] New or re-install, skipping named user update. 2017-06-23 16:34:37.712 WR1[1255:284165] [I] +[UAirship executeUnsafeTakeOff:] [Line 259] Automatic setup enabled. 2017-06-23 16:34:37.739 WR1[1255:284338] [I] 56-[UAInboxMessageList refreshInboxWithCompletionHandler:]_block_invoke [Line 328] Inbox messages updated. 2017-06-23 16:34:37.739 WR1[1255:284338] [D] 56-[UAInboxMessageList refreshInboxWithCompletionHandler:]_block_invoke [Line 330] Loaded saved messages: ( ). 2017-06-23 16:34:37.768 WR1[1255:284165] [D] -[UAAnalytics addEvent:] [Line 231] Adding app_init event 37EE5244-10A2-4143-968E-4211F2E0E15E. 2017-06-23 16:34:37.782 WR1[1255:284165] [D] -[UAPush updateRegistration] [Line 795] APNS registration is out of date, updating. 2017-06-23 16:34:37.782 WR1[1255:284165] [D] -[UAPush updateAPNSRegistration] [Line 824] Registering for user notification types 7. 2017-06-23 16:34:37.809954-0400 WR1[1255:284338] [Core] Set default chat endpoint for QBConnectionZoneTypeAutomatic 2017-06-23 16:34:37.815298-0400 WR1[1255:284318] [ChatService] Connecting to Chat, host: chat.quickblox.com, user JID: 0-19224@chat.quickblox.com/E16AFAFB-551E-405D-B89E-EC04708D0F8D 2017-06-23 16:34:37.819944-0400 WR1[1255:284165] FBSDKLog: FBSDKTimeSpentData Restore: {"lastSuspendTime":1498236294,"numInterruptions":2,"sessionID":"55A2C92B-A694-45CF-8F23-E900E11A37F4","secondsSpentInCurrentSession":1603} 2017-06-23 16:34:37.821442-0400 WR1[1255:284165] FBSDKLog: FBSDKAppEvents: Recording event @ 1498250078: { "_eventName" = "fb_mobile_deactivate_app"; "_logTime" = 1498236294; "_session_id" = "55A2C92B-A694-45CF-8F23-E900E11A37F4"; "_ui" = "no_ui"; "_valueToSum" = 1603; "fb_mobile_app_interruptions" = 2; "fb_mobile_launch_source" = Unclassified; "fb_mobile_time_between_sessions" = "session_quanta_4"; } 2017-06-23 16:34:37.822652-0400 WR1[1255:284165] FBSDKLog: FBSDKAppEvents Persist: Read 0 event states. First state has 0 events 2017-06-23 16:34:37.823003-0400 WR1[1255:284165] FBSDKLog: FBSDKAppEvents Persist: Clearing 2017-06-23 16:34:37.824061-0400 WR1[1255:284165] FBSDKLog: FBSDKAppEvents: Recording event @ 1498250078: { "_eventName" = "fb_mobile_activate_app"; "_logTime" = 1498250078; "_session_id" = "0BFFAD68-4F12-4FF6-AADC-F238CB7867A5"; "_ui" = "no_ui"; "fb_mobile_launch_source" = Unclassified; } 2017-06-23 16:34:37.842764-0400 WR1[1255:284165] INFO: Reveal Server started (Protocol Version 25). 2017-06-23 16:34:37.898 WR1[1255:284165] [D] -[UAChannelRegistrar updateChannel:channelLocation:withPayload:] [Line 99] Updating channel 2c8f81fa-f886-4278-a96c-7ee7d37aa455 2017-06-23 16:34:37.899 WR1[1255:284165] [D] -[UAInboxMessageList retrieveMessageListWithSuccessBlock:withFailureBlock:] [Line 120] Retrieving message list. 2017-06-23 16:34:37.961129-0400 WR1[1255:284337] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/status' 2017-06-23 16:34:37.966 WR1[1255:284165] Device token: 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509 2017-06-23 16:34:37.967 WR1[1255:284165] [I] -[UAPush appRegisteredForRemoteNotificationsWithDeviceToken:] [Line 873] Application registered device token: 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509 2017-06-23 16:34:37.968 WR1[1255:284165] [D] -[UAAnalytics addEvent:] [Line 231] Adding device_registration event 96E492E6-7710-475C-9BD6-261E5F5D7A72. 2017-06-23 16:34:38.029 WR1[1255:284165] [D] -[UAChannelRegistrar updateChannel:channelLocation:withPayload:] [Line 99] Updating channel 2c8f81fa-f886-4278-a96c-7ee7d37aa455 2017-06-23 16:34:38.065684-0400 WR1[1255:284337] [QBCore] Access group: 3U42CN89YF.com.wr1.ios 2017-06-23 16:34:38.073032-0400 WR1[1255:284317] [QBCore] Request URL:https://api.quickblox.com/subscriptions.json 2017-06-23 16:34:38.073833-0400 WR1[1255:284317] [QBCore] Request method: POST 2017-06-23 16:34:38.074382-0400 WR1[1255:284317] [QBCore] Request parameters:{ device = { platform = ios; udid = "E16AFAFB-551E-405D-B89E-EC04708D0F8D"; }; "notification_channels" = apns; "push_token" = { "bundle_identifier" = "com.wr1.ios"; "client_identification_sequence" = 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509; environment = development; }; } 2017-06-23 16:34:38.075275-0400 WR1[1255:284317] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "Content-Type" = "application/x-www-form-urlencoded"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 5befb53332c96c7d765fa74befe1fef207004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:34:38.094 WR1[1255:284165] [I] -[UAPush appRegisteredUserNotificationSettings] [Line 888] Application did register with user notification types 7. 2017-06-23 16:34:38.184 WR1[1255:284165] Device token: 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509 2017-06-23 16:34:38.184 WR1[1255:284165] [I] -[UAPush appRegisteredForRemoteNotificationsWithDeviceToken:] [Line 873] Application registered device token: 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509 2017-06-23 16:34:38.185 WR1[1255:284165] [D] -[UAAnalytics addEvent:] [Line 231] Adding device_registration event 08FE89C1-C2D5-4191-A778-9748DF07055C. 2017-06-23 16:34:38.217 WR1[1255:284165] [D] -[UAChannelRegistrar updateChannel:channelLocation:withPayload:] [Line 99] Updating channel 2c8f81fa-f886-4278-a96c-7ee7d37aa455 2017-06-23 16:34:38.221689-0400 WR1[1255:284343] [QBCore] Request URL:https://api.quickblox.com/subscriptions.json 2017-06-23 16:34:38.221903-0400 WR1[1255:284343] [QBCore] Request method: POST 2017-06-23 16:34:38.222032-0400 WR1[1255:284343] [QBCore] Request parameters:{ device = { platform = ios; udid = "E16AFAFB-551E-405D-B89E-EC04708D0F8D"; }; "notification_channels" = apns; "push_token" = { "bundle_identifier" = "com.wr1.ios"; "client_identification_sequence" = 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509; environment = development; }; } 2017-06-23 16:34:38.222141-0400 WR1[1255:284343] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "Content-Type" = "application/x-www-form-urlencoded"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 5befb53332c96c7d765fa74befe1fef207004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:34:38.269059-0400 WR1[1255:284318] I restkit.network:RKObjectRequestOperation.m:175 GET 'https://services-test.wr1.com/webapi/status' (200 OK / 1 objects) [request=0.1864s mapping=0.0044s total=0.5911s] 2017-06-23 16:34:38.307608-0400 WR1[1255:284317] [QBCore] Response headers: { "Access-Control-Allow-Origin" = ""; "Cache-Control" = "max-age=0, private, must-revalidate"; Connection = "keep-alive"; "Content-Length" = 290; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:34:38 GMT"; Etag = "W/\"db405bd6cb2e294643920533d3581544\""; "QB-Token-ExpirationDate" = "2017-06-23 22:32:21 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "201 Created"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "12d39a01-9e71-4674-a81b-6aa5fcb25288"; "X-Runtime" = "0.037244"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:34:38.310658-0400 WR1[1255:284317] [QBCore] Response object: ( { subscription = { device = { "bundle_identifier" = "com.wr1.ios"; "client_identification_sequence" = 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509; platform = { name = ios; }; udid = "E16AFAFB-551E-405D-B89E-EC04708D0F8D"; }; id = 36713059; "notification_channel" = { name = apns; }; }; } ) 2017-06-23 16:34:38.310784-0400 WR1[1255:284165] Successful QuickBlox registration 2017-06-23 16:34:38.324974-0400 WR1[1255:284358] [ChatService] Stream isSecure: YES 2017-06-23 16:34:38.391052-0400 WR1[1255:284165] FBSDKLog: FBSDKAppEvents: Flushed @ 1498250078, 2 events due to 'EagerlyFlushingEvent' - { "advertiser_id" = "ACB2AE00-2E96-4221-91FE-F9B283E3E75E"; "advertiser_tracking_enabled" = 1; "anon_id" = "XZ99405EFA-F1EF-4070-AF4A-850DA1069678"; "application_tracking_enabled" = 1; event = "CUSTOM_APP_EVENTS"; extinfo = "[\"i2\",\"com.wr1.ios\",\"223\",\"1.3.6\",\"10.3.2\",\"iPhone7,1\",\"en_US\",\"EDT\",\"Verizon\",375,667,\"3.00\",2,119,111,\"America\/New_York\"]"; "url_schemes" = "[\"vnd.wr1.wr1\",\"fb1547783052142027\",\"db-pkwe4lse66seo3i\",\"wr1\"]"; } Events: [ { "event" : { "fb_mobile_time_between_sessions" : "session_quanta_4", "_eventName" : "fb_mobile_deactivate_app", "fb_mobile_launch_source" : "Unclassified", "_logTime" : 1498236294, "_session_id" : "55A2C92B-A694-45CF-8F23-E900E11A37F4", "fb_mobile_app_interruptions" : 2, "_ui" : "no_ui", "_valueToSum" : 1603 }, "isImplicit" : false }, { "event" : { "_ui" : "no_ui", "_eventName" : "fb_mobile_activate_app", "_logTime" : 1498250078, "_session_id" : "0BFFAD68-4F12-4FF6-AADC-F238CB7867A5", "fb_mobile_launch_source" : "Unclassified" }, "isImplicit" : false } ] Flush Result : Success 2017-06-23 16:34:38.393983-0400 WR1[1255:284317] [QBCore] Response headers: { "Access-Control-Allow-Origin" = ""; "Cache-Control" = "max-age=0, private, must-revalidate"; Connection = "keep-alive"; "Content-Length" = 290; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:34:38 GMT"; Etag = "W/\"db405bd6cb2e294643920533d3581544\""; "QB-Token-ExpirationDate" = "2017-06-23 22:32:21 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "201 Created"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "4956e636-9e8c-4e44-87b4-64ead6b4067e"; "X-Runtime" = "0.041357"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:34:38.394547-0400 WR1[1255:284165] Successful QuickBlox registration 2017-06-23 16:34:38.394858-0400 WR1[1255:284318] [QBCore] Response object: ( { subscription = { device = { "bundle_identifier" = "com.wr1.ios"; "client_identification_sequence" = 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509; platform = { name = ios; }; udid = "E16AFAFB-551E-405D-B89E-EC04708D0F8D"; }; id = 36713059; "notification_channel" = { name = apns; }; }; } ) 2017-06-23 16:34:38.469644-0400 WR1[1255:284319] I restkit.network:RKObjectRequestOperation.m:175 GET 'https://services-test.wr1.com/webapi/status' (200 OK / 1 objects) [request=0.2829s mapping=0.0022s total=0.5085s] 2017-06-23 16:34:38.503434-0400 WR1[1255:284318] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/users/subscribe' 2017-06-23 16:34:38.509481-0400 WR1[1255:284358] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/users/tags' 2017-06-23 16:34:38.510509-0400 WR1[1255:284358] [QBCore] Request URL:https://api.quickblox.com/login.json 2017-06-23 16:34:38.510616-0400 WR1[1255:284358] [QBCore] Request method: POST 2017-06-23 16:34:38.510693-0400 WR1[1255:284358] [QBCore] Request parameters:{ login = jayzdev; password = 12345678; } 2017-06-23 16:34:38.510856-0400 WR1[1255:284358] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "Content-Type" = "application/x-www-form-urlencoded"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 5befb53332c96c7d765fa74befe1fef207004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:34:38.515690-0400 WR1[1255:284319] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/users/self' 2017-06-23 16:34:38.667295-0400 WR1[1255:284348] I restkit.network:RKObjectRequestOperation.m:175 GET 'https://services-test.wr1.com/webapi/users/tags' (200 OK / 1 objects) [request=0.0000s mapping=0.0029s total=0.1577s] 2017-06-23 16:34:38.716572-0400 WR1[1255:284328] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/clubs' 2017-06-23 16:34:38.789743-0400 WR1[1255:284317] [ChatService] Stream did connect, supportsStartTLS: YES 2017-06-23 16:34:38.794777-0400 WR1[1255:284328] [QBCore] Response headers: { "Access-Control-Allow-Origin" = "*"; "Cache-Control" = "no-cache"; Connection = "keep-alive"; "Content-Length" = 451; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:34:38 GMT"; "QB-Token-ExpirationDate" = "2017-06-23 22:32:21 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "202 Accepted"; "Strict-Transport-Security" = "max-age=31536000"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "a7f6e835-d518-4b1d-8eb1-af1291f644cc"; "X-Runtime" = "0.050304"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:34:38.797129-0400 WR1[1255:284328] [QBCore] Response object: { user = { "blob_id" = ""; "created_at" = "2015-05-04T18:07:08Z"; "custom_data" = ""; email = "jayz_dev@atimi.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = "Shawn Corey Carter"; id = 3027703; "last_request_at" = "2017-06-23T20:34:38Z"; login = jayzdev; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T20:34:01Z"; "user_tags" = ""; website = "https://s3.amazonaws.com/wr1test/2/2017-06-02T22:32:22Z.JPG"; }; } 2017-06-23 16:34:38.816947-0400 WR1[1255:284165] Error logging in to chat instance: Attempting to connect while already connected or connecting. 2017-06-23 16:34:38.819132-0400 WR1[1255:284317] [ChatService] Connecting to Chat, host: chat.quickblox.com, user JID: 3027703-19224@chat.quickblox.com/E16AFAFB-551E-405D-B89E-EC04708D0F8D 2017-06-23 16:34:38.819234-0400 WR1[1255:284317] [ChatService] Connection error: Error Domain=XMPPStreamErrorDomain Code=1 "Attempting to connect while already connected or connecting." UserInfo={NSLocalizedDescription=Attempting to connect while already connected or connecting.} 2017-06-23 16:34:38.819293-0400 WR1[1255:284317] [ChatService] Did not authenticate, error: 2017-06-23 16:34:38.831 WR1[1255:284165] [D] -[UAChannelRegistrar updateChannel:channelLocation:withPayload:] [Line 99] Updating channel 2c8f81fa-f886-4278-a96c-7ee7d37aa455 2017-06-23 16:34:38.832711-0400 WR1[1255:284165] Failed to connect to QB chat: 2017-06-23 16:34:38.832781-0400 WR1[1255:284165] Chat login failed 2017-06-23 16:34:38.833055-0400 WR1[1255:284348] [ChatService] Did disconnect 2017-06-23 16:34:38.839 WR1[1255:284165] [I] -[UAPush appRegisteredUserNotificationSettings] [Line 888] Application did register with user notification types 7. 2017-06-23 16:34:38.839 WR1[1255:284165] [I] 20-[UAUser updateUser]_block_invoke144 [Line 215] Updated user m3FXXceiTn-2XKDowFBe2g successfully. 2017-06-23 16:34:38.844 WR1[1255:284165] [D] 59-[UAInboxAPIClient retrieveMessageListOnSuccess:onFailure:]_block_invoke_3 [Line 163] Setting Last-Modified time to '(null)' for user m3FXXceiTn-2XKDowFBe2g's message list. 2017-06-23 16:34:38.849 WR1[1255:284165] Device token: 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509 2017-06-23 16:34:38.849 WR1[1255:284165] [I] -[UAPush appRegisteredForRemoteNotificationsWithDeviceToken:] [Line 873] Application registered device token: 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509 2017-06-23 16:34:38.849 WR1[1255:284165] [D] -[UAAnalytics addEvent:] [Line 231] Adding device_registration event F3C657F9-F16C-4623-9249-00B9BFC93E65. 2017-06-23 16:34:38.851 WR1[1255:284348] [D] -[UAInboxMessageList syncLocalMessageState] [Line 350] Marking ( ) read on server. 2017-06-23 16:34:38.855 WR1[1255:284348] [D] -[UAInboxMessageList syncLocalMessageState] [Line 370] Deleting ( ) on server. 2017-06-23 16:34:38.855 WR1[1255:284348] [D] __75-[UAInboxMessageList retrieveMessageListWithSuccessBlock:withFailureBlock:]_block_invoke_2 [Line 142] Refreshing message list. 2017-06-23 16:34:38.861 WR1[1255:284348] [I] 56-[UAInboxMessageList refreshInboxWithCompletionHandler:]_block_invoke [Line 328] Inbox messages updated. 2017-06-23 16:34:38.862 WR1[1255:284348] [D] 56-[UAInboxMessageList refreshInboxWithCompletionHandler:]_block_invoke [Line 330] Loaded saved messages: ( ). 2017-06-23 16:34:38.877 WR1[1255:284165] [D] -[UAChannelRegistrar updateChannel:channelLocation:withPayload:] [Line 99] Updating channel 2c8f81fa-f886-4278-a96c-7ee7d37aa455 2017-06-23 16:34:38.880588-0400 WR1[1255:284353] [QBCore] Request URL:https://api.quickblox.com/subscriptions.json 2017-06-23 16:34:38.880723-0400 WR1[1255:284353] [QBCore] Request method: POST 2017-06-23 16:34:38.881236-0400 WR1[1255:284353] [QBCore] Request parameters:{ device = { platform = ios; udid = "E16AFAFB-551E-405D-B89E-EC04708D0F8D"; }; "notification_channels" = apns; "push_token" = { "bundle_identifier" = "com.wr1.ios"; "client_identification_sequence" = 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509; environment = development; }; } 2017-06-23 16:34:38.881343-0400 WR1[1255:284353] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "Content-Type" = "application/x-www-form-urlencoded"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 5befb53332c96c7d765fa74befe1fef207004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:34:38.887705-0400 WR1[1255:284318] I restkit.network:RKObjectRequestOperation.m:175 GET 'https://services-test.wr1.com/webapi/users/self' (200 OK / 1 objects) [request=0.0919s mapping=0.0028s total=0.3719s] 2017-06-23 16:34:38.895886-0400 WR1[1255:284289] I restkit.network:RKObjectRequestOperation.m:175 GET 'https://services-test.wr1.com/webapi/clubs' (200 OK / 1 objects) [request=0.0713s mapping=0.0094s total=0.1793s] 2017-06-23 16:34:38.977907-0400 WR1[1255:284165] [LayoutConstraints] Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. ( "<NSLayoutConstraint:0x174480f50 UIImageView:0x153db70e0.height == 249 (active)>", "<NSLayoutConstraint:0x174481fe0 V:|-(0)-[UIImageView:0x153db70e0] (active, names: '|':UITableViewCellContentView:0x153db6950 )>", "<NSLayoutConstraint:0x174482080 V:[UIImageView:0x153db70e0]-(0)-| (active, names: '|':UITableViewCellContentView:0x153db6950 )>", "<NSLayoutConstraint:0x170490310 'UIView-Encapsulated-Layout-Height' UITableViewCellContentView:0x153db6950.height == 249.667 (active)>" )

Will attempt to recover by breaking constraint <NSLayoutConstraint:0x174480f50 UIImageView:0x153db70e0.height == 249 (active)>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful. 2017-06-23 16:34:38.998737-0400 WR1[1255:284165] [LayoutConstraints] Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. ( "<NSLayoutConstraint:0x170490680 UIImageView:0x1551028e0.height == 249 (active)>", "<NSLayoutConstraint:0x170491800 V:|-(0)-[UIImageView:0x1551028e0] (active, names: '|':UITableViewCellContentView:0x1551025b0 )>", "<NSLayoutConstraint:0x1704918a0 V:[UIImageView:0x1551028e0]-(0)-| (active, names: '|':UITableViewCellContentView:0x1551025b0 )>", "<NSLayoutConstraint:0x174485e60 'UIView-Encapsulated-Layout-Height' UITableViewCellContentView:0x1551025b0.height == 249.667 (active)>" )

Will attempt to recover by breaking constraint <NSLayoutConstraint:0x170490680 UIImageView:0x1551028e0.height == 249 (active)>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful. 2017-06-23 16:34:39.017172-0400 WR1[1255:284165] [LayoutConstraints] Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. ( "<NSLayoutConstraint:0x1704930b0 UIImageView:0x15510b0e0.height == 249 (active)>", "<NSLayoutConstraint:0x170494050 V:|-(0)-[UIImageView:0x15510b0e0] (active, names: '|':UITableViewCellContentView:0x15510af30 )>", "<NSLayoutConstraint:0x1704940f0 V:[UIImageView:0x15510b0e0]-(0)-| (active, names: '|':UITableViewCellContentView:0x15510af30 )>", "<NSLayoutConstraint:0x170495a90 'UIView-Encapsulated-Layout-Height' UITableViewCellContentView:0x15510af30.height == 249.667 (active)>" )

Will attempt to recover by breaking constraint <NSLayoutConstraint:0x1704930b0 UIImageView:0x15510b0e0.height == 249 (active)>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful. 2017-06-23 16:34:39.071559-0400 WR1[1255:284319] [QBCore] Response headers: { "Access-Control-Allow-Origin" = ""; "Cache-Control" = "max-age=0, private, must-revalidate"; Connection = "keep-alive"; "Content-Length" = 290; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:34:38 GMT"; Etag = "W/\"db405bd6cb2e294643920533d3581544\""; "QB-Token-ExpirationDate" = "2017-06-23 22:34:38 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "201 Created"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "e3291fe0-7de7-44a0-aea8-42ed4afe2cd8"; "X-Runtime" = "0.020511"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:34:39.143046-0400 WR1[1255:284165] Successful QuickBlox registration 2017-06-23 16:34:39.144330-0400 WR1[1255:284319] [QBCore] Response object: ( { subscription = { device = { "bundle_identifier" = "com.wr1.ios"; "client_identification_sequence" = 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509; platform = { name = ios; }; udid = "E16AFAFB-551E-405D-B89E-EC04708D0F8D"; }; id = 36713059; "notification_channel" = { name = apns; }; }; } ) 2017-06-23 16:34:39.168819-0400 WR1[1255:284319] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/users/subscribe' 2017-06-23 16:34:39.177066-0400 WR1[1255:284317] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/users/tags' 2017-06-23 16:34:39.178561-0400 WR1[1255:284317] [QBCore] Request URL:https://api.quickblox.com/login.json 2017-06-23 16:34:39.178808-0400 WR1[1255:284317] [QBCore] Request method: POST 2017-06-23 16:34:39.178924-0400 WR1[1255:284317] [QBCore] Request parameters:{ login = jayzdev; password = 12345678; } 2017-06-23 16:34:39.180018-0400 WR1[1255:284319] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "Content-Type" = "application/x-www-form-urlencoded"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 5befb53332c96c7d765fa74befe1fef207004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:34:39.190 WR1[1255:284165] [I] -[UAPush registrationSucceededWithPayload:] [Line 894] Channel registration updated successfully. 2017-06-23 16:34:39.320310-0400 WR1[1255:284317] [QBCore] Response headers: { "Access-Control-Allow-Origin" = ""; "Cache-Control" = "no-cache"; Connection = "keep-alive"; "Content-Length" = 451; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:34:39 GMT"; "QB-Token-ExpirationDate" = "2017-06-23 22:34:38 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "202 Accepted"; "Strict-Transport-Security" = "max-age=31536000"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "3ba3f437-5326-480f-b622-e8437dab1056"; "X-Runtime" = "0.044589"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:34:39.321411-0400 WR1[1255:284317] [QBCore] Response object: { user = { "blob_id" = ""; "created_at" = "2015-05-04T18:07:08Z"; "custom_data" = ""; email = "jayz_dev@atimi.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = "Shawn Corey Carter"; id = 3027703; "last_request_at" = "2017-06-23T20:34:39Z"; login = jayzdev; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T20:34:01Z"; "user_tags" = ""; website = "https://s3.amazonaws.com/wr1test/2/2017-06-02T22:32:22Z.JPG"; }; } 2017-06-23 16:34:39.336020-0400 WR1[1255:284348] I restkit.network:RKObjectRequestOperation.m:175 GET 'https://services-test.wr1.com/webapi/users/tags' (200 OK / 1 objects) [request=0.0000s mapping=0.0018s total=0.1589s] 2017-06-23 16:34:39.346219-0400 WR1[1255:284353] [ChatService] Connecting to Chat, host: chat.quickblox.com, user JID: 3027703-19224@chat.quickblox.com/E16AFAFB-551E-405D-B89E-EC04708D0F8D 2017-06-23 16:34:39.358 WR1[1255:284165] [D] -[UAChannelRegistrar registerWithChannelID:channelLocation:withPayload:forcefully:] [Line 73] Ignoring registration request, registration is up to date. 2017-06-23 16:34:39.359 WR1[1255:284165] [I] -[UAPush registrationSucceededWithPayload:] [Line 894] Channel registration updated successfully. 2017-06-23 16:34:39.372 WR1[1255:284165] [I] -[UAPush appRegisteredUserNotificationSettings] [Line 888] Application did register with user notification types 7. 2017-06-23 16:34:39.380 WR1[1255:284165] Device token: 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509 2017-06-23 16:34:39.380 WR1[1255:284165] [I] -[UAPush appRegisteredForRemoteNotificationsWithDeviceToken:] [Line 873] Application registered device token: 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509 2017-06-23 16:34:39.381 WR1[1255:284165] [D] -[UAAnalytics addEvent:] [Line 231] Adding device_registration event DBFCD811-5C57-4B48-AA9B-E6A5EE769A35. 2017-06-23 16:34:39.405 WR1[1255:284165] [D] -[UAChannelRegistrar registerWithChannelID:channelLocation:withPayload:forcefully:] [Line 73] Ignoring registration request, registration is up to date. 2017-06-23 16:34:39.405 WR1[1255:284165] [I] -[UAPush registrationSucceededWithPayload:] [Line 894] Channel registration updated successfully. 2017-06-23 16:34:39.410812-0400 WR1[1255:284319] I restkit.network:RKObjectRequestOperation.m:175 GET 'https://services-test.wr1.com/webapi/users/subscribe' (200 OK / 1 objects) [request=0.0000s mapping=0.0022s total=0.9073s] 2017-06-23 16:34:39.416732-0400 WR1[1255:284319] [QBCore] Request URL:https://api.quickblox.com/subscriptions.json 2017-06-23 16:34:39.417142-0400 WR1[1255:284319] [QBCore] Request method: POST 2017-06-23 16:34:39.417254-0400 WR1[1255:284319] [QBCore] Request parameters:{ device = { platform = ios; udid = "E16AFAFB-551E-405D-B89E-EC04708D0F8D"; }; "notification_channels" = apns; "push_token" = { "bundle_identifier" = "com.wr1.ios"; "client_identification_sequence" = 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509; environment = development; }; } 2017-06-23 16:34:39.423038-0400 WR1[1255:284319] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "Content-Type" = "application/x-www-form-urlencoded"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 5befb53332c96c7d765fa74befe1fef207004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:34:39.517496-0400 WR1[1255:284348] [QBCore] Response headers: { "Access-Control-Allow-Origin" = ""; "Cache-Control" = "max-age=0, private, must-revalidate"; Connection = "keep-alive"; "Content-Length" = 290; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:34:39 GMT"; Etag = "W/\"db405bd6cb2e294643920533d3581544\""; "QB-Token-ExpirationDate" = "2017-06-23 22:34:39 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "201 Created"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "1ccde6cc-89af-4f3e-83a7-ba94535f054e"; "X-Runtime" = "0.033543"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:34:39.534288-0400 WR1[1255:284348] [QBCore] Response object: ( { subscription = { device = { "bundle_identifier" = "com.wr1.ios"; "client_identification_sequence" = 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509; platform = { name = ios; }; udid = "E16AFAFB-551E-405D-B89E-EC04708D0F8D"; }; id = 36713059; "notification_channel" = { name = apns; }; }; } ) 2017-06-23 16:34:39.534345-0400 WR1[1255:284165] Successful QuickBlox registration 2017-06-23 16:34:39.549872-0400 WR1[1255:284348] [ChatService] Stream isSecure: YES 2017-06-23 16:34:39.622165-0400 WR1[1255:284348] [ChatService] Stream did connect, supportsStartTLS: YES 2017-06-23 16:34:39.639334-0400 WR1[1255:284318] [ChatService] Did authenticate, user: 3027703 2017-06-23 16:34:39.643 rtc::[RTCClient] Signaling channel connected 2017-06-23 16:34:39.645296-0400 WR1[1255:284319] [QBCore] Request URL:https://api.quickblox.com/chat/Dialog.json 2017-06-23 16:34:39.645966-0400 WR1[1255:284319] [QBCore] Request method: GET 2017-06-23 16:34:39.646289-0400 WR1[1255:284319] [QBCore] Request parameters:(null) 2017-06-23 16:34:39.646417-0400 WR1[1255:284319] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 5befb53332c96c7d765fa74befe1fef207004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:34:39.646505-0400 WR1[1255:284319] [ChatService] Presence SNT: 2017-06-23 16:34:39.646959-0400 WR1[1255:284348] [ChatService] IQ SNT: 2017-06-23 16:34:39.649850-0400 WR1[1255:284319] [ChatService] IQ RCV: jid>3027703-19224@chat.quickblox.com/E16AFAFB-551E-405D-B89E-EC04708D0F8D</jid 2017-06-23 16:34:39.659844-0400 WR1[1255:284318] [ChatService] StreamManagement: enabled= 2017-06-23 16:34:39.672240-0400 WR1[1255:284289] [ChatService] IQ RCV: 2017-06-23 16:34:39.684054-0400 WR1[1255:284319] [ChatService] Presence RCV: 2017-06-23 16:34:39.799281-0400 WR1[1255:284318] I restkit.network:RKObjectRequestOperation.m:175 GET 'https://services-test.wr1.com/webapi/users/subscribe' (200 OK / 1 objects) [request=0.6069s mapping=0.0032s total=0.6303s] 2017-06-23 16:34:39.866631-0400 WR1[1255:284289] [QBCore] Response headers: { "Access-Control-Allow-Origin" = ""; "Cache-Control" = "max-age=0, private, must-revalidate"; Connection = "keep-alive"; "Content-Length" = 4109; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:34:39 GMT"; Etag = "W/\"aa10c5d26f248754f5e591e2ed249114\""; "QB-Token-ExpirationDate" = "2017-06-23 22:34:39 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "304 Not Modified"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "94e1c472-c450-4007-9985-a0d7947694d4"; "X-Runtime" = "0.076935"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:34:39.875301-0400 WR1[1255:284289] [QBCore] Response object: { items = ( { "_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-15T15:16:23Z"; "last_message" = kogohf; "last_message_date_sent" = 1495643815; "last_message_user_id" = 4964068; name = Almiranda; "occupants_ids" = ( 3027703, 4964068 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2017-05-24T16:36:56Z"; "user_id" = 3027703; "xmpp_room_jid" = ""; }, { "_id" = 56426b9fa0eb47c49700011a; "created_at" = "2015-11-10T22:11:43Z"; "last_message" = jjjjjj; "last_message_date_sent" = 1477838659; "last_message_user_id" = 5033073; name = swiftfan1; "occupants_ids" = ( 3027703, 5033073 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2016-10-30T14:44:19Z"; "user_id" = 3027703; "xmpp_room_jid" = ""; }, { "_id" = 565315bba28f9a09ca00075d; "created_at" = "2015-11-23T13:33:47Z"; "last_message" = "the fact I that I can see "; "last_message_date_sent" = 1448285685; "last_message_user_id" = 3027703; name = mon123; "occupants_ids" = ( 3027703, 7059619 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2015-11-23T13:34:45Z"; "user_id" = 3027703; "xmpp_room_jid" = ""; }, { "_id" = 5652e3e5a28f9a72f8001205; "created_at" = "2015-11-23T10:01:09Z"; "last_message" = "I don't know if "; "last_message_date_sent" = 1448273235; "last_message_user_id" = 7057586; name = mon23; "occupants_ids" = ( 3027703, 7057586 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2015-11-23T10:07:15Z"; "user_id" = 7057586; "xmpp_room_jid" = ""; }, { "_id" = 564059df05244fbde8ffc89a; "created_at" = "2015-11-09T08:31:27Z"; "last_message" = "the new version of it "; "last_message_date_sent" = 1447057938; "last_message_user_id" = 3027703; name = Ari; "occupants_ids" = ( 3027703, 5462290 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2015-11-09T08:32:18Z"; "user_id" = 3027703; "xmpp_room_jid" = ""; }, { "_id" = 55fb3369a28f9a8c130011ea; "created_at" = "2015-09-17T21:40:57Z"; "last_message" = hello; "last_message_date_sent" = 1447050256; "last_message_user_id" = 3228481; name = 5th; "occupants_ids" = ( 3027703, 3228481 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2015-11-09T06:24:16Z"; "user_id" = 3027703; "xmpp_room_jid" = ""; }, { "_id" = 561e4424a28f9a0dae001bcc; "created_at" = "2015-10-14T12:01:40Z"; "last_message" = "hey there "; "last_message_date_sent" = 1445619771; "last_message_user_id" = 3027703; name = rajahuli; "occupants_ids" = ( 3027703, 6103995 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2015-10-23T17:02:51Z"; "user_id" = 6103995; "xmpp_room_jid" = ""; }, { "_id" = 560cd419a28f9aec630000d1; "created_at" = "2015-10-01T06:35:05Z"; "last_message" = "jay z"; "last_message_date_sent" = 1443681392; "last_message_user_id" = 3027703; name = amruth; "occupants_ids" = ( 3027703, 4911755 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2015-10-01T06:36:32Z"; "user_id" = 3027703; "xmpp_room_jid" = ""; }, { "_id" = 56008b6aa28f9a45c2009d54; "created_at" = "2015-09-21T22:57:46Z"; "last_message" = j; "last_message_date_sent" = 1443031880; "last_message_user_id" = 3027703; name = jayzfan1; "occupants_ids" = ( 3027703, 5032946 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2015-09-23T18:11:20Z"; "user_id" = 5032946; "xmpp_room_jid" = ""; }, { "_id" = 55c06ca0535c1287b1004999; "created_at" = "2015-08-04T07:41:20Z"; "last_message" = "the fact is "; "last_message_date_sent" = 1443031712; "last_message_user_id" = 3185970; name = geo; "occupants_ids" = ( 3027703, 3185970 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2015-09-23T18:08:28Z"; "user_id" = 3185970; "xmpp_room_jid" = ""; }, { "_id" = 55f93fd5a28f9a26d7016515; "created_at" = "2015-09-16T10:09:25Z"; "last_message" = hi; "last_message_date_sent" = 1442398167; "last_message_user_id" = 3027703; name = madhu138; "occupants_ids" = ( 3027703, 5271722 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2015-09-16T10:09:25Z"; "user_id" = 3027703; "xmpp_room_jid" = ""; }, { "_id" = 560cf1b6a0eb473bf3000117; "created_at" = "2015-10-01T08:41:26Z"; "last_message" = ""; "last_message_date_sent" = ""; "last_message_user_id" = ""; name = "Ed Sheeran"; "occupants_ids" = ( 3027703, 5040229 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2015-10-01T08:41:26Z"; "user_id" = 5040229; "xmpp_room_jid" = ""; } ); limit = 100; skip = 0; "total_entries" = 12; } 2017-06-23 16:34:39.884254-0400 WR1[1255:284289] [QBCore] Request URL:https://api.quickblox.com/users.json?filter%5B%5D=number%20id%20in%203228481%2C5032946%2C7057586%2C4911755%2C5040229%2C5271722%2C4964068%2C7059619%2C5462290%2C3185970%2C5033073%2C3027703%2C6103995 2017-06-23 16:34:39.884385-0400 WR1[1255:284289] [QBCore] Request method: GET 2017-06-23 16:34:39.884471-0400 WR1[1255:284289] [QBCore] Request parameters:{ "filter[]" = "number id in 3228481,5032946,7057586,4911755,5040229,5271722,4964068,7059619,5462290,3185970,5033073,3027703,6103995"; } 2017-06-23 16:34:39.886093-0400 WR1[1255:284289] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 5befb53332c96c7d765fa74befe1fef207004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:34:39.948681-0400 WR1[1255:284348] [QBCore] Response headers: { "Access-Control-Allow-Origin" = "*"; "Cache-Control" = "max-age=0, private, must-revalidate"; Connection = "keep-alive"; "Content-Length" = 4652; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:34:39 GMT"; Etag = "W/\"690107505688dbad8e2f5548499dbe69\""; "QB-Token-ExpirationDate" = "2017-06-23 22:34:39 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "200 OK"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "c950ecdb-4ccc-4f73-8ed6-2f102f09bd07"; "X-Runtime" = "0.043792"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:34:39.951808-0400 WR1[1255:284348] [QBCore] Response object: { "current_page" = 1; items = ( { user = { "blob_id" = ""; "created_at" = "2015-05-04T18:07:08Z"; "custom_data" = ""; email = "jayz_dev@atimi.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = "Shawn Corey Carter"; id = 3027703; "last_request_at" = "2017-06-23T20:34:39Z"; login = jayzdev; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T20:34:01Z"; "user_tags" = ""; website = "https://s3.amazonaws.com/wr1test/2/2017-06-02T22:32:22Z.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-05-21T21:13:19Z"; "custom_data" = ""; email = "geo@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = geo; id = 3185970; "last_request_at" = "2017-06-23T18:38:11Z"; login = "geo_qb"; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T18:17:21Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/6/3E7AB178-7401-4B64-8B22-4F768B57EBEC.PNG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-05-25T20:02:36Z"; "custom_data" = ""; email = "taylor.swift@somewhere.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = 5th; id = 3228481; "last_request_at" = "2017-05-25T08:06:55Z"; login = "taylor.swift"; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-05-25T08:06:55Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/1/580857F7-249D-4C10-ABD6-A4A19752B23C.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-08-21T06:17:41Z"; "custom_data" = ""; email = "kf3dd0lq8pfuqdiv7k4vjbqi4u@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = amruth; id = 4911755; "last_request_at" = "2017-04-28T21:05:36Z"; login = kf3dd0lq8pfuqdiv7k4vjbqi4u; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-04-28T21:05:36Z"; "user_tags" = ""; website = ""; }; }, { user = { "blob_id" = ""; "created_at" = "2015-08-24T06:10:30Z"; "custom_data" = ""; email = "3i0t5keggdjvdpd1rm2cgfovt6@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = Almiranda; id = 4964068; "last_request_at" = "2017-06-23T20:34:23Z";

            login = 3i0t5keggdjvdpd1rm2cgfovt6;
            "owner_id" = 23370;
            phone = "<null>";
            "twitter_digits_id" = "<null>";
            "twitter_id" = "<null>";
            "updated_at" = "2017-06-23T15:37:13Z";
            "user_tags" = "<null>";
            website = "https://wr1prod.imgix.net/21/01CDABBD-4998-441C-835A-CD635FC9345D.JPG";
        };
    },
            {
        user =             {
            "blob_id" = "<null>";
            "created_at" = "2015-08-27T19:58:09Z";
            "custom_data" = "<null>";
            email = "hi3ds4v5ovf21am2pd840a914r@wr1.com";
            "external_user_id" = "<null>";
            "facebook_id" = "<null>";
            "full_name" = jayzfan1;
            id = 5032946;
            "last_request_at" = "2017-05-25T08:07:00Z";
            login = hi3ds4v5ovf21am2pd840a914r;
            "owner_id" = 23370;
            phone = "<null>";
            "twitter_digits_id" = "<null>";
            "twitter_id" = "<null>";
            "updated_at" = "2017-05-25T08:07:00Z";
            "user_tags" = "<null>";
            website = "https://wr1prod.imgix.net/62/00000000-0000-0000-0000-00000000049C.JPG";
        };
    },
            {
        user =             {
            "blob_id" = "<null>";
            "created_at" = "2015-08-27T20:08:21Z";
            "custom_data" = "<null>";
            email = "52j5ht2pn3c9ahvsi9sogqhla8@wr1.com";
            "external_user_id" = "<null>";
            "facebook_id" = "<null>";
            "full_name" = swiftfan1;
            id = 5033073;
            "last_request_at" = "2016-10-30T14:49:14Z";
            login = 52j5ht2pn3c9ahvsi9sogqhla8;
            "owner_id" = 23370;
            phone = "<null>";
            "twitter_digits_id" = "<null>";
            "twitter_id" = "<null>";
            "updated_at" = "2017-03-02T09:12:49Z";
            "user_tags" = "<null>";
            website = "<null>";
        };
    },
            {
        user =             {
            "blob_id" = "<null>";
            "created_at" = "2015-08-28T07:00:50Z";
            "custom_data" = "<null>";
            email = "20kt085ouocdqn3a3g4j1j6tvh@wr1.com";
            "external_user_id" = "<null>";
            "facebook_id" = "<null>";
            "full_name" = "Ed Sheeran";
            id = 5040229;
            "last_request_at" = "2017-05-25T08:07:02Z";
            login = 20kt085ouocdqn3a3g4j1j6tvh;
            "owner_id" = 23370;
            phone = "<null>";
            "twitter_digits_id" = "<null>";
            "twitter_id" = "<null>";
            "updated_at" = "2017-05-25T08:07:02Z";
            "user_tags" = "<null>";
            website = "https://wr1prod.imgix.net/83/00000000-0000-0000-0000-000000000191.JPG";
        };
    },
            {
        user =             {
            "blob_id" = "<null>";
            "created_at" = "2015-09-09T08:47:36Z";
            "custom_data" = "<null>";
            email = "lu44hj9ur8qijc5q874oje5vrt@wr1.com";
            "external_user_id" = "<null>";
            "facebook_id" = "<null>";
            "full_name" = madhu138;
            id = 5271722;
            "last_request_at" = "2015-09-18T12:45:24Z";
            login = lu44hj9ur8qijc5q874oje5vrt;
            "owner_id" = 23370;
            phone = "<null>";
            "twitter_digits_id" = "<null>";
            "twitter_id" = "<null>";
            "updated_at" = "2017-03-02T09:12:53Z";
            "user_tags" = "<null>";
            website = "<null>";
        };
    },
            {
        user =             {
            "blob_id" = "<null>";
            "created_at" = "2015-09-18T20:23:53Z";
            "custom_data" = "<null>";
            email = "l3blvqta5378c94jln2hjvflad@wr1.com";
            "external_user_id" = "<null>";
            "facebook_id" = "<null>";
            "full_name" = Ari;
            id = 5462290;
            "last_request_at" = "2017-05-25T08:07:17Z";
            login = l3blvqta5378c94jln2hjvflad;
            "owner_id" = 23370;
            phone = "<null>";
            "twitter_digits_id" = "<null>";
            "twitter_id" = "<null>";
            "updated_at" = "2017-05-25T08:07:17Z";
            "user_tags" = "<null>";
            website = "https://wr1prod.imgix.net/490/3E90175B-05DB-428B-ACA7-FE887F013D9C.JPG";
        };
    }
);
"per_page" = 10;
"total_entries" = 13;

} 2017-06-23 16:34:39.962565-0400 WR1[1255:284348] [QBCore] Response object: { "current_page" = 1; items = ( { user = { "blob_id" = ""; "created_at" = "2015-05-04T18:07:08Z"; "custom_data" = ""; email = "jayz_dev@atimi.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = "Shawn Corey Carter"; id = 3027703; "last_request_at" = "2017-06-23T20:34:39Z"; login = jayzdev; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T20:34:01Z"; "user_tags" = ""; website = "https://s3.amazonaws.com/wr1test/2/2017-06-02T22:32:22Z.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-05-21T21:13:19Z"; "custom_data" = ""; email = "geo@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = geo; id = 3185970; "last_request_at" = "2017-06-23T18:38:11Z"; login = "geo_qb"; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T18:17:21Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/6/3E7AB178-7401-4B64-8B22-4F768B57EBEC.PNG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-05-25T20:02:36Z"; "custom_data" = ""; email = "taylor.swift@somewhere.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = 5th; id = 3228481; "last_request_at" = "2017-05-25T08:06:55Z"; login = "taylor.swift"; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-05-25T08:06:55Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/1/580857F7-249D-4C10-ABD6-A4A19752B23C.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-08-21T06:17:41Z"; "custom_data" = ""; email = "kf3dd0lq8pfuqdiv7k4vjbqi4u@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = amruth; id = 4911755; "last_request_at" = "2017-04-28T21:05:36Z"; login = kf3dd0lq8pfuqdiv7k4vjbqi4u; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-04-28T21:05:36Z"; "user_tags" = ""; website = ""; }; }, { user = { "blob_id" = ""; "created_at" = "2015-08-24T06:10:30Z"; "custom_data" = ""; email = "3i0t5keggdjvdpd1rm2cgfovt6@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = Almiranda; id = 4964068; "last_request_at" = "2017-06-23T20:34:23Z"; login = 3i0t5keggdjvdpd1rm2cgfovt6; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T15:37:13Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/21/01CDABBD-4998-441C-835A-CD635FC9345D.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-08-27T19:58:09Z"; "custom_data" = ""; email = "hi3ds4v5ovf21am2pd840a914r@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = jayzfan1; id = 5032946; "last_request_at" = "2017-05-25T08:07:00Z"; login = hi3ds4v5ovf21am2pd840a914r; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-05-25T08:07:00Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/62/00000000-0000-0000-0000-00000000049C.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-08-27T20:08:21Z"; "custom_data" = ""; email = "52j5ht2pn3c9ahvsi9sogqhla8@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = swiftfan1; id = 5033073; "last_request_at" = "2016-10-30T14:49:14Z"; login = 52j5ht2pn3c9ahvsi9sogqhla8; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-03-02T09:12:49Z"; "user_tags" = ""; website = ""; }; }, { user = { "blob_id" = ""; "created_at" = "2015-08-28T07:00:50Z"; "custom_data" = ""; email = "20kt085ouocdqn3a3g4j1j6tvh@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = "Ed Sheeran"; id = 5040229; "last_request_at" = "2017-05-25T08:07:02Z"; login = 20kt085ouocdqn3a3g4j1j6tvh; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-05-25T08:07:02Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/83/00000000-0000-0000-0000-000000000191.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-09-09T08:47:36Z"; "custom_data" = ""; email = "lu44hj9ur8qijc5q874oje5vrt@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = madhu138; id = 5271722; "last_request_at" = "2015-09-18T12:45:24Z"; login = lu44hj9ur8qijc5q874oje5vrt; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-03-02T09:12:53Z"; "user_tags" = ""; website = ""; }; }, { user = { "blob_id" = ""; "created_at" = "2015-09-18T20:23:53Z"; "custom_data" = ""; email = "l3blvqta5378c94jln2hjvflad@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = Ari; id = 5462290; "last_request_at" = "2017-05-25T08:07:17Z"; login = l3blvqta5378c94jln2hjvflad; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-05-25T08:07:17Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/490/3E90175B-05DB-428B-ACA7-FE887F013D9C.JPG"; }; } ); "per_page" = 10; "total_entries" = 13; } 2017-06-23 16:34:40.003 WR1[1255:284165] [I] -[UAPush appRegisteredUserNotificationSettings] [Line 888] Application did register with user notification types 7. 2017-06-23 16:34:40.016 WR1[1255:284165] Device token: 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509 2017-06-23 16:34:40.016 WR1[1255:284165] [I] -[UAPush appRegisteredForRemoteNotificationsWithDeviceToken:] [Line 873] Application registered device token: 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509 2017-06-23 16:34:40.017 WR1[1255:284165] [D] -[UAAnalytics addEvent:] [Line 231] Adding device_registration event 7D95D7E0-1C95-4E79-BD16-128872BE24DE. 2017-06-23 16:34:40.040 WR1[1255:284165] [D] -[UAChannelRegistrar registerWithChannelID:channelLocation:withPayload:forcefully:] [Line 73] Ignoring registration request, registration is up to date. 2017-06-23 16:34:40.041 WR1[1255:284165] [I] -[UAPush registrationSucceededWithPayload:] [Line 894] Channel registration updated successfully. 2017-06-23 16:34:40.053547-0400 WR1[1255:284358] [QBCore] Request URL:https://api.quickblox.com/subscriptions.json 2017-06-23 16:34:40.053702-0400 WR1[1255:284358] [QBCore] Request method: POST 2017-06-23 16:34:40.053783-0400 WR1[1255:284358] [QBCore] Request parameters:{ device = { platform = ios; udid = "E16AFAFB-551E-405D-B89E-EC04708D0F8D"; }; "notification_channels" = apns; "push_token" = { "bundle_identifier" = "com.wr1.ios"; "client_identification_sequence" = 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509; environment = development; }; } 2017-06-23 16:34:40.053871-0400 WR1[1255:284358] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "Content-Type" = "application/x-www-form-urlencoded"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 5befb53332c96c7d765fa74befe1fef207004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:34:40.088762-0400 WR1[1255:284289] [QBCore] Response headers: { "Access-Control-Allow-Origin" = "*"; "Cache-Control" = "max-age=0, private, must-revalidate"; Connection = "keep-alive"; "Content-Length" = 290; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:34:40 GMT"; Etag = "W/\"db405bd6cb2e294643920533d3581544\""; "QB-Token-ExpirationDate" = "2017-06-23 22:34:39 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "201 Created"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "cfa9870b-3b0f-4fcd-bedc-21233c9c645c"; "X-Runtime" = "0.017880"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:34:40.089336-0400 WR1[1255:284348] [QBCore] Response object: ( { subscription = { device = { 2017-06-23 16:34:40.089369-0400 WR1[1255:284165] Successful QuickBlox registration "bundle_identifier" = "com.wr1.ios"; "client_identification_sequence" = 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509; platform = { name = ios; }; udid = "E16AFAFB-551E-405D-B89E-EC04708D0F8D"; }; id = 36713059; "notification_channel" = { name = apns; }; }; } ) 2017-06-23 16:34:41.131125-0400 WR1[1255:284165] <NSObject+Permissions.m:147> User Mask 16 for section OpenClubwall of class ClubsViewController returned: Denied 2017-06-23 16:34:41.165540-0400 WR1[1255:284165] FBSDKLog: FBSDKAppEvents: Recording event @ 1498250081: { "_eventName" = "Club Wall"; "_logTime" = 1498250081; "_ui" = "no_ui"; "club id" = 2; from = explore; username = jayz; } 2017-06-23 16:34:41.192448-0400 WR1[1255:284165] PaginationDO in progress YES 2017-06-23 16:34:41.214793-0400 WR1[1255:284165] PaginationDO in progress YES 2017-06-23 16:34:41.215124-0400 WR1[1255:284289] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/clubs/2/posts?source=artist' 2017-06-23 16:34:41.232401-0400 WR1[1255:284348] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/clubs/2/posts/stream' 2017-06-23 16:34:41.250794-0400 WR1[1255:284318] I restkit.network:RKObjectRequestOperation.m:134 POST 'https://services-test.wr1.com/webapi/users/byids' 2017-06-23 16:34:41.275702-0400 WR1[1255:284348] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/clubs/2/wall' 2017-06-23 16:34:41.335238-0400 WR1[1255:284318] I restkit.network:RKObjectRequestOperation.m:175 GET 'https://services-test.wr1.com/webapi/clubs/2/posts/stream' (200 OK / 1 objects) [request=0.0000s mapping=0.0051s total=0.1027s] 2017-06-23 16:34:41.352076-0400 WR1[1255:284318] I restkit.network:RKObjectRequestOperation.m:175 POST 'https://services-test.wr1.com/webapi/users/byids' (200 OK / 1 objects) [request=0.0000s mapping=0.0056s total=0.1012s] 2017-06-23 16:34:41.404063-0400 WR1[1255:284318] I restkit.network:RKObjectRequestOperation.m:175 GET 'https://services-test.wr1.com/webapi/clubs/2/posts?source=artist' (200 OK / 1 objects) [request=0.0000s mapping=0.0261s total=0.1887s] 2017-06-23 16:34:41.457993-0400 WR1[1255:284165] PaginationDO in progress NO 2017-06-23 16:34:41.458707-0400 WR1[1255:284165] PaginationDO in progress NO 2017-06-23 16:34:41.542480-0400 WR1[1255:284289] I restkit.network:RKObjectRequestOperation.m:175 GET 'https://services-test.wr1.com/webapi/clubs/2/wall' (200 OK / 1 objects) [request=0.0833s mapping=0.0035s total=0.2667s] 2017-06-23 16:34:41.562349-0400 WR1[1255:284165] [LayoutConstraints] Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. ( "<NSLayoutConstraint:0x170682940 UIImageView:0x15518ccc0.height == 249 (active)>", "<NSLayoutConstraint:0x17068a550 V:|-(0)-[UIImageView:0x15518ccc0] (active, names: '|':UITableViewCellContentView:0x15518cb10 )>", "<NSLayoutConstraint:0x17068a5f0 V:[UIImageView:0x15518ccc0]-(0)-| (active, names: '|':UITableViewCellContentView:0x15518cb10 )>", "<NSLayoutConstraint:0x17068b8b0 'UIView-Encapsulated-Layout-Height' UITableViewCellContentView:0x15518cb10.height == 249.667 (active)>" )

Will attempt to recover by breaking constraint <NSLayoutConstraint:0x170682940 UIImageView:0x15518ccc0.height == 249 (active)>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful. 2017-06-23 16:34:51.394847-0400 WR1[1255:284165] PaginationDO in progress YES 2017-06-23 16:34:51.411188-0400 WR1[1255:284319] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/clubs/2/posts?source=fan' 2017-06-23 16:34:51.592636-0400 WR1[1255:284319] I restkit.network:RKObjectRequestOperation.m:175 GET 'https://services-test.wr1.com/webapi/clubs/2/posts?source=fan' (200 OK / 1 objects) [request=0.1462s mapping=0.0328s total=0.1813s] 2017-06-23 16:34:51.593640-0400 WR1[1255:284165] PaginationDO in progress NO 2017-06-23 16:34:53.065 WR1[1255:284165] [D] __41-[UAAnalytics uploadOperationWithEvents:]_block_invoke [Line 530] Analytics data sent successfully. Status: 200 2017-06-23 16:34:53.098727-0400 WR1[1255:284165] FBSDKLog: FBSDKAppEvents: Flushed @ 1498250093, 1 events due to 'Timer' - { "advertiser_id" = "ACB2AE00-2E96-4221-91FE-F9B283E3E75E"; "advertiser_tracking_enabled" = 1; "anon_id" = "XZ99405EFA-F1EF-4070-AF4A-850DA1069678"; "application_tracking_enabled" = 1; event = "CUSTOM_APP_EVENTS"; extinfo = "[\"i2\",\"com.wr1.ios\",\"223\",\"1.3.6\",\"10.3.2\",\"iPhone7,1\",\"en_US\",\"EDT\",\"Verizon\",375,667,\"3.00\",2,119,111,\"America\/New_York\"]"; "url_schemes" = "[\"vnd.wr1.wr1\",\"fb1547783052142027\",\"db-pkwe4lse66seo3i\",\"wr1\"]"; } Events: [ { "event" : { "username" : "jayz", "_eventName" : "Club Wall", "club id" : "2", "_logTime" : 1498250081, "_ui" : "no_ui", "from" : "explore" }, "isImplicit" : false } ] Flush Result : Success 2017-06-23 16:34:53.343729-0400 WR1[1255:284165] PaginationDO in progress YES 2017-06-23 16:34:53.368721-0400 WR1[1255:284431] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/clubs/2/posts?source=artist&sinceId=5584' 2017-06-23 16:34:53.470666-0400 WR1[1255:284458] I restkit.network:RKObjectRequestOperation.m:175 GET 'https://services-test.wr1.com/webapi/clubs/2/posts?source=artist&sinceId=5584' (200 OK / 1 objects) [request=0.0831s mapping=0.0041s total=0.1018s] 2017-06-23 16:34:53.471678-0400 WR1[1255:284165] PaginationDO in progress NO 2017-06-23 16:34:53.474419-0400 WR1[1255:284165] PaginationDO in progress YES 2017-06-23 16:34:53.491899-0400 WR1[1255:284431] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/clubs/2/posts/stream' 2017-06-23 16:34:53.583893-0400 WR1[1255:284459] I restkit.network:RKObjectRequestOperation.m:175 GET 'https://services-test.wr1.com/webapi/clubs/2/posts/stream' (200 OK / 1 objects) [request=0.0763s mapping=0.0026s total=0.0919s] 2017-06-23 16:34:53.584486-0400 WR1[1255:284165] PaginationDO in progress NO 2017-06-23 16:34:54.567255-0400 WR1[1255:284431] 1255: CFNetwork internal error (0xc01a:/BuildRoot/Library/Caches/com.apple.xbs/Sources/CFNetwork/CFNetwork-811.5.4/Loading/URLConnectionLoader.cpp:304) 2017-06-23 16:34:54.567966-0400 WR1[1255:284431] 1255: CFNetwork internal error (0xc01a:/BuildRoot/Library/Caches/com.apple.xbs/Sources/CFNetwork/CFNetwork-811.5.4/Loading/URLConnectionLoader.cpp:304) 2017-06-23 16:34:54.984338-0400 WR1[1255:284458] 1255: CFNetwork internal error (0xc01a:/BuildRoot/Library/Caches/com.apple.xbs/Sources/CFNetwork/CFNetwork-811.5.4/Loading/URLConnectionLoader.cpp:304) 2017-06-23 16:34:54.985837-0400 WR1[1255:284458] 1255: CFNetwork internal error (0xc01a:/BuildRoot/Library/Caches/com.apple.xbs/Sources/CFNetwork/CFNetwork-811.5.4/Loading/URLConnectionLoader.cpp:304) 2017-06-23 16:34:54.986507-0400 WR1[1255:284458] 1255: CFNetwork internal error (0xc01a:/BuildRoot/Library/Caches/com.apple.xbs/Sources/CFNetwork/CFNetwork-811.5.4/Loading/URLConnectionLoader.cpp:304) 2017-06-23 16:34:57.152167-0400 WR1[1255:284431] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/clubs' 2017-06-23 16:34:57.289905-0400 WR1[1255:284459] I restkit.network:RKObjectRequestOperation.m:175 GET 'https://services-test.wr1.com/webapi/clubs' (200 OK / 1 objects) [request=0.0900s mapping=0.0083s total=0.1379s] 2017-06-23 16:35:01.119116-0400 WR1[1255:284431] [QBCore] Request URL:https://api.quickblox.com/chat/Message.json?chat_dialog_id=5919c64761b2ca5b285ba6c4 2017-06-23 16:35:01.119448-0400 WR1[1255:284431] [QBCore] Request method: GET 2017-06-23 16:35:01.119866-0400 WR1[1255:284431] [QBCore] Request parameters:{ "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; } 2017-06-23 16:35:01.120181-0400 WR1[1255:284431] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 5befb53332c96c7d765fa74befe1fef207004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:35:01.292115-0400 WR1[1255:284459] [QBCore] Response headers: { "Access-Control-Allow-Origin" = "*"; "Cache-Control" = "max-age=0, private, must-revalidate"; Connection = "keep-alive"; "Content-Length" = 9653; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:35:01 GMT"; Etag = "W/\"dff1df933e669e34c6516130cd1ed306\""; "QB-Token-ExpirationDate" = "2017-06-23 22:34:39 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "200 OK"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "052c6f19-f3f0-436f-82fa-407479a7d079"; "X-Runtime" = "0.089362"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:35:01.331212-0400 WR1[1255:284458] [QBCore] Response object: { items = ( { "_id" = 5919c64778636ebe3800420c; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-15T15:16:23Z"; "date_sent" = 1494861383; "delivered_ids" = ( 3027703, 4964068 ); message = hi; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 5919c67678636ebe3800420d; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-15T15:17:10Z"; "date_sent" = 1494861430; "delivered_ids" = ( 3027703, 4964068 ); message = pop; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b48c5522f98ff010041ae; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T18:45:25Z"; "date_sent" = 1494960325; "delivered_ids" = ( 3027703, 4964068 ); message = loopppoo; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b48e664948b8a3bfa4cf5; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T18:45:59Z"; "date_sent" = 1494960358; "delivered_ids" = ( 4964068, 3027703 ); message = loooopooo; read = 1; "read_ids" = ( 4964068, 3027703 ); "recipient_id" = 3027703; "sender_id" = 4964068; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b4974522f980a020041ac; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T18:48:20Z"; "date_sent" = 1494960500; "delivered_ids" = ( 3027703, 4964068 ); message = jombo; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b498b64948b8a3bfa4cf7; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T18:48:43Z"; "date_sent" = 1494960523; "delivered_ids" = ( 4964068, 3027703 ); message = jz; read = 1; "read_ids" = ( 4964068, 3027703 ); "recipient_id" = 3027703; "sender_id" = 4964068; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b4999522f980a020041ae; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T18:48:57Z"; "date_sent" = 1494960537; "delivered_ids" = ( 3027703, 4964068 ); message = oiioui; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b52ad522f982f020041af; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T19:27:41Z"; "date_sent" = 1494962861; "delivered_ids" = ( 3027703, 4964068 ); message = "lollipop of "; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b52df9391efe93b0041a9; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T19:28:31Z"; "date_sent" = 1494962911; "delivered_ids" = ( 4964068, 3027703 ); message = " the I'm best fact w"; read = 1; "read_ids" = ( 4964068, 3027703 ); "recipient_id" = 3027703; "sender_id" = 4964068; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b552b9391efe93b0041aa; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T19:38:19Z"; "date_sent" = 1494963499; "delivered_ids" = ( 4964068, 3027703 ); message = "the only thing I "; read = 1; "read_ids" = ( 4964068, 3027703 ); "recipient_id" = 3027703; "sender_id" = 4964068; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b5548522f982f020041b2; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T19:38:49Z"; "date_sent" = 1494963528; "delivered_ids" = ( 3027703, 4964068 ); message = "the only problem I find "; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b576a522f982f020041b3; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T19:47:54Z"; "date_sent" = 1494964074; "delivered_ids" = ( 3027703, 4964068 ); message = "the fact best day of "; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b5816522f9838020041b4; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T19:50:46Z"; "date_sent" = 1494964246; "delivered_ids" = ( 3027703, 4964068 ); message = "the fact is that "; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b58c2916bf7013c0041b6; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T19:53:38Z"; "date_sent" = 1494964418; "delivered_ids" = ( 4964068, 3027703 ); message = "y the first "; read = 1; "read_ids" = ( 4964068, 3027703 ); "recipient_id" = 3027703; "sender_id" = 4964068; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b58d6522f9848020041a9; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T19:53:58Z"; "date_sent" = 1494964438; "delivered_ids" = ( 3027703, 4964068 ); message = "the only reason I'm why I'm I "; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b58e8522f9848020041aa; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T19:54:16Z"; "date_sent" = 1494964456; "delivered_ids" = ( 3027703, 4964068 ); message = "the fact that I can get "; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b5a36522f9848020041ab; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T19:59:50Z"; "date_sent" = 1494964790; "delivered_ids" = ( 3027703, 4964068 ); message = "the fact that my I have a dream that "; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b5a3d522f9848020041ac; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T19:59:57Z"; "date_sent" = 1494964797; "delivered_ids" = ( 3027703, 4964068 ); message = "hi I'm just not the "; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b5cc8522f9868020041ba; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T20:10:48Z"; "date_sent" = 1494965448; "delivered_ids" = ( 3027703, 4964068 ); message = "the only thing is I "; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b5ce5916bf70c3c0041ad; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T20:11:17Z"; "date_sent" = 1494965477; "delivered_ids" = ( 4964068, 3027703 ); message = " I don't think have been "; read = 1; "read_ids" = ( 4964068, 3027703 ); "recipient_id" = 3027703; "sender_id" = 4964068; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b963c522f9858030041bc; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-17T00:15:56Z"; "date_sent" = 1494980156; "delivered_ids" = ( 3027703, 4964068 ); message = heyo; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b9656522f9858030041bd; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-17T00:16:22Z"; "date_sent" = 1494980182; "delivered_ids" = ( 3027703, 4964068 ); message = momomo; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591c92d9522f983e040041be; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-17T18:13:46Z"; "date_sent" = 1495044825; "delivered_ids" = ( 3027703, 4964068 ); message = ohfgfhjk; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591c92f7916bf72c016f3e7e; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-17T18:14:16Z"; "date_sent" = 1495044855; "delivered_ids" = ( 4964068, 3027703 ); message = " higougkygi"; read = 1; "read_ids" = ( 4964068, 3027703 ); "recipient_id" = 3027703; "sender_id" = 4964068; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591c930e916bf72c016f3e7f; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-17T18:14:39Z"; "date_sent" = 1495044878; "delivered_ids" = ( 4964068, 3027703 ); message = kugou; read = 1; "read_ids" = ( 4964068, 3027703 ); "recipient_id" = 3027703; "sender_id" = 4964068; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591f40b4522f981a060041c1; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-19T19:00:04Z"; "date_sent" = 1495220404; "delivered_ids" = ( 3027703, 4964068 ); message = haj; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591f40c9522f981a060041c2; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-19T19:00:25Z"; "date_sent" = 1495220425; "delivered_ids" = ( 3027703, 4964068 ); message = hssj; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 5925b69c522f986b090041c3; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-24T16:36:44Z"; "date_sent" = 1495643804; "delivered_ids" = ( 3027703, 4964068 ); message = fkkfkrkkk; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 5925b6a7916bf7b3020041a9; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-24T16:36:56Z"; "date_sent" = 1495643815; "delivered_ids" = ( 4964068, 3027703 ); message = kogohf; read = 1; "read_ids" = ( 4964068, 3027703 ); "recipient_id" = 3027703; "sender_id" = 4964068; "updated_at" = "2017-06-21T17:45:27Z"; } ); limit = 100; skip = 0; } 2017-06-23 16:35:01.383896-0400 WR1[1255:284458] [QBCore] Response object: { items = ( { "_id" = 5919c64778636ebe3800420c; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-15T15:16:23Z"; "date_sent" = 1494861383; "delivered_ids" = ( 3027703, 4964068 ); message = hi; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 5919c67678636ebe3800420d; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-15T15:17:10Z"; "date_sent" = 1494861430; "delivered_ids" = ( 3027703, 4964068 ); message = pop; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b48c5522f98ff010041ae; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T18:45:25Z"; "date_sent" = 1494960325; "delivered_ids" = ( 3027703, 4964068 ); message = loopppoo; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b48e664948b8a3bfa4cf5; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T18:45:59Z"; "date_sent" = 1494960358; "delivered_ids" = ( 4964068, 3027703 ); message = loooopooo; read = 1; "read_ids" = ( 4964068, 3027703 ); "recipient_id" = 3027703; "sender_id" = 4964068; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b4974522f980a020041ac; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T18:48:20Z"; "date_sent" = 1494960500; "delivered_ids" = ( 3027703, 4964068 ); message = jombo; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b498b64948b8a3bfa4cf7; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T18:48:43Z"; "date_sent" = 1494960523; "delivered_ids" = ( 4964068, 3027703 ); message = jz; read = 1; "read_ids" = ( 4964068, 3027703 ); "recipient_id" = 3027703; "sender_id" = 4964068; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b4999522f980a020041ae; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T18:48:57Z"; "date_sent" = 1494960537; "delivered_ids" = ( 3027703, 4964068 ); message = oiioui; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b52ad522f982f020041af; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T19:27:41Z"; "date_sent" = 1494962861; "delivered_ids" = ( 3027703, 4964068 ); message = "lollipop of "; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b52df9391efe93b0041a9; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T19:28:31Z"; "date_sent" = 1494962911; "delivered_ids" = ( 4964068, 3027703 ); message = " the I'm best fact w"; read = 1; "read_ids" = ( 4964068, 3027703 ); "recipient_id" = 3027703; "sender_id" = 4964068; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b552b9391efe93b0041aa; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T19:38:19Z"; "date_sent" = 1494963499; "delivered_ids" = ( 4964068, 3027703 ); message = "the only thing I "; read = 1; "read_ids" = ( 4964068, 3027703 ); "recipient_id" = 3027703; "sender_id" = 4964068; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b5548522f982f020041b2; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T19:38:49Z"; "date_sent" = 1494963528; "delivered_ids" = ( 3027703, 4964068 ); message = "the only problem I find "; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b576a522f982f020041b3; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T19:47:54Z"; "date_sent" = 1494964074; "delivered_ids" = ( 3027703, 4964068 ); message = "the fact best day of "; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b5816522f9838020041b4; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T19:50:46Z"; "date_sent" = 1494964246; "delivered_ids" = ( 3027703, 4964068 ); message = "the fact is that "; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b58c2916bf7013c0041b6; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T19:53:38Z"; "date_sent" = 1494964418; "delivered_ids" = ( 4964068, 3027703 ); message = "y the first "; read = 1; "read_ids" = ( 4964068, 3027703 ); "recipient_id" = 3027703; "sender_id" = 4964068; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b58d6522f9848020041a9; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T19:53:58Z"; "date_sent" = 1494964438; "delivered_ids" = ( 3027703, 4964068 ); message = "the only reason I'm why I'm I "; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b58e8522f9848020041aa; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T19:54:16Z"; "date_sent" = 1494964456; "delivered_ids" = ( 3027703, 4964068 ); message = "the fact that I can get "; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b5a36522f9848020041ab; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T19:59:50Z"; "date_sent" = 1494964790; "delivered_ids" = ( 3027703, 4964068 ); message = "the fact that my I have a dream that "; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b5a3d522f9848020041ac; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T19:59:57Z"; "date_sent" = 1494964797; "delivered_ids" = ( 3027703, 4964068 ); message = "hi I'm just not the "; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b5cc8522f9868020041ba; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T20:10:48Z"; "date_sent" = 1494965448; "delivered_ids" = ( 3027703, 4964068 ); message = "the only thing is I "; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b5ce5916bf70c3c0041ad; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-16T20:11:17Z"; "date_sent" = 1494965477; "delivered_ids" = ( 4964068, 3027703 ); message = " I don't think have been "; read = 1; "read_ids" = ( 4964068, 3027703 ); "recipient_id" = 3027703; "sender_id" = 4964068; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b963c522f9858030041bc; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-17T00:15:56Z"; "date_sent" = 1494980156; "delivered_ids" = ( 3027703, 4964068 ); message = heyo; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591b9656522f9858030041bd; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-17T00:16:22Z"; "date_sent" = 1494980182; "delivered_ids" = ( 3027703, 4964068 ); message = momomo; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591c92d9522f983e040041be; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-17T18:13:46Z"; "date_sent" = 1495044825; "delivered_ids" = ( 3027703, 4964068 ); message = ohfgfhjk; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591c92f7916bf72c016f3e7e; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-17T18:14:16Z"; "date_sent" = 1495044855; "delivered_ids" = ( 4964068, 3027703 ); message = " higougkygi"; read = 1; "read_ids" = ( 4964068, 3027703 ); "recipient_id" = 3027703; "sender_id" = 4964068; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591c930e916bf72c016f3e7f; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-17T18:14:39Z"; "date_sent" = 1495044878; "delivered_ids" = ( 4964068, 3027703 ); message = kugou; read = 1; "read_ids" = ( 4964068, 3027703 ); "recipient_id" = 3027703; "sender_id" = 4964068; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591f40b4522f981a060041c1; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-19T19:00:04Z"; "date_sent" = 1495220404; "delivered_ids" = ( 3027703, 4964068 ); message = haj; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 591f40c9522f981a060041c2; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-19T19:00:25Z"; "date_sent" = 1495220425; "delivered_ids" = ( 3027703, 4964068 ); message = hssj; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 5925b69c522f986b090041c3; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-24T16:36:44Z"; "date_sent" = 1495643804; "delivered_ids" = ( 3027703, 4964068 ); message = fkkfkrkkk; read = 1; "read_ids" = ( 3027703, 4964068 ); "recipient_id" = 4964068; "sender_id" = 3027703; "updated_at" = "2017-06-21T17:45:27Z"; }, { "_id" = 5925b6a7916bf7b3020041a9; attachments = ( ); "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-24T16:36:56Z"; "date_sent" = 1495643815; "delivered_ids" = ( 4964068, 3027703 ); message = kogohf; read = 1; "read_ids" = ( 4964068, 3027703 ); "recipient_id" = 3027703; "sender_id" = 4964068; "updated_at" = "2017-06-21T17:45:27Z"; } ); limit = 100; skip = 0; } 2017-06-23 16:35:02.216865-0400 WR1[1255:284319] [QBCore] Request URL:https://api.quickblox.com/chat/Message/591b552b9391efe93b0041aa,591c92d9522f983e040041be,591b5a36522f9848020041ab,591b52ad522f982f020041af,591f40b4522f981a060041c1,591b48e664948b8a3bfa4cf5,591b5ce5916bf70c3c0041ad,591b58d6522f9848020041a9,5919c64778636ebe3800420c,591b9656522f9858030041bd,591b5548522f982f020041b2,591b5816522f9838020041b4,591b963c522f9858030041bc,591b498b64948b8a3bfa4cf7,591c930e916bf72c016f3e7f,591b4974522f980a020041ac,591b58c2916bf7013c0041b6,591b576a522f982f020041b3,591b58e8522f9848020041aa,5919c67678636ebe3800420d,5925b69c522f986b090041c3,5925b6a7916bf7b3020041a9,591f40c9522f981a060041c2,591b4999522f980a020041ae,591b5a3d522f9848020041ac,591b5cc8522f9868020041ba,591b52df9391efe93b0041a9,591c92f7916bf72c016f3e7e,591b48c5522f98ff010041ae.json 2017-06-23 16:35:02.217075-0400 WR1[1255:284319] [QBCore] Request method: PUT 2017-06-23 16:35:02.217452-0400 WR1[1255:284319] [QBCore] Request parameters:{ "chat_dialog_id" = 5919c64761b2ca5b285ba6c4; read = 1; } 2017-06-23 16:35:02.221327-0400 WR1[1255:284319] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "Content-Type" = "application/x-www-form-urlencoded"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 5befb53332c96c7d765fa74befe1fef207004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:35:02.432709-0400 WR1[1255:284479] [QBCore] Response headers: { "Access-Control-Allow-Origin" = ""; "Cache-Control" = "no-cache"; Connection = "keep-alive"; "Content-Length" = 0; "Content-Type" = "application/json"; Date = "Fri, 23 Jun 2017 20:35:02 GMT"; "QB-Token-ExpirationDate" = "2017-06-23 22:34:39 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "200 OK"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "0e6b2b37-a669-47e9-ae4a-103f15e07755"; "X-Runtime" = "0.061137"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:35:03.892545-0400 WR1[1255:284458] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/clubs/2/fans/40.75/-73.98/25?nameFilter=' 2017-06-23 16:35:05.135360-0400 WR1[1255:284479] I restkit.network:RKObjectRequestOperation.m:175 GET 'https://services-test.wr1.com/webapi/clubs/2/fans/40.75/-73.98/25?nameFilter=' (200 OK / 1 objects) [request=1.1101s mapping=0.0549s total=1.2427s] 2017-06-23 16:35:08.436297-0400 WR1[1255:284482] 1255: CFNetwork internal error (0xc01a:/BuildRoot/Library/Caches/com.apple.xbs/Sources/CFNetwork/CFNetwork-811.5.4/Loading/URLConnectionLoader.cpp:304) 2017-06-23 16:35:08.842026-0400 WR1[1255:284317] 1255: CFNetwork internal error (0xc01a:/BuildRoot/Library/Caches/com.apple.xbs/Sources/CFNetwork/CFNetwork-811.5.4/Loading/URLConnectionLoader.cpp:304) 2017-06-23 16:35:12.357046-0400 WR1[1255:284317] 1255: CFNetwork internal error (0xc01a:/BuildRoot/Library/Caches/com.apple.xbs/Sources/CFNetwork/CFNetwork-811.5.4/Loading/URLConnectionLoader.cpp:304) 2017-06-23 16:35:12.358675-0400 WR1[1255:284317] 1255: CFNetwork internal error (0xc01a:/BuildRoot/Library/Caches/com.apple.xbs/Sources/CFNetwork/CFNetwork-811.5.4/Loading/URLConnectionLoader.cpp:304) 2017-06-23 16:35:12.359418-0400 WR1[1255:284317] 1255: CFNetwork internal error (0xc01a:/BuildRoot/Library/Caches/com.apple.xbs/Sources/CFNetwork/CFNetwork-811.5.4/Loading/URLConnectionLoader.cpp:304) 2017-06-23 16:35:12.360273-0400 WR1[1255:284317] 1255: CFNetwork internal error (0xc01a:/BuildRoot/Library/Caches/com.apple.xbs/Sources/CFNetwork/CFNetwork-811.5.4/Loading/URLConnectionLoader.cpp:304) 2017-06-23 16:35:13.852086-0400 WR1[1255:284317] [QBCore] Request URL:https://api.quickblox.com/users/4964068.json 2017-06-23 16:35:13.853497-0400 WR1[1255:284317] [QBCore] Request method: GET 2017-06-23 16:35:13.854056-0400 WR1[1255:284317] [QBCore] Request parameters:(null) 2017-06-23 16:35:13.854290-0400 WR1[1255:284317] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 5befb53332c96c7d765fa74befe1fef207004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:35:13.870869-0400 WR1[1255:284317] 1255: CFNetwork internal error (0xc01a:/BuildRoot/Library/Caches/com.apple.xbs/Sources/CFNetwork/CFNetwork-811.5.4/Loading/URLConnectionLoader.cpp:304) 2017-06-23 16:35:13.872351-0400 WR1[1255:284317] 1255: CFNetwork internal error (0xc01a:/BuildRoot/Library/Caches/com.apple.xbs/Sources/CFNetwork/CFNetwork-811.5.4/Loading/URLConnectionLoader.cpp:304) 2017-06-23 16:35:13.958918-0400 WR1[1255:284431] [QBCore] Response headers: { "Access-Control-Allow-Origin" = ""; "Cache-Control" = "max-age=0, private, must-revalidate"; Connection = "keep-alive"; "Content-Length" = 491; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:35:13 GMT"; Etag = "W/\"0f56ae639e81953073984a2a22496935\""; "QB-Token-ExpirationDate" = "2017-06-23 22:34:39 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "200 OK"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "13d6a82a-5a96-430d-9a3e-85324ef48630"; "X-Runtime" = "0.032291"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:35:13.961460-0400 WR1[1255:284479] [QBCore] Response object: { user = { "blob_id" = ""; "created_at" = "2015-08-24T06:10:30Z"; "custom_data" = ""; email = "3i0t5keggdjvdpd1rm2cgfovt6@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = Almiranda; id = 4964068; "last_request_at" = "2017-06-23T20:34:23Z"; login = 3i0t5keggdjvdpd1rm2cgfovt6; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T15:37:13Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/21/01CDABBD-4998-441C-835A-CD635FC9345D.JPG"; }; } 2017-06-23 16:35:14.036136-0400 WR1[1255:284165] Unknown class QBGLVideoView in Interface Builder file. 2017-06-23 16:35:14.428647-0400 WR1[1255:284479] 1255: CFNetwork internal error (0xc01a:/BuildRoot/Library/Caches/com.apple.xbs/Sources/CFNetwork/CFNetwork-811.5.4/Loading/URLConnectionLoader.cpp:304) 2017-06-23 16:35:14.484138-0400 WR1[1255:284165] libMobileGestalt MobileGestaltSupport.m:153: pid 1255 (WR1) does not have sandbox access for frZQaeyWLUvLjeuEK43hmg and IS NOT appropriately entitled 2017-06-23 16:35:14.484436-0400 WR1[1255:284165] libMobileGestalt MobileGestalt.c:550: no access to InverseDeviceID (see rdar://problem/11744455) 2017-06-23 16:35:14.627 rtc::[RTCClient] Added <VideoChatViewController: 0x1552e8480> to list of delegates 2017-06-23 16:35:14.628 rtc::[RTCClient] List of Delegates ( "<VideoChatViewController: 0x1552e8480>", "<VideoChatManager: 0x170664400>" ) 2017-06-23 16:35:16.145161-0400 WR1[1255:284165] Call started for caller. 2017-06-23 16:35:16.156 rtc::Initializing QBRTCAudioSession using configuration: <QBRTCAudioSessionConfiguration: 0x170c2da00, Category: AVAudioSessionCategoryPlayAndRecord, Category options: 2, Mode: AVAudioSessionModeVoiceChat> 2017-06-23 16:35:16.566 rtc::Current audio device was updated to Receiver 2017-06-23 16:35:16.596 rtc::[RTCClient] Initializing SSL... 2017-06-23 16:35:16.603 rtc::Create audio track: RTCMediaStreamTrack: kind:audio, id:audioTrack, enabled, state:Live 2017-06-23 16:35:16.603 rtc::[VSND] Init. 2017-06-23 16:35:16.632 rtc::[VSND] Start 2017-06-23 16:35:16.633 rtc::Create video track: RTCMediaStreamTrack: kind:video, id:videoTrack, enabled, state:Live 2017-06-23 16:35:16.637 rtc::initialize - QBRTCRecorder 2017-06-23 16:35:16.639 rtc::[SESS]<F446BF79-1E1F-43FF-89A2-FBAC24F8F4DB, I:3027703, O:[4964068], T:V> Init. 2017-06-23 16:35:16.642 rtc::[RTCClient] <QBRTCClient: 0x170664340> created new [SESS]<F446BF79-1E1F-43FF-89A2-FBAC24F8F4DB, I:3027703, O:[4964068], T:V> 2017-06-23 16:35:16.653 rtc::[SESS]<F446BF79-1E1F-43FF-89A2-FBAC24F8F4DB, I:3027703, O:[4964068], T:V> Start call 2017-06-23 16:35:16.663923-0400 WR1[1255:284317] [QBCore] Request URL:https://api.quickblox.com/users/3027703.json 2017-06-23 16:35:16.664169-0400 WR1[1255:284317] [QBCore] Request method: GET 2017-06-23 16:35:16.664269-0400 WR1[1255:284317] [QBCore] Request parameters:(null) 2017-06-23 16:35:16.664350-0400 WR1[1255:284317] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 5befb53332c96c7d765fa74befe1fef207004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:35:16.702 rtc::Created local media stream Media stream: ID=com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-3027703] A=1 V=1 2017-06-23 16:35:16.728 rtc::[PCON]<4964068, R:Offer> Negotiation 2017-06-23 16:35:16.728 rtc::[PCON]<4964068, R:Offer> Create offer 2017-06-23 16:35:16.741 rtc::[PCON]<4964068, R:Offer> Signaling state HAVE_LOCAL_OFFER 2017-06-23 16:35:16.746 rtc::[PCON]<4964068, R:Offer> Did change ice gethering state to GATHERING 2017-06-23 16:35:16.747 rtc::[PCON]<4964068, R:Offer> SND offer SDP 2017-06-23 16:35:16.751 rtc::[TASK]<ID:14, l:com.quickblox.connection.dialing.timer> Start. 2017-06-23 16:35:16.830021-0400 WR1[1255:284486] [QBCore] Response headers: { "Access-Control-Allow-Origin" = ""; "Cache-Control" = "max-age=0, private, must-revalidate"; Connection = "keep-alive"; "Content-Length" = 451; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:35:16 GMT"; Etag = "W/\"239454c19d58e81530f36897b4aad905\""; "QB-Token-ExpirationDate" = "2017-06-23 22:34:39 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "200 OK"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "10358c89-6c24-4876-8761-670edf369d2e"; "X-Runtime" = "0.013133"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:35:16.830242-0400 WR1[1255:284486] [QBCore] Response object: { user = { "blob_id" = ""; "created_at" = "2015-05-04T18:07:08Z"; "custom_data" = ""; email = "jayz_dev@atimi.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = "Shawn Corey Carter"; id = 3027703; "last_request_at" = "2017-06-23T20:34:39Z"; login = jayzdev; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T20:34:01Z"; "user_tags" = ""; website = "https://s3.amazonaws.com/wr1test/2/2017-06-02T22:32:22Z.JPG"; }; } 2017-06-23 16:35:16.856643-0400 WR1[1255:284486] [QBCore] Request URL:https://api.quickblox.com/events.json 2017-06-23 16:35:16.856771-0400 WR1[1255:284486] [QBCore] Request method: POST 2017-06-23 16:35:16.856857-0400 WR1[1255:284486] [QBCore] Request parameters:{ event = { environment = development; "event_type" = "one_shot"; message = "ewogICJtZXNzYWdlIiA6ICJTaGF3biBDb3JleSBDYXJ0ZXIgaXMgdHJ5aW5nIHRvIGNhbGxpbmcgeW91LiBDbGljayBoZXJlIHRvIG9wZW4gQXBwIGFuZCB3YWl0IHVudGlsIHlvdSByZWNlaXZlIHRoZSBjYWxsLiIsCiAgInR5cGUiIDogIlF1aWNrYmxveCIsCiAgImlvc19zb3VuZCIgOiAxCn0="; "notification_type" = push; user = { ids = 4964068; }; }; } 2017-06-23 16:35:16.856949-0400 WR1[1255:284486] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "Content-Type" = "application/x-www-form-urlencoded"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 5befb53332c96c7d765fa74befe1fef207004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:35:16.863812-0400 WR1[1255:284486] [ChatService] Message SNT: 13027703WebRTCVideoChatiosv=0 o=- 8672248491197059400 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE audio video a=msid-semantic: WMS com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-3027703] m=audio 9 UDP/TLS/RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 110 112 113 126 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:GwaK a=ice-pwd:TVRixyoajdc1OXZ6ipTQcsCI a=ice-options:trickle renomination a=fingerprint:sha-256 8D:8D:26:5B:21:37:FB:32:9A:07:22:1B:33:6E:54:8E:4E:73:8B:63:0C:BC:1B:F2:AF:38:36:9C:31:18:E5:54 a=setup:actpass a=mid:audio a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level a=sendrecv a=rtcp-mux a=rtpmap:111 opus/48000/2 a=rtcp-fb:111 transport-cc a=fmtp:111 minptime=10;useinbandfec=1 a=rtpmap:103 ISAC/16000 a=rtpmap:104 ISAC/32000 a=rtpmap:9 G722/8000 a=rtpmap:102 ILBC/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:106 CN/32000 a=rtpmap:105 CN/16000 a=rtpmap:13 CN/8000 a=rtpmap:110 telephone-event/48000 a=rtpmap:112 telephone-event/32000 a=rtpmap:113 telephone-event/16000 a=rtpmap:126 telephone-event/8000 a=ssrc:752514779 cname:b5zC89M5gy+0vLHb a=ssrc:752514779 msid:com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-3027703] audioTrack a=ssrc:752514779 mslabel:com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-3027703] a=ssrc:752514779 label:audioTrack m=video 9 UDP/TLS/RTP/SAVPF 101 127 96 98 100 97 99 125 124 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:GwaK a=ice-pwd:TVRixyoajdc1OXZ6ipTQcsCI a=ice-options:trickle renomination a=fingerprint:sha-256 8D:8D:26:5B:21:37:FB:32:9A:07:22:1B:33:6E:54:8E:4E:73:8B:63:0C:BC:1B:F2:AF:38:36:9C:31:18:E5:54 a=setup:actpass a=mid:video a=extmap:2 urn:ietf:params:rtp-hdrext:toffset a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:4 urn:3gpp:video-orientation a=extmap:5 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay a=sendrecv a=rtcp-mux a=rtcp-rsize a=rtpmap:96 VP8/90000 a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtpmap:98 red/90000 a=rtpmap:100 ulpfec/90000 a=rtpmap:101 H264/90000 a=rtcp-fb:101 ccm fir a=rtcp-fb:101 nack a=rtcp-fb:101 nack pli a=rtcp-fb:101 goog-remb a=rtcp-fb:101 transport-cc a=fmtp:101 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640c1f a=rtpmap:127 H264/90000 a=rtcp-fb:127 ccm fir a=rtcp-fb:127 nack a=rtcp-fb:127 nack pli a=rtcp-fb:127 goog-remb a=rtcp-fb:127 transport-cc a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f a=rtpmap:97 rtx/90000 a=fmtp:97 apt=96 a=rtpmap:99 rtx/90000 a=fmtp:99 apt=98 a=rtpmap:125 rtx/90000 a=fmtp:125 apt=101 a=rtpmap:124 rtx/90000 a=fmtp:124 apt=127 a=ssrc-group:FID 3028591307 1717810040 a=ssrc:3028591307 cname:b5zC89M5gy+0vLHb a=ssrc:3028591307 msid:com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-3027703] videoTrack a=ssrc:3028591307 mslabel:com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-3027703] a=ssrc:3028591307 label:videoTrack a=ssrc:1717810040 cname:b5zC89M5gy+0vLHb a=ssrc:1717810040 msid:com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-3027703] videoTrack a=ssrc:1717810040 mslabel:com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-3027703] a=ssrc:1717810040 label:videoTrack 2.6.0.1F446BF79-1E1F-43FF-89A2-FBAC24F8F4DBcall24964068 2017-06-23 16:35:16.844 rtc::QBRTCAudioSession switched from Speaker to Speaker port. Reason: The category of the session object changed or session was just activated. 2017-06-23 16:35:16.904 rtc::QBRTCAudioSession switched from Receiver to Speaker port. Reason: The output route was overridden by the app. 2017-06-23 16:35:16.929439-0400 WR1[1255:284482] [QBCore] Response headers: { "Access-Control-Allow-Origin" = ""; "Cache-Control" = "max-age=0, private, must-revalidate"; Connection = "keep-alive"; "Content-Length" = 582; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:35:16 GMT"; Etag = "W/\"6484a7a7fdd74964b0f3121053b9a4de\""; "QB-Token-ExpirationDate" = "2017-06-23 22:34:39 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "201 Created"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "3b3c5288-226a-41d5-b68b-55b0e7ac06db"; "X-Runtime" = "0.057433"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:35:16.931281-0400 WR1[1255:284317] [QBCore] Response object: ( { event = { active = 1; "application_id" = 19224; "created_at" = "2017-06-23T20:35:16Z"; date = ""; "end_date" = ""; environment = development; "event_type" = "one_shot"; id = 17813181; kind = ChatAlert; message = "payload=eyJhcHMiOnsiYWxlcnQiOiJTaGF3biBDb3JleSBDYXJ0ZXIgaXMgdHJ5aW5nIHRvIGNhbGxpbmcgeW91LiBDbGljayBoZXJlIHRvIG9wZW4gQXBwIGFuZCB3YWl0IHVudGlsIHlvdSByZWNlaXZlIHRoZSBjYWxsLiIsInNvdW5kIjoiMSJ9LCJ0eXBlIjoiUXVpY2tibG94In0="; name = ""; "notification_channel" = { name = apns; }; "occured_count" = 0; period = ""; "tag_query" = ""; "updated_at" = "2017-06-23T20:35:16Z"; "user_id" = 3027703; }; } ) 2017-06-23 16:35:19.836 rtc::[PCON]<4964068, R:Offer> SND offer SDP 2017-06-23 16:35:19.845782-0400 WR1[1255:284482] [ChatService] Message SNT: 13027703WebRTCVideoChatiosv=0 o=- 8672248491197059400 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE audio video a=msid-semantic: WMS com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-3027703] m=audio 9 UDP/TLS/RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 110 112 113 126 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:GwaK a=ice-pwd:TVRixyoajdc1OXZ6ipTQcsCI a=ice-options:trickle renomination a=fingerprint:sha-256 8D:8D:26:5B:21:37:FB:32:9A:07:22:1B:33:6E:54:8E:4E:73:8B:63:0C:BC:1B:F2:AF:38:36:9C:31:18:E5:54 a=setup:actpass a=mid:audio a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level a=sendrecv a=rtcp-mux a=rtpmap:111 opus/48000/2 a=rtcp-fb:111 transport-cc a=fmtp:111 minptime=10;useinbandfec=1 a=rtpmap:103 ISAC/16000 a=rtpmap:104 ISAC/32000 a=rtpmap:9 G722/8000 a=rtpmap:102 ILBC/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:106 CN/32000 a=rtpmap:105 CN/16000 a=rtpmap:13 CN/8000 a=rtpmap:110 telephone-event/48000 a=rtpmap:112 telephone-event/32000 a=rtpmap:113 telephone-event/16000 a=rtpmap:126 telephone-event/8000 a=ssrc:752514779 cname:b5zC89M5gy+0vLHb a=ssrc:752514779 msid:com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-3027703] audioTrack a=ssrc:752514779 mslabel:com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-3027703] a=ssrc:752514779 label:audioTrack m=video 9 UDP/TLS/RTP/SAVPF 101 127 96 98 100 97 99 125 124 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:GwaK a=ice-pwd:TVRixyoajdc1OXZ6ipTQcsCI a=ice-options:trickle renomination a=fingerprint:sha-256 8D:8D:26:5B:21:37:FB:32:9A:07:22:1B:33:6E:54:8E:4E:73:8B:63:0C:BC:1B:F2:AF:38:36:9C:31:18:E5:54 a=setup:actpass a=mid:video a=extmap:2 urn:ietf:params:rtp-hdrext:toffset a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:4 urn:3gpp:video-orientation a=extmap:5 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay a=sendrecv a=rtcp-mux a=rtcp-rsize a=rtpmap:96 VP8/90000 a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtpmap:98 red/90000 a=rtpmap:100 ulpfec/90000 a=rtpmap:101 H264/90000 a=rtcp-fb:101 ccm fir a=rtcp-fb:101 nack a=rtcp-fb:101 nack pli a=rtcp-fb:101 goog-remb a=rtcp-fb:101 transport-cc a=fmtp:101 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640c1f a=rtpmap:127 H264/90000 a=rtcp-fb:127 ccm fir a=rtcp-fb:127 nack a=rtcp-fb:127 nack pli a=rtcp-fb:127 goog-remb a=rtcp-fb:127 transport-cc a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f a=rtpmap:97 rtx/90000 a=fmtp:97 apt=96 a=rtpmap:99 rtx/90000 a=fmtp:99 apt=98 a=rtpmap:125 rtx/90000 a=fmtp:125 apt=101 a=rtpmap:124 rtx/90000 a=fmtp:124 apt=127 a=ssrc-group:FID 3028591307 1717810040 a=ssrc:3028591307 cname:b5zC89M5gy+0vLHb a=ssrc:3028591307 msid:com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-3027703] videoTrack a=ssrc:3028591307 mslabel:com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-3027703] a=ssrc:3028591307 label:videoTrack a=ssrc:1717810040 cname:b5zC89M5gy+0vLHb a=ssrc:1717810040 msid:com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-3027703] videoTrack a=ssrc:1717810040 mslabel:com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-3027703] a=ssrc:1717810040 label:videoTrack 2.6.0.1F446BF79-1E1F-43FF-89A2-FBAC24F8F4DBcall24964068

2017-06-23 16:35:20.217 rtc::[Signaling Processor] - Did receive signal: accept from: 4964068 2017-06-23 16:35:20.218103-0400 WR1[1255:284431] [ChatService] Message RCV: 13027703WebRTCVideoChatios2.6.0.1v=0 o=- 5486389534551777032 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE audio video a=msid-semantic: WMS com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-4964068] m=audio 9 UDP/TLS/RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 110 112 113 126 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:5YvD a=ice-pwd:Vk0vYQHBqBsyuDRf1Inia5x3 a=ice-options:trickle renomination a=fingerprint:sha-256 01:B8:BC:AB:87:27:28:20:B7:C8:AA:8B:FF:97:B6:CC:29:00:99:C9:C8:CE:DA:C7:9C:D1:68:FB:DF:7C:E9:96 a=setup:active a=mid:audio a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level a=sendrecv a=rtcp-mux a=rtpmap:111 opus/48000/2 a=rtcp-fb:111 transport-cc a=fmtp:111 minptime=10;useinbandfec=1 a=rtpmap:103 ISAC/16000 a=rtpmap:104 ISAC/32000 a=rtpmap:9 G722/8000 a=rtpmap:102 ILBC/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:106 CN/32000 a=rtpmap:105 CN/16000 a=rtpmap:13 CN/8000 a=rtpmap:110 telephone-event/48000 a=rtpmap:112 telephone-event/32000 a=rtpmap:113 telephone-event/16000 a=rtpmap:126 telephone-event/8000 a=ssrc:2197394907 cname:ypxWv3pD4tiBsh6S a=ssrc:2197394907 msid:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-4964068] audioTrack a=ssrc:2197394907 mslabel:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-4964068] a=ssrc:2197394907 label:audioTrack m=video 9 UDP/TLS/RTP/SAVPF 101 127 96 98 100 97 99 125 124 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:5YvD a=ice-pwd:Vk0vYQHBqBsyuDRf1Inia5x3 a=ice-options:trickle renomination a=fingerprint:sha-256 01:B8:BC:AB:87:27:28:20:B7:C8:AA:8B:FF:97:B6:CC:29:00:99:C9:C8:CE:DA:C7:9C:D1:68:FB:DF:7C:E9:96 a=setup:active a=mid:video a=extmap:2 urn:ietf:params:rtp-hdrext:toffset a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:4 urn:3gpp:video-orientation a=extmap:5 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay a=sendrecv a=rtcp-mux a=rtcp-rsize a=rtpmap:101 H264/90000 a=rtcp-fb:101 ccm fir a=rtcp-fb:101 nack a=rtcp-fb:101 nack pli a=rtcp-fb:101 goog-remb a=rtcp-fb:101 transport-cc a=fmtp:101 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640c1f a=rtpmap:127 H264/90000 a=rtcp-fb:127 ccm fir a=rtcp-fb:127 nack a=rtcp-fb:127 nack pli a=rtcp-fb:127 goog-remb a=rtcp-fb:127 transport-cc a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f a=rtpmap:96 VP8/90000 a=rtcp-fb:92017-06-23 16:35:20.239 rtc::[PCON]<4964068, R:Offer> Signaling state STABLE 2017-06-23 16:35:20.255 rtc::[Signaling Processor] - Did receive signal: iceCandidates from: 4964068 6 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtpmap:98 red/90000 a=rtpmap:100 ulpfec/90000 a=rtpmap:97 rtx/90000 a=fmtp:97 apt=96 a=rtpmap:99 rtx/90000 a=fmtp:99 apt=98 a=rtpmap:125 rtx/90000 a=fmtp:125 apt=101 a=rtpmap:124 rtx/90000 a=fmtp:124 apt=127 a=ssrc-group:FID 10125697 1566982644 a=ssrc:10125697 cname:ypxWv3pD4tiBsh6S a=ssrc:10125697 msid:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-4964068] videoTrack a=ssrc:10125697 mslabel:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-4964068] a=ssrc:10125697 label:videoTrack a=ssrc:1566982644 cname:ypxWv3pD4tiBsh6S a=ssrc:1566982644 msid:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-4964068] videoTrack a=ssrc:1566982644 mslabel:com.quickblox.mediastream.device-iph2017-06-23 16:35:20.267 rtc::[Signaling Processor] - Did receive signal: iceCandidates from: 4964068 one8,2_ios-10.3.2_userid-4964068] a=ssrc:1566982644 label:videoTrack F446BF79-1E1F-43FF-89A2-FBAC24F8F4DBaccept4964068 2017-06-23 16:35:20.276136-0400 WR1[1255:284431] [ChatService] Message RCV: 1WebRTCVideoChat3027703ios2.6.0.10audiocandidate:3450715163 1 udp 2122260223 10.0.6.122 50094 typ host generation 0 ufrag 5YvD network-id 1 network-cost 10</candidate2017-06-23 16:35:20.277 rtc::[Signaling Processor] - Did receive signal: iceCandidates from: 4964068 2017-06-23 16:35:20.285 rtc::[Signaling Processor] - Did receive signal: iceCandidates from: 4964068

F446BF79-1E1F-43FF-89A2-FBAC24F8F4DBiceCandidates4964068 2017-06-23 16:35:20.286279-0400 WR1[1255:284431] [ChatService] Message RCV: 1WebRTCVideoChat3027703ios2.6.0.10audiocandidate:780942071 1 udp 1686052607 206.252.215.126 50094 typ2017-06-23 16:35:20.292 rtc::[Signaling Processor] - Did receive signal: iceCandidates from: 4964068 srflx raddr 10.0.6.122 rport 50094 generation 0 ufrag 5YvD network-id 1 network-cost 10F446BF79-1E1F-43FF-89A2-FBAC24F8F4DBiceCandidates4964068 2017-06-23 16:35:20.296483-0400 WR1[1255:284431] [ChatService] Message RCV: 1WebRTCVideoChat3027703ios2.6.0.10audiocandidate:1746566506 1 udp 41885695 52.20.147.93 64267 typ relay raddr 206.252.215.126 rport 50094 generation 0 ufrag 5YvD network-id 1 network-cost 10F446BF79-1E1F-43FF-89A2-FBAC24F8F4DBiceCandidates4964068 2017-06-23 16:35:20.298154-0400 WR1[1255:284431] [ChatService] Message RCV: 1WebRTCVideoChat3027703ios2.6.0.10audiocandidate:3375641800 1 udp 25108223 52.1.106.254 46219 typ relay raddr 206.252.215.126 rport 61852 generation 0 ufrag 5YvD network-id 1 network-cost 10F446BF79-1E1F-43FF-89A2-FBAC24F8F4DBiceCandidates4964068 2017-06-23 16:35:20.303005-0400 WR1[1255:284431] [ChatService] Message RCV: 1WebRTCVideoChat3027703ios2.6.0.10audiocandidate:2200846571 1 tcp 1518280447 10.0.6.122 61853 typ host tcptype passive generation 0 ufrag 5YvD network-id 1 network-cost 10F446BF79-1E1F-43FF-89A2-FBAC24F8F4DBiceCandidates4964068 2017-06-23 16:35:20.627259-0400 WR1[1255:284431] 1255: CFNetwork internal error (0xc01a:/BuildRoot/Library/Caches/com.apple.xbs/Sources/CFNetwork/CFNetwork-811.5.4/Loading/URLConnectionLoader.cpp:304) 2017-06-23 16:35:20.628068-0400 WR1[1255:284431] 1255: CFNetwork internal error (0xc01a:/BuildRoot/Library/Caches/com.apple.xbs/Sources/CFNetwork/CFNetwork-811.5.4/Loading/URLConnectionLoader.cpp:304) 2017-06-23 16:35:20.630702-0400 WR1[1255:284431] 1255: CFNetwork internal error (0xc01a:/BuildRoot/Library/Caches/com.apple.xbs/Sources/CFNetwork/CFNetwork-811.5.4/Loading/URLConnectionLoader.cpp:304) 2017-06-23 16:35:20.631206-0400 WR1[1255:284431] 1255: CFNetwork internal error (0xc01a:/BuildRoot/Library/Caches/com.apple.xbs/Sources/CFNetwork/CFNetwork-811.5.4/Loading/URLConnectionLoader.cpp:304) 2017-06-23 16:35:20.947647-0400 WR1[1255:284431] 1255: CFNetwork internal error (0xc01a:/BuildRoot/Library/Caches/com.apple.xbs/Sources/CFNetwork/CFNetwork-811.5.4/Loading/URLConnectionLoader.cpp:304) 2017-06-23 16:35:21.097 rtc::QBRTCAudioSession switched from Speaker to Speaker port. Reason: The output route was overridden by the app. 2017-06-23 16:35:21.103 rtc::[PCON]<4964068, R:Offer> Did change ice connection state to CHECKING 2017-06-23 16:35:21.109 rtc::com.quickblox.connection.dialing.timer Stopped 2017-06-23 16:35:21.109 rtc::[PCON]<4964068, R:Offer> Set Answer SDP: success 2017-06-23 16:35:21.109 rtc::[TASK]<ID:14, l:com.quickblox.connection.dialing.timer> Invalidate. 2017-06-23 16:35:21.110 rtc::RTCRtpReceiver(0x171436ea0): created receiver: RTCRtpReceiver { receiverId: audioTrack } 2017-06-23 16:35:21.111 rtc::RTCRtpReceiver(0x171436e80): created receiver: RTCRtpReceiver { receiverId: videoTrack } 2017-06-23 16:35:21.111 rtc::[PCON]<4964068, R:Offer> Set remote ICE candidates, count: 1 2017-06-23 16:35:21.113 rtc::[PCON]<4964068, R:Offer> Set remote ICE candidates, count: 1 2017-06-23 16:35:21.115 rtc::[PCON]<4964068, R:Offer> Set remote ICE candidates, count: 1 2017-06-23 16:35:21.119245-0400 WR1[1255:284431] [ChatService] Message SNT: 1WebRTCVideoChat3027703ios2.6.0.10audiocandidate:2676578795 1 udp 2122260223 169.254.202.13 51244 typ host generation 0 ufrag GwaK network-id 2 network-cost 100audiocandidate:2964267771 1 udp 2122194687 10.0.0.90 51964 typ host generation 0 ufrag GwaK network-id 1 network-cost 100audiocandidate:4062370931 1 udp 1685987071 206.252.215.126 51964 typ srflx raddr 10.0.0.90 rport 51964 generation 0 ufrag GwaK network-id 1 network-cost 100audiocandidate:3507135771 1 tcp 1518280447 169.254.202.13 60410 typ host tcptype passive generation 0 ufrag GwaK network-id 2 network-cost 100audiocandidate:4264353291 1 tcp 1518214911 10.0.0.90 60411 typ host tcptype passive generation 0 ufrag GwaK network-id 1 network-cost 100audiocandidate:2276968504 1 udp 41820159 52.1.106.254 48909 typ relay raddr 206.252.215.126 rport 51964 generation 0 ufrag GwaK network-id 1 network-cost 100audiocandidate:647594394 1 udp 25042687 52.20.147.93 34012 typ relay raddr 206.252.215.126 rport 60408 generation 0 ufrag GwaK network-id 1 network-cost 10F446BF79-1E1F-43FF-89A2-FBAC24F8F4DBiceCandidates4964068 2017-06-23 16:35:21.120 rtc::[PCON]<4964068, R:Offer> Set remote ICE candidates, count: 1 2017-06-23 16:35:21.126 rtc::[PCON]<4964068, R:Offer> Set remote ICE candidates, count: 1 2017-06-23 16:35:21.129 rtc::[PCON]<4964068, R:Offer> Receive remote audio track 2017-06-23 16:35:21.129 rtc::[PCON]<4964068, R:Offer> Receive remote video track 2017-06-23 16:35:21.130 rtc::[TASK]<ID:0, l:com.quickblox.connection.dialing.timer> Dealloc. 2017-06-23 16:35:21.130 rtc::[CAMC] Initializing QBRTCCameraCapture with video format: <QBRTCVideoFormat:0x176c5f620, dimensions: 375x603, frame rate: 30, pixel format: 420f> 2017-06-23 16:35:21.145 rtc::[CAMC] Starting QBRTCCameraCapture capture session. 2017-06-23 16:35:21.146 rtc::[CAMC] QBRTCCameraCapture did set video track. 2017-06-23 16:35:21.162 rtc::Requested video format with dimensions 375x603 is not supported, using 352x288 instead. 2017-06-23 16:35:21.170 rtc::Updating device: <AVCaptureFigVideoDevice: 0x1555b9cd0 [Front Camera][com.apple.avfoundation.avcapturedevice.built-in_video:1]> with video format: <AVCaptureDeviceFormat: 0x174213c20 'vide'/'420f' 352x 288, { 2- 60 fps}, fov:49.895, max zoom:60.00 (upscales @3.33), ISO:34.0-2176.0, SS:0.000013-0.500000, supports HDR> 2017-06-23 16:35:21.258 rtc::[PCON]<4964068, R:Offer> Did change ice gethering state to COMPLETE 2017-06-23 16:35:21.271 rtc::[PCON]<4964068, R:Offer> Did change ice connection state to CONNECTED 2017-06-23 16:35:21.354 rtc::[CAMC] Capture session started. 2017-06-23 16:35:36.436 rtc::[PCON]<4964068, R:Offer> Did change ice connection state to COMPLETED 2017-06-23 16:35:37.745526-0400 WR1[1255:284165] Call finished 2017-06-23 16:35:37.747 rtc::[RTCClient] <QBRTCClient: 0x170664340> removed <VideoChatViewController: 0x1552e8480> from list of delegates 2017-06-23 16:35:38.292 rtc::[SESS]<F446BF79-1E1F-43FF-89A2-FBAC24F8F4DB, I:3027703, O:[4964068], T:V> Hang Up call 2017-06-23 16:35:38.294 rtc::[SESS]<F446BF79-1E1F-43FF-89A2-FBAC24F8F4DB, I:3027703, O:[4964068], T:V> Begin hangup, userinfo: (null). 2017-06-23 16:35:38.295 rtc::[PCON]<4964068, R:Offer> Closing 2017-06-23 16:35:38.299 rtc::dealloc - [CAMC]<QBRTCCameraCapture 0x174cdf3a0> 2017-06-23 16:35:38.303 rtc::[PCON]<4964068, R:Offer> Did change ice connection state to CLOSED 2017-06-23 16:35:38.303 rtc::[PCON]<4964068, R:Offer> Signaling state CLOSED 2017-06-23 16:35:38.490 rtc::QBRTCAudioSession switched from Speaker to Speaker port. Reason: The output route was overridden by the app. 2017-06-23 16:35:38.508 rtc::dealloc QBRTCAudioTrack 2017-06-23 16:35:38.508 rtc::dealloc QBRTCVideoTrack 2017-06-23 16:35:38.645 rtc::Deallocating local media stream. 2017-06-23 16:35:38.646 rtc::dealloc QBRTCLocalVideoTrack 2017-06-23 16:35:38.646 rtc::dealloc QBRTCLocalAudioTrack 2017-06-23 16:35:38.647 rtc::[VSND] Stop 2017-06-23 16:35:38.647 rtc::dealloc - <QBRTCRecorder: 0x1554c2640> 2017-06-23 16:35:38.647939-0400 WR1[1255:284431] [ChatService] Message SNT: 13027703WebRTCVideoChatios2.6.0.1F446BF79-1E1F-43FF-89A2-FBAC24F8F4DBhangUp4964068 2017-06-23 16:35:38.657 rtc::[RTCClient] Deinitializing SSL... 2017-06-23 16:35:38.964 rtc::Error changing audio device in QBRTCAudioSession, reason: QBRTCAudioSession is not initialized yet. Use 'initialize' before.

developerwr1 commented 7 years ago

Unsuccessful video track load log for callee

2017-06-23 16:42:31.466580-0400 WR1[1272:287743] [DYMTLInitPlatform] platform initialization successful 2017-06-23 16:42:31.515549-0400 WR1[1272:287602] I restkit:RKLog.m:49 RestKit logging initialized... 2017-06-23 16:42:31.944077-0400 WR1[1272:287602] [Crashlytics] Version 3.8.4 (121) 2017-06-23 16:42:31.988579-0400 WR1[1272:287602] [MC] System group container for systemgroup.com.apple.configurationprofiles path is /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles 2017-06-23 16:42:31.989611-0400 WR1[1272:287602] [MC] Reading from public effective user settings. 2017-06-23 16:42:32.101830-0400 WR1[1272:287770] NewRelic(5.13.0,0x17467cd40): NRMAUncaughtExceptionHandler.m:88 -[NRMAUncaughtExceptionHandler start]_block_invoke New Relic Crash Reporting is DISABLED because it has detected the debugger is enabled. 2017-06-23 16:42:32.167274-0400 WR1[1272:287602] NewRelic(5.13.0,0x1742652c0): SessionAttributeManager.cxx:315 removeSessionAttribute Unable to remove session attribute "upgradeFrom"; attribute not found. 2017-06-23 16:42:32.168142-0400 WR1[1272:287602] NewRelic(5.13.0,0x1742652c0): SessionAttributeManager.cxx:315 removeSessionAttribute Unable to remove session attribute "com.newrelic.SecureUDID.returnedNil"; attribute not found. 2017-06-23 16:42:32.168646-0400 WR1[1272:287602] NewRelic(5.13.0,0x1742652c0): SessionAttributeManager.cxx:315 removeSessionAttribute Unable to remove session attribute "nr.deviceDidChange"; attribute not found. 2017-06-23 16:42:32.169467-0400 WR1[1272:287602] NewRelic(5.13.0,0x1742652c0): SessionAttributeManager.cxx:315 removeSessionAttribute Unable to remove session attribute "install"; attribute not found. 2017-06-23 16:42:32.170239-0400 WR1[1272:287602] NewRelic(5.13.0,0x1742652c0): SessionAttributeManager.cxx:315 removeSessionAttribute Unable to remove session attribute "sessionDuration"; attribute not found. 2017-06-23 16:42:32.212 rtc::[RTCClient] iPhone7,1, 10.3.2, SDK: 2.6.0.1, webrtc: 18213 2017-06-23 16:42:32.228 rtc::[RTCClient] Added <VideoChatManager: 0x170668440> to list of delegates 2017-06-23 16:42:32.232 rtc::[RTCClient] List of Delegates ( "<VideoChatManager: 0x170668440>" ) 2017-06-23 16:42:32.243 rtc::[RTCClient] Waiting for QBChat to connect 2017-06-23 16:42:32.324046-0400 WR1[1272:287765] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/status' 2017-06-23 16:42:32.328 WR1[1272:287602] [I] +[UAirship executeUnsafeTakeOff:] [Line 176] UAirship Take Off! Lib Version: 6.0.2 App Key: aGebfaL5RVi5W1BBBkOAVw Production: NO. 2017-06-23 16:42:32.330 WR1[1272:287602] [D] +[UAirship executeUnsafeTakeOff:] [Line 184] Setting User-Agent for UA requests to WR1 223 (iPhone; iOS 10.3.2; UALib 6.0.2; aGebfaL5RVi5W1BBBkOAVw; en_US) 2017-06-23 16:42:32.364 WR1[1272:287602] Channel ID: 2c8f81fa-f886-4278-a96c-7ee7d37aa455 2017-06-23 16:42:32.364 WR1[1272:287602] [D] -[UANamedUser update] [Line 55] New or re-install, skipping named user update. 2017-06-23 16:42:32.388 WR1[1272:287602] [I] +[UAirship executeUnsafeTakeOff:] [Line 259] Automatic setup enabled. 2017-06-23 16:42:32.395 WR1[1272:287780] [I] 56-[UAInboxMessageList refreshInboxWithCompletionHandler:]_block_invoke [Line 328] Inbox messages updated. 2017-06-23 16:42:32.396 WR1[1272:287780] [D] 56-[UAInboxMessageList refreshInboxWithCompletionHandler:]_block_invoke [Line 330] Loaded saved messages: ( ). 2017-06-23 16:42:32.449 WR1[1272:287602] [D] -[UAAnalytics addEvent:] [Line 231] Adding app_init event 9528DDD6-CF91-4B56-BBF8-6D2D6D24CA73. 2017-06-23 16:42:32.462 WR1[1272:287602] [D] -[UAPush updateRegistration] [Line 795] APNS registration is out of date, updating. 2017-06-23 16:42:32.462 WR1[1272:287602] [D] -[UAPush updateAPNSRegistration] [Line 824] Registering for user notification types 7. 2017-06-23 16:42:32.480933-0400 WR1[1272:287769] [Core] Set default chat endpoint for QBConnectionZoneTypeAutomatic 2017-06-23 16:42:32.494109-0400 WR1[1272:287729] [ChatService] Connecting to Chat, host: chat.quickblox.com, user JID: 0-19224@chat.quickblox.com/E16AFAFB-551E-405D-B89E-EC04708D0F8D 2017-06-23 16:42:32.500166-0400 WR1[1272:287602] FBSDKLog: FBSDKTimeSpentData Restore: {"lastSuspendTime":1498236294,"numInterruptions":2,"sessionID":"55A2C92B-A694-45CF-8F23-E900E11A37F4","secondsSpentInCurrentSession":1603} 2017-06-23 16:42:32.501721-0400 WR1[1272:287602] FBSDKLog: FBSDKAppEvents: Recording event @ 1498250553: { "_eventName" = "fb_mobile_deactivate_app"; "_logTime" = 1498236294; "_session_id" = "55A2C92B-A694-45CF-8F23-E900E11A37F4"; "_ui" = "no_ui"; "_valueToSum" = 1603; "fb_mobile_app_interruptions" = 2; "fb_mobile_launch_source" = Unclassified; "fb_mobile_time_between_sessions" = "session_quanta_4"; } 2017-06-23 16:42:32.503933-0400 WR1[1272:287602] FBSDKLog: FBSDKAppEvents Persist: Read 0 event states. First state has 0 events 2017-06-23 16:42:32.504276-0400 WR1[1272:287602] FBSDKLog: FBSDKAppEvents Persist: Clearing 2017-06-23 16:42:32.505955-0400 WR1[1272:287602] FBSDKLog: FBSDKAppEvents: Recording event @ 1498250553: { "_eventName" = "fb_mobile_activate_app"; "_logTime" = 1498250553; "_session_id" = "C1F678CF-B2C2-4ABE-924F-C87FA4267756"; "_ui" = "no_ui"; "fb_mobile_launch_source" = Unclassified; } 2017-06-23 16:42:32.542978-0400 WR1[1272:287602] INFO: Reveal Server started (Protocol Version 25). 2017-06-23 16:42:32.569 WR1[1272:287602] [D] -[UAChannelRegistrar updateChannel:channelLocation:withPayload:] [Line 99] Updating channel 2c8f81fa-f886-4278-a96c-7ee7d37aa455 2017-06-23 16:42:32.569 WR1[1272:287602] [D] -[UAInboxMessageList retrieveMessageListWithSuccessBlock:withFailureBlock:] [Line 120] Retrieving message list. 2017-06-23 16:42:32.615406-0400 WR1[1272:287772] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/status' 2017-06-23 16:42:32.626 WR1[1272:287602] Device token: 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509 2017-06-23 16:42:32.626 WR1[1272:287602] [I] -[UAPush appRegisteredForRemoteNotificationsWithDeviceToken:] [Line 873] Application registered device token: 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509 2017-06-23 16:42:32.626 WR1[1272:287602] [D] -[UAAnalytics addEvent:] [Line 231] Adding device_registration event 590BD946-C402-4FAE-8F6C-6F1949DAC6E2. 2017-06-23 16:42:32.664 WR1[1272:287602] [D] -[UAChannelRegistrar updateChannel:channelLocation:withPayload:] [Line 99] Updating channel 2c8f81fa-f886-4278-a96c-7ee7d37aa455 2017-06-23 16:42:32.697233-0400 WR1[1272:287764] [QBCore] Access group: 3U42CN89YF.com.wr1.ios 2017-06-23 16:42:32.702042-0400 WR1[1272:287764] [QBCore] Request URL:https://api.quickblox.com/subscriptions.json 2017-06-23 16:42:32.702343-0400 WR1[1272:287764] [QBCore] Request method: POST 2017-06-23 16:42:32.702545-0400 WR1[1272:287764] [QBCore] Request parameters:{ device = { platform = ios; udid = "E16AFAFB-551E-405D-B89E-EC04708D0F8D"; }; "notification_channels" = apns; "push_token" = { "bundle_identifier" = "com.wr1.ios"; "client_identification_sequence" = 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509; environment = development; }; } 2017-06-23 16:42:32.702793-0400 WR1[1272:287764] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "Content-Type" = "application/x-www-form-urlencoded"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 5befb53332c96c7d765fa74befe1fef207004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:42:32.731 WR1[1272:287602] [I] -[UAPush appRegisteredUserNotificationSettings] [Line 888] Application did register with user notification types 7. 2017-06-23 16:42:32.820 WR1[1272:287602] Device token: 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509 2017-06-23 16:42:32.821 WR1[1272:287602] [I] -[UAPush appRegisteredForRemoteNotificationsWithDeviceToken:] [Line 873] Application registered device token: 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509 2017-06-23 16:42:32.821 WR1[1272:287602] [D] -[UAAnalytics addEvent:] [Line 231] Adding device_registration event FBA1B3DA-A0B4-4328-B349-AF9023A9F79A. 2017-06-23 16:42:32.858 WR1[1272:287602] [D] -[UAChannelRegistrar updateChannel:channelLocation:withPayload:] [Line 99] Updating channel 2c8f81fa-f886-4278-a96c-7ee7d37aa455 2017-06-23 16:42:32.864528-0400 WR1[1272:287803] [QBCore] Request URL:https://api.quickblox.com/subscriptions.json 2017-06-23 16:42:32.864801-0400 WR1[1272:287803] [QBCore] Request method: POST 2017-06-23 16:42:32.864998-0400 WR1[1272:287803] [QBCore] Request parameters:{ device = { platform = ios; udid = "E16AFAFB-551E-405D-B89E-EC04708D0F8D"; }; "notification_channels" = apns; "push_token" = { "bundle_identifier" = "com.wr1.ios"; "client_identification_sequence" = 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509; environment = development; }; } 2017-06-23 16:42:32.865198-0400 WR1[1272:287803] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "Content-Type" = "application/x-www-form-urlencoded"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 5befb53332c96c7d765fa74befe1fef207004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:42:32.962650-0400 WR1[1272:287764] [ChatService] Stream isSecure: YES 2017-06-23 16:42:33.030123-0400 WR1[1272:287803] [ChatService] Stream did connect, supportsStartTLS: YES 2017-06-23 16:42:33.045805-0400 WR1[1272:287765] [ChatService] Did not authenticate, error: 2017-06-23 16:42:33.050733-0400 WR1[1272:287772] [ChatService] Did disconnect 2017-06-23 16:42:33.164628-0400 WR1[1272:287729] [QBCore] Response headers: { "Access-Control-Allow-Origin" = ""; "Cache-Control" = "max-age=0, private, must-revalidate"; Connection = "keep-alive"; "Content-Length" = 290; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:42:33 GMT"; Etag = "W/\"db405bd6cb2e294643920533d3581544\""; "QB-Token-ExpirationDate" = "2017-06-23 22:37:26 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "201 Created"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "2b7ef2e2-7079-47d5-8144-8bd4815508cd"; "X-Runtime" = "0.015681"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:42:33.167149-0400 WR1[1272:287602] Successful QuickBlox registration 2017-06-23 16:42:33.167880-0400 WR1[1272:287803] [QBCore] Response object: ( { subscription = { device = { "bundle_identifier" = "com.wr1.ios"; "client_identification_sequence" = 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509; platform = { name = ios; }; udid = "E16AFAFB-551E-405D-B89E-EC04708D0F8D"; }; id = 36713059; "notification_channel" = { name = apns; }; }; } ) 2017-06-23 16:42:33.192567-0400 WR1[1272:287602] FBSDKLog: FBSDKAppEvents: Flushed @ 1498250553, 2 events due to 'EagerlyFlushingEvent' - { "advertiser_id" = "ACB2AE00-2E96-4221-91FE-F9B283E3E75E"; "advertiser_tracking_enabled" = 1; "anon_id" = "XZ99405EFA-F1EF-4070-AF4A-850DA1069678"; "application_tracking_enabled" = 1; event = "CUSTOM_APP_EVENTS"; extinfo = "[\"i2\",\"com.wr1.ios\",\"223\",\"1.3.6\",\"10.3.2\",\"iPhone7,1\",\"en_US\",\"EDT\",\"Verizon\",375,667,\"3.00\",2,119,111,\"America\/New_York\"]"; "url_schemes" = "[\"vnd.wr1.wr1\",\"fb1547783052142027\",\"db-pkwe4lse66seo3i\",\"wr1\"]"; } Events: [ { "event" : { "fb_mobile_time_between_sessions" : "session_quanta_4", "_eventName" : "fb_mobile_deactivate_app", "fb_mobile_launch_source" : "Unclassified", "_logTime" : 1498236294, "_session_id" : "55A2C92B-A694-45CF-8F23-E900E11A37F4", "fb_mobile_app_interruptions" : 2, "_ui" : "no_ui", "_valueToSum" : 1603 }, "isImplicit" : false }, { "event" : { "_ui" : "no_ui", "_eventName" : "fb_mobile_activate_app", "_logTime" : 1498250553, "_session_id" : "C1F678CF-B2C2-4ABE-924F-C87FA4267756", "fb_mobile_launch_source" : "Unclassified" }, "isImplicit" : false } ] Flush Result : Success 2017-06-23 16:42:33.207093-0400 WR1[1272:287756] I restkit.network:RKObjectRequestOperation.m:175 GET 'https://services-test.wr1.com/webapi/status' (200 OK / 1 objects) [request=0.4914s mapping=0.0036s total=0.8831s] 2017-06-23 16:42:33.231672-0400 WR1[1272:287770] [QBCore] Response headers: { "Access-Control-Allow-Origin" = ""; "Cache-Control" = "max-age=0, private, must-revalidate"; Connection = "keep-alive"; "Content-Length" = 290; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:42:33 GMT"; Etag = "W/\"db405bd6cb2e294643920533d3581544\""; "QB-Token-ExpirationDate" = "2017-06-23 22:37:26 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "201 Created"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "8505313b-3006-4899-8378-cb78b2d5c445"; "X-Runtime" = "0.017862"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:42:33.232412-0400 WR1[1272:287602] Successful QuickBlox registration 2017-06-23 16:42:33.232903-0400 WR1[1272:287795] [QBCore] Response object: ( { subscription = { device = { "bundle_identifier" = "com.wr1.ios"; "client_identification_sequence" = 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509; platform = { name = ios; }; udid = "E16AFAFB-551E-405D-B89E-EC04708D0F8D"; }; id = 36713059; "notification_channel" = { name = apns; }; }; } ) 2017-06-23 16:42:33.360 WR1[1272:287602] [D] 59-[UAInboxAPIClient retrieveMessageListOnSuccess:onFailure:]_block_invoke_3 [Line 163] Setting Last-Modified time to '(null)' for user m3FXXceiTn-2XKDowFBe2g's message list. 2017-06-23 16:42:33.363 WR1[1272:287729] [D] -[UAInboxMessageList syncLocalMessageState] [Line 350] Marking ( ) read on server. 2017-06-23 16:42:33.364 WR1[1272:287729] [D] -[UAInboxMessageList syncLocalMessageState] [Line 370] Deleting ( ) on server. 2017-06-23 16:42:33.364 WR1[1272:287729] [D] __75-[UAInboxMessageList retrieveMessageListWithSuccessBlock:withFailureBlock:]_block_invoke_2 [Line 142] Refreshing message list. 2017-06-23 16:42:33.367 WR1[1272:287756] [I] 56-[UAInboxMessageList refreshInboxWithCompletionHandler:]_block_invoke [Line 328] Inbox messages updated. 2017-06-23 16:42:33.367 WR1[1272:287756] [D] 56-[UAInboxMessageList refreshInboxWithCompletionHandler:]_block_invoke [Line 330] Loaded saved messages: ( ). 2017-06-23 16:42:33.380 WR1[1272:287602] [I] -[UAPush registrationSucceededWithPayload:] [Line 894] Channel registration updated successfully. 2017-06-23 16:42:33.394759-0400 WR1[1272:287795] I restkit.network:RKObjectRequestOperation.m:175 GET 'https://services-test.wr1.com/webapi/status' (200 OK / 1 objects) [request=0.0000s mapping=0.0022s total=0.7793s] 2017-06-23 16:42:33.429994-0400 WR1[1272:287764] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/users/subscribe' 2017-06-23 16:42:33.434423-0400 WR1[1272:287770] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/users/tags' 2017-06-23 16:42:33.435827-0400 WR1[1272:287764] [QBCore] Request URL:https://api.quickblox.com/login.json 2017-06-23 16:42:33.436066-0400 WR1[1272:287764] [QBCore] Request method: POST 2017-06-23 16:42:33.436320-0400 WR1[1272:287764] [QBCore] Request parameters:{ login = jayzdev; password = 12345678; } 2017-06-23 16:42:33.436489-0400 WR1[1272:287764] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "Content-Type" = "application/x-www-form-urlencoded"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 5befb53332c96c7d765fa74befe1fef207004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:42:33.441067-0400 WR1[1272:287729] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/users/self' 2017-06-23 16:42:33.630531-0400 WR1[1272:287729] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/clubs' 2017-06-23 16:42:33.683327-0400 WR1[1272:287770] [QBCore] Response headers: { "Access-Control-Allow-Origin" = "*"; "Cache-Control" = "no-cache"; Connection = "keep-alive"; "Content-Length" = 451; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:42:33 GMT"; "QB-Token-ExpirationDate" = "2017-06-23 22:37:26 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "202 Accepted"; "Strict-Transport-Security" = "max-age=31536000"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "bd8fcf6b-4396-4834-ab01-a96a3b0f78a2"; "X-Runtime" = "0.023155"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:42:33.685357-0400 WR1[1272:287729] [QBCore] Response object: { user = { "blob_id" = ""; "created_at" = "2015-05-04T18:07:08Z"; "custom_data" = ""; email = "jayz_dev@atimi.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = "Shawn Corey Carter"; id = 3027703; "last_request_at" = "2017-06-23T20:42:33Z"; login = jayzdev; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T20:34:01Z"; "user_tags" = ""; website = "https://s3.amazonaws.com/wr1test/2/2017-06-02T22:32:22Z.JPG"; }; } 2017-06-23 16:42:33.716438-0400 WR1[1272:287770] [ChatService] Connecting to Chat, host: chat.quickblox.com, user JID: 3027703-19224@chat.quickblox.com/E16AFAFB-551E-405D-B89E-EC04708D0F8D 2017-06-23 16:42:33.734 WR1[1272:287602] [I] -[UAPush appRegisteredUserNotificationSettings] [Line 888] Application did register with user notification types 7. 2017-06-23 16:42:33.735 WR1[1272:287602] [I] 20-[UAUser updateUser]_block_invoke144 [Line 215] Updated user m3FXXceiTn-2XKDowFBe2g successfully. 2017-06-23 16:42:33.751 WR1[1272:287602] Device token: 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509 2017-06-23 16:42:33.751 WR1[1272:287602] [I] -[UAPush appRegisteredForRemoteNotificationsWithDeviceToken:] [Line 873] Application registered device token: 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509 2017-06-23 16:42:33.752 WR1[1272:287602] [D] -[UAAnalytics addEvent:] [Line 231] Adding device_registration event 6790C3B1-4853-431C-BC3B-050273E667B9. 2017-06-23 16:42:33.777 WR1[1272:287602] [D] -[UAChannelRegistrar registerWithChannelID:channelLocation:withPayload:forcefully:] [Line 73] Ignoring registration request, registration is up to date. 2017-06-23 16:42:33.786 WR1[1272:287602] [I] -[UAPush registrationSucceededWithPayload:] [Line 894] Channel registration updated successfully. 2017-06-23 16:42:33.809800-0400 WR1[1272:287729] [QBCore] Request URL:https://api.quickblox.com/subscriptions.json 2017-06-23 16:42:33.810381-0400 WR1[1272:287729] [QBCore] Request method: POST 2017-06-23 16:42:33.811009-0400 WR1[1272:287729] [QBCore] Request parameters:{ device = { platform = ios; udid = "E16AFAFB-551E-405D-B89E-EC04708D0F8D"; }; "notification_channels" = apns; "push_token" = { "bundle_identifier" = "com.wr1.ios"; "client_identification_sequence" = 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509; environment = development; }; } 2017-06-23 16:42:33.811902-0400 WR1[1272:287729] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "Content-Type" = "application/x-www-form-urlencoded"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 5befb53332c96c7d765fa74befe1fef207004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:42:33.933829-0400 WR1[1272:287729] E restkit.network:RKObjectRequestOperation.m:515 Object request failed: Underlying HTTP request operation failed with error: Error Domain=org.restkit.RestKit.ErrorDomain Code=-1011 "Expected status code in (200-299), got 401" UserInfo={NSLocalizedRecoverySuggestion={"status":{"errorCode":401,"serverTimestamp":1498250553762}}, AFRKNetworkingOperationFailingURLRequestErrorKey=<NSMutableURLRequest: 0x17420a4c0> { URL: https://services-test.wr1.com/webapi/users/subscribe }, NSErrorFailingURLKey=https://services-test.wr1.com/webapi/users/subscribe, AFRKNetworkingOperationFailingURLResponseErrorKey=<NSHTTPURLResponse: 0x170a3dc20> { URL: https://services-test.wr1.com/webapi/users/subscribe } { status code: 401, headers { Connection = "keep-alive"; "Content-Encoding" = gzip; "Content-Length" = 84; "Content-Type" = "application/json"; Date = "Fri, 23 Jun 2017 20:42:33 GMT"; Server = "Apache-Coyote/1.1"; Vary = "Accept-Encoding"; } }, NSLocalizedDescription=Expected status code in (200-299), got 401} 2017-06-23 16:42:33.935176-0400 WR1[1272:287803] E restkit.network:RKObjectRequestOperation.m:515 Object request failed: Underlying HTTP request operation failed with error: Error Domain=org.restkit.RestKit.ErrorDomain Code=-1011 "Expected status code in (200-299), got 401" UserInfo={NSLocalizedRecoverySuggestion={"status":{"errorCode":401,"serverTimestamp":1498250553763}}, AFRKNetworkingOperationFailingURLRequestErrorKey=<NSMutableURLRequest: 0x17420a780> { URL: https://services-test.wr1.com/webapi/users/tags }, NSErrorFailingURLKey=https://services-test.wr1.com/webapi/users/tags, AFRKNetworkingOperationFailingURLResponseErrorKey=<NSHTTPURLResponse: 0x174c3b520> { URL: https://services-test.wr1.com/webapi/users/tags } { status code: 401, headers { Connection = "keep-alive"; "Content-Encoding" = gzip; "Content-Length" = 79; "Content-Type" = "application/json"; Date = "Fri, 23 Jun 2017 20:42:33 GMT"; Server = "Apache-Coyote/1.1"; Vary = "Accept-Encoding"; } }, NSLocalizedDescription=Expected status code in (200-299), got 401} 2017-06-23 16:42:33.937468-0400 WR1[1272:287729] E restkit.network:RKObjectRequestOperation.m:172 GET 'https://services-test.wr1.com/webapi/users/subscribe' (401 Unauthorized / 0 objects) [request=0.2513s mapping=0.0000s total=0.5072s]: Error Domain=org.restkit.RestKit.ErrorDomain Code=-1011 "Expected status code in (200-299), got 401" UserInfo={NSLocalizedRecoverySuggestion={"status":{"errorCode":401,"serverTimestamp":1498250553762}}, AFRKNetworkingOperationFailingURLRequestErrorKey=<NSMutableURLRequest: 0x17420a4c0> { URL: https://services-test.wr1.com/webapi/users/subscribe }, NSErrorFailingURLKey=https://services-test.wr1.com/webapi/users/subscribe, AFRKNetworkingOperationFailingURLResponseErrorKey=<NSHTTPURLResponse: 0x170a3dc20> { URL: https://services-test.wr1.com/webapi/users/subscribe } { status code: 401, headers { Connection = "keep-alive"; "Content-Encoding" = gzip; "Content-Length" = 84; "Content-Type" = "application/json"; Date = "Fri, 23 Jun 2017 20:42:33 GMT"; Server = "Apache-Coyote/1.1"; Vary = "Accept-Encoding"; } }, NSLocalizedDescription=Expected status code in (200-299), got 401} 2017-06-23 16:42:33.942294-0400 WR1[1272:287803] E restkit.network:RKObjectRequestOperation.m:172 GET 'https://services-test.wr1.com/webapi/users/tags' (401 Unauthorized / 0 objects) [request=0.2542s mapping=0.0000s total=0.5075s]: Error Domain=org.restkit.RestKit.ErrorDomain Code=-1011 "Expected status code in (200-299), got 401" UserInfo={NSLocalizedRecoverySuggestion={"status":{"errorCode":401,"serverTimestamp":1498250553763}}, AFRKNetworkingOperationFailingURLRequestErrorKey=<NSMutableURLRequest: 0x17420a780> { URL: https://services-test.wr1.com/webapi/users/tags }, NSErrorFailingURLKey=https://services-test.wr1.com/webapi/users/tags, AFRKNetworkingOperationFailingURLResponseErrorKey=<NSHTTPURLResponse: 0x174c3b520> { URL: https://services-test.wr1.com/webapi/users/tags } { status code: 401, headers { Connection = "keep-alive"; "Content-Encoding" = gzip; "Content-Length" = 79; "Content-Type" = "application/json"; Date = "Fri, 23 Jun 2017 20:42:33 GMT"; Server = "Apache-Coyote/1.1"; Vary = "Accept-Encoding"; } }, NSLocalizedDescription=Expected status code in (200-299), got 401} 2017-06-23 16:42:33.976538-0400 WR1[1272:287756] [QBCore] Response headers: { "Access-Control-Allow-Origin" = ""; "Cache-Control" = "max-age=0, private, must-revalidate"; Connection = "keep-alive"; "Content-Length" = 290; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:42:33 GMT"; Etag = "W/\"db405bd6cb2e294643920533d3581544\""; "QB-Token-ExpirationDate" = "2017-06-23 22:42:33 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "201 Created"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "5988dc30-4743-4701-936e-240d9fdbb8bf"; "X-Runtime" = "0.015987"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:42:33.995632-0400 WR1[1272:287771] [QBCore] Response object: ( { subscription = { device = { "bundle_identifier" = "com.wr1.ios"; "client_identification_sequence" = 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509; platform = { name = ios; }; udid = "E16AFAFB-551E-405D-B89E-EC04708D0F8D"; }; id = 36713059; "notification_channel" = { name = apns; }; }; } ) 2017-06-23 16:42:33.995663-0400 WR1[1272:287602] Successful QuickBlox registration 2017-06-23 16:42:33.996305-0400 WR1[1272:287771] [ChatService] Stream isSecure: YES 2017-06-23 16:42:34.059355-0400 WR1[1272:287729] [ChatService] Stream did connect, supportsStartTLS: YES 2017-06-23 16:42:34.075476-0400 WR1[1272:287771] [ChatService] Did authenticate, user: 3027703 2017-06-23 16:42:34.078 rtc::[RTCClient] Signaling channel connected 2017-06-23 16:42:34.081100-0400 WR1[1272:287756] [QBCore] Request URL:https://api.quickblox.com/chat/Dialog.json 2017-06-23 16:42:34.081841-0400 WR1[1272:287756] [QBCore] Request method: GET 2017-06-23 16:42:34.082038-0400 WR1[1272:287756] [QBCore] Request parameters:(null) 2017-06-23 16:42:34.082202-0400 WR1[1272:287756] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 5befb53332c96c7d765fa74befe1fef207004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:42:34.082348-0400 WR1[1272:287756] [ChatService] Presence SNT: 2017-06-23 16:42:34.082570-0400 WR1[1272:287756] [ChatService] IQ SNT: 2017-06-23 16:42:34.088562-0400 WR1[1272:287729] [ChatService] IQ RCV: jid>3027703-19224@chat.quickblox.com/E16AFAFB-551E-405D-B89E-EC04708D0F8D</jid 2017-06-23 16:42:34.096752-0400 WR1[1272:287756] [ChatService] StreamManagement: enabled= 2017-06-23 16:42:34.105152-0400 WR1[1272:287765] E restkit.network:RKObjectRequestOperation.m:515 Object request failed: Underlying HTTP request operation failed with error: Error Domain=org.restkit.RestKit.ErrorDomain Code=-1011 "Expected status code in (200-299), got 401" UserInfo={NSLocalizedRecoverySuggestion={"status":{"errorCode":401,"serverTimestamp":1498250554060}}, AFRKNetworkingOperationFailingURLRequestErrorKey=<NSMutableURLRequest: 0x17420adc0> { URL: https://services-test.wr1.com/webapi/users/self }, NSErrorFailingURLKey=https://services-test.wr1.com/webapi/users/self, AFRKNetworkingOperationFailingURLResponseErrorKey=<NSHTTPURLResponse: 0x174e208a0> { URL: https://services-test.wr1.com/webapi/users/self } { status code: 401, headers { Connection = "keep-alive"; "Content-Encoding" = gzip; "Content-Length" = 79; "Content-Type" = "application/json"; Date = "Fri, 23 Jun 2017 20:42:33 GMT"; Server = "Apache-Coyote/1.1"; Vary = "Accept-Encoding"; } }, NSLocalizedDescription=Expected status code in (200-299), got 401} 2017-06-23 16:42:34.106331-0400 WR1[1272:287795] [ChatService] IQ RCV: 2017-06-23 16:42:34.109799-0400 WR1[1272:287795] [ChatService] Presence RCV: 2017-06-23 16:42:34.110028-0400 WR1[1272:287795] [ChatService] Presence RCV: 2017-06-23 16:42:34.110798-0400 WR1[1272:287765] E restkit.network:RKObjectRequestOperation.m:172 GET 'https://services-test.wr1.com/webapi/users/self' (401 Unauthorized / 0 objects) [request=0.4220s mapping=0.0000s total=0.6694s]: Error Domain=org.restkit.RestKit.ErrorDomain Code=-1011 "Expected status code in (200-299), got 401" UserInfo={NSLocalizedRecoverySuggestion={"status":{"errorCode":401,"serverTimestamp":1498250554060}}, AFRKNetworkingOperationFailingURLRequestErrorKey=<NSMutableURLRequest: 0x17420adc0> { URL: https://services-test.wr1.com/webapi/users/self }, NSErrorFailingURLKey=https://services-test.wr1.com/webapi/users/self, AFRKNetworkingOperationFailingURLResponseErrorKey=<NSHTTPURLResponse: 0x174e208a0> { URL: https://services-test.wr1.com/webapi/users/self } { status code: 401, headers { Connection = "keep-alive"; "Content-Encoding" = gzip; "Content-Length" = 79; "Content-Type" = "application/json"; Date = "Fri, 23 Jun 2017 20:42:33 GMT"; Server = "Apache-Coyote/1.1"; Vary = "Accept-Encoding"; } }, NSLocalizedDescription=Expected status code in (200-299), got 401} 2017-06-23 16:42:34.183496-0400 WR1[1272:287771] E restkit.network:RKObjectRequestOperation.m:515 Object request failed: Underlying HTTP request operation failed with error: Error Domain=org.restkit.RestKit.ErrorDomain Code=-1011 "Expected status code in (200-299), got 401" UserInfo={NSLocalizedRecoverySuggestion={"status":{"errorCode":401,"serverTimestamp":1498250554140}}, AFRKNetworkingOperationFailingURLRequestErrorKey=<NSMutableURLRequest: 0x170209470> { URL: https://services-test.wr1.com/webapi/clubs }, NSErrorFailingURLKey=https://services-test.wr1.com/webapi/clubs, AFRKNetworkingOperationFailingURLResponseErrorKey=<NSHTTPURLResponse: 0x174e29100> { URL: https://services-test.wr1.com/webapi/clubs } { status code: 401, headers { Connection = "keep-alive"; "Content-Encoding" = gzip; "Content-Length" = 79; "Content-Type" = "application/json"; Date = "Fri, 23 Jun 2017 20:42:33 GMT"; Server = "Apache-Coyote/1.1"; Vary = "Accept-Encoding"; } }, NSLocalizedDescription=Expected status code in (200-299), got 401} 2017-06-23 16:42:34.187146-0400 WR1[1272:287771] E restkit.network:RKObjectRequestOperation.m:172 GET 'https://services-test.wr1.com/webapi/clubs' (401 Unauthorized / 0 objects) [request=0.4654s mapping=0.0000s total=0.5562s]: Error Domain=org.restkit.RestKit.ErrorDomain Code=-1011 "Expected status code in (200-299), got 401" UserInfo={NSLocalizedRecoverySuggestion={"status":{"errorCode":401,"serverTimestamp":1498250554140}}, AFRKNetworkingOperationFailingURLRequestErrorKey=<NSMutableURLRequest: 0x170209470> { URL: https://services-test.wr1.com/webapi/clubs }, NSErrorFailingURLKey=https://services-test.wr1.com/webapi/clubs, AFRKNetworkingOperationFailingURLResponseErrorKey=<NSHTTPURLResponse: 0x174e29100> { URL: https://services-test.wr1.com/webapi/clubs } { status code: 401, headers { Connection = "keep-alive"; "Content-Encoding" = gzip; "Content-Length" = 79; "Content-Type" = "application/json"; Date = "Fri, 23 Jun 2017 20:42:33 GMT"; Server = "Apache-Coyote/1.1"; Vary = "Accept-Encoding"; } }, NSLocalizedDescription=Expected status code in (200-299), got 401} 2017-06-23 16:42:34.754706-0400 WR1[1272:287770] [QBCore] Response headers: { "Access-Control-Allow-Origin" = ""; "Cache-Control" = "max-age=0, private, must-revalidate"; Connection = "keep-alive"; "Content-Length" = 4109; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:42:34 GMT"; Etag = "W/\"aa10c5d26f248754f5e591e2ed249114\""; "QB-Token-ExpirationDate" = "2017-06-23 22:42:33 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "304 Not Modified"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "6e16b4be-7c4d-4954-a9c0-8d5fa2af1698"; "X-Runtime" = "0.040182"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:42:34.765623-0400 WR1[1272:287770] [QBCore] Response object: { items = ( { "_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-15T15:16:23Z"; "last_message" = kogohf; "last_message_date_sent" = 1495643815; "last_message_user_id" = 4964068; name = Almiranda; "occupants_ids" = ( 3027703, 4964068 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2017-05-24T16:36:56Z"; "user_id" = 3027703; "xmpp_room_jid" = ""; }, { "_id" = 56426b9fa0eb47c49700011a; "created_at" = "2015-11-10T22:11:43Z"; "last_message" = jjjjjj; "last_message_date_sent" = 1477838659; "last_message_user_id" = 5033073; name = swiftfan1; "occupants_ids" = ( 3027703, 5033073 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2016-10-30T14:44:19Z"; "user_id" = 3027703; "xmpp_room_jid" = ""; }, { "_id" = 565315bba28f9a09ca00075d; "created_at" = "2015-11-23T13:33:47Z"; "last_message" = "the fact I that I can see "; "last_message_date_sent" = 1448285685; "last_message_user_id" = 3027703; name = mon123; "occupants_ids" = ( 3027703, 7059619 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2015-11-23T13:34:45Z"; "user_id" = 3027703; "xmpp_room_jid" = ""; }, { "_id" = 5652e3e5a28f9a72f8001205; "created_at" = "2015-11-23T10:01:09Z"; "last_message" = "I don't know if "; "last_message_date_sent" = 1448273235; "last_message_user_id" = 7057586; name = mon23; "occupants_ids" = ( 3027703, 7057586 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2015-11-23T10:07:15Z"; "user_id" = 7057586; "xmpp_room_jid" = ""; }, { "_id" = 564059df05244fbde8ffc89a; "created_at" = "2015-11-09T08:31:27Z"; "last_message" = "the new version of it "; "last_message_date_sent" = 1447057938; "last_message_user_id" = 3027703; name = Ari; "occupants_ids" = ( 3027703, 5462290 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2015-11-09T08:32:18Z"; "user_id" = 3027703; "xmpp_room_jid" = ""; }, { "_id" = 55fb3369a28f9a8c130011ea; "created_at" = "2015-09-17T21:40:57Z"; "last_message" = hello; "last_message_date_sent" = 1447050256; "last_message_user_id" = 3228481; name = 5th; "occupants_ids" = ( 3027703, 3228481 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2015-11-09T06:24:16Z"; "user_id" = 3027703; "xmpp_room_jid" = ""; }, { "_id" = 561e4424a28f9a0dae001bcc; "created_at" = "2015-10-14T12:01:40Z"; "last_message" = "hey there "; "last_message_date_sent" = 1445619771; "last_message_user_id" = 3027703; name = rajahuli; "occupants_ids" = ( 3027703, 6103995 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2015-10-23T17:02:51Z"; "user_id" = 6103995; "xmpp_room_jid" = ""; }, { "_id" = 560cd419a28f9aec630000d1; "created_at" = "2015-10-01T06:35:05Z"; "last_message" = "jay z"; "last_message_date_sent" = 1443681392; "last_message_user_id" = 3027703; name = amruth; "occupants_ids" = ( 3027703, 4911755 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2015-10-01T06:36:32Z"; "user_id" = 3027703; "xmpp_room_jid" = ""; }, { "_id" = 56008b6aa28f9a45c2009d54; "created_at" = "2015-09-21T22:57:46Z"; "last_message" = j; "last_message_date_sent" = 1443031880; "last_message_user_id" = 3027703; name = jayzfan1; "occupants_ids" = ( 3027703, 5032946 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2015-09-23T18:11:20Z"; "user_id" = 5032946; "xmpp_room_jid" = ""; }, { "_id" = 55c06ca0535c1287b1004999; "created_at" = "2015-08-04T07:41:20Z"; "last_message" = "the fact is "; "last_message_date_sent" = 1443031712; "last_message_user_id" = 3185970; name = geo; "occupants_ids" = ( 3027703, 3185970 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2015-09-23T18:08:28Z"; "user_id" = 3185970; "xmpp_room_jid" = ""; }, { "_id" = 55f93fd5a28f9a26d7016515; "created_at" = "2015-09-16T10:09:25Z"; "last_message" = hi; "last_message_date_sent" = 1442398167; "last_message_user_id" = 3027703; name = madhu138; "occupants_ids" = ( 3027703, 5271722 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2015-09-16T10:09:25Z"; "user_id" = 3027703; "xmpp_room_jid" = ""; }, { "_id" = 560cf1b6a0eb473bf3000117; "created_at" = "2015-10-01T08:41:26Z"; "last_message" = ""; "last_message_date_sent" = ""; "last_message_user_id" = ""; name = "Ed Sheeran"; "occupants_ids" = ( 3027703, 5040229 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2015-10-01T08:41:26Z"; "user_id" = 5040229; "xmpp_room_jid" = ""; } ); limit = 100; skip = 0; "total_entries" = 12; } 2017-06-23 16:42:34.781657-0400 WR1[1272:287770] [QBCore] Request URL:https://api.quickblox.com/users.json?filter%5B%5D=number%20id%20in%203228481%2C5032946%2C7057586%2C4911755%2C5040229%2C5271722%2C4964068%2C7059619%2C5462290%2C3185970%2C5033073%2C3027703%2C6103995 2017-06-23 16:42:34.782002-0400 WR1[1272:287770] [QBCore] Request method: GET 2017-06-23 16:42:34.782209-0400 WR1[1272:287770] [QBCore] Request parameters:{ "filter[]" = "number id in 3228481,5032946,7057586,4911755,5040229,5271722,4964068,7059619,5462290,3185970,5033073,3027703,6103995"; } 2017-06-23 16:42:34.782396-0400 WR1[1272:287770] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 5befb53332c96c7d765fa74befe1fef207004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:42:34.873376-0400 WR1[1272:287765] [QBCore] Response headers: { "Access-Control-Allow-Origin" = "*"; "Cache-Control" = "max-age=0, private, must-revalidate"; Connection = "keep-alive"; "Content-Length" = 4652; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:42:34 GMT"; Etag = "W/\"2611f7b57bcf7fe7b596021df811b069\""; "QB-Token-ExpirationDate" = "2017-06-23 22:42:33 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "200 OK"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "48cc20a0-295a-4b5f-adb4-fbc1d8bdf3b3"; "X-Runtime" = "0.021410"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:42:34.876486-0400 WR1[1272:287765] [QBCore] Response object: { "current_page" = 1; items = ( { user = { "blob_id" = ""; "created_at" = "2015-05-04T18:07:08Z"; "custom_data" = ""; email = "jayz_dev@atimi.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = "Shawn Corey Carter"; id = 3027703; "last_request_at" = "2017-06-23T20:42:33Z"; login = jayzdev; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T20:34:01Z"; "user_tags" = ""; website = "https://s3.amazonaws.com/wr1test/2/2017-06-02T22:32:22Z.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-05-21T21:13:19Z"; "custom_data" = ""; email = "geo@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = geo; id = 3185970; "last_request_at" = "2017-06-23T18:38:11Z"; login = "geo_qb"; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T18:17:21Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/6/3E7AB178-7401-4B64-8B22-4F768B57EBEC.PNG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-05-25T20:02:36Z"; "custom_data" = ""; email = "taylor.swift@somewhere.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = 5th; id = 3228481; "last_request_at" = "2017-05-25T08:06:55Z"; login = "taylor.swift"; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-05-25T08:06:55Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/1/580857F7-249D-4C10-ABD6-A4A19752B23C.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-08-21T06:17:41Z"; "custom_data" = ""; email = "kf3dd0lq8pfuqdiv7k4vjbqi4u@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = amruth; id = 4911755; "last_request_at" = "2017-04-28T21:05:36Z"; login = kf3dd0lq8pfuqdiv7k4vjbqi4u; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-04-28T21:05:36Z"; "user_tags" = ""; website = ""; }; }, { user = { "blob_id" = ""; "created_at" = "2015-08-24T06:10:30Z"; "custom_data" = ""; email = "3i0t5keggdjvdpd1rm2cgfovt6@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = Almiranda; id = 4964068; "last_request_at" = "2017-06-23T20:34:23Z"; login = 3i0t5keggdjvdpd1rm2cgfovt6; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T15:37:13Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/21/01CDABBD-4998-441C-835A-CD635FC9345D.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-08-27T19:58:09Z"; "custom_data" = ""; email = "hi3ds4v5ovf21am2pd840a914r@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = jayzfan1; id = 5032946; "last_request_at" = "2017-05-25T08:07:00Z"; login = hi3ds4v5ovf21am2pd840a914r; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-05-25T08:07:00Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/62/00000000-0000-0000-0000-00000000049C.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-08-27T20:08:21Z"; "custom_data" = ""; email = "52j5ht2pn3c9ahvsi9sogqhla8@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = swiftfan1; id = 5033073; "last_request_at" = "2016-10-30T14:49:14Z"; login = 52j5ht2pn3c9ahvsi9sogqhla8; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-03-02T09:12:49Z"; "user_tags" = ""; website = ""; }; }, { user = { "blob_id" = ""; "created_at" = "2015-08-28T07:00:50Z"; "custom_data" = ""; email = "20kt085ouocdqn3a3g4j1j6tvh@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = "Ed Sheeran"; id = 5040229; "last_request_at" = "2017-05-25T08:07:02Z"; login = 20kt085ouocdqn3a3g4j1j6tvh; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-05-25T08:07:02Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/83/00000000-0000-0000-0000-000000000191.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-09-09T08:47:36Z"; "custom_data" = ""; email = "lu44hj9ur8qijc5q874oje5vrt@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = madhu138; id = 5271722; "last_request_at" = "2015-09-18T12:45:24Z"; login = lu44hj9ur8qijc5q874oje5vrt; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-03-02T09:12:53Z"; "user_tags" = ""; website = ""; }; }, { user = { "blob_id" = ""; "created_at" = "2015-09-18T20:23:53Z"; "custom_data" = ""; email = "l3blvqta5378c94jln2hjvflad@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = Ari; id = 5462290; "last_request_at" = "2017-05-25T08:07:17Z"; login = l3blvqta5378c94jln2hjvflad; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-05-25T08:07:17Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/490/3E90175B-05DB-428B-ACA7-FE887F013D9C.JPG"; }; } ); "per_page" = 10; "total_entries" = 13; } 2017-06-23 16:42:34.892958-0400 WR1[1272:287765] [QBCore] Response object: { "current_page" = 1; items = ( { user = { "blob_id" = ""; "created_at" = "2015-05-04T18:07:08Z"; "custom_data" = ""; email = "jayz_dev@atimi.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = "Shawn Corey Carter"; id = 3027703; "last_request_at" = "2017-06-23T20:42:33Z"; login = jayzdev; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T20:34:01Z"; "user_tags" = ""; website = "https://s3.amazonaws.com/wr1test/2/2017-06-02T22:32:22Z.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-05-21T21:13:19Z"; "custom_data" = ""; email = "geo@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = geo; id = 3185970; "last_request_at" = "2017-06-23T18:38:11Z"; login = "geo_qb"; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T18:17:21Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/6/3E7AB178-7401-4B64-8B22-4F768B57EBEC.PNG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-05-25T20:02:36Z"; "custom_data" = ""; email = "taylor.swift@somewhere.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = 5th; id = 3228481; "last_request_at" = "2017-05-25T08:06:55Z"; login = "taylor.swift"; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-05-25T08:06:55Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/1/580857F7-249D-4C10-ABD6-A4A19752B23C.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-08-21T06:17:41Z"; "custom_data" = ""; email = "kf3dd0lq8pfuqdiv7k4vjbqi4u@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = amruth; id = 4911755; "last_request_at" = "2017-04-28T21:05:36Z"; login = kf3dd0lq8pfuqdiv7k4vjbqi4u; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-04-28T21:05:36Z"; "user_tags" = ""; website = ""; }; }, { user = { "blob_id" = ""; "created_at" = "2015-08-24T06:10:30Z"; "custom_data" = ""; email = "3i0t5keggdjvdpd1rm2cgfovt6@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = Almiranda; id = 4964068; "last_request_at" = "2017-06-23T20:34:23Z";

            login = 3i0t5keggdjvdpd1rm2cgfovt6;
            "owner_id" = 23370;
            phone = "<null>";
            "twitter_digits_id" = "<null>";
            "twitter_id" = "<null>";
            "updated_at" = "2017-06-23T15:37:13Z";
            "user_tags" = "<null>";
            website = "https://wr1prod.imgix.net/21/01CDABBD-4998-441C-835A-CD635FC9345D.JPG";
        };
    },
            {
        user =             {
            "blob_id" = "<null>";
            "created_at" = "2015-08-27T19:58:09Z";
            "custom_data" = "<null>";
            email = "hi3ds4v5ovf21am2pd840a914r@wr1.com";
            "external_user_id" = "<null>";
            "facebook_id" = "<null>";
            "full_name" = jayzfan1;
            id = 5032946;
            "last_request_at" = "2017-05-25T08:07:00Z";
            login = hi3ds4v5ovf21am2pd840a914r;
            "owner_id" = 23370;
            phone = "<null>";
            "twitter_digits_id" = "<null>";
            "twitter_id" = "<null>";
            "updated_at" = "2017-05-25T08:07:00Z";
            "user_tags" = "<null>";
            website = "https://wr1prod.imgix.net/62/00000000-0000-0000-0000-00000000049C.JPG";
        };
    },
            {
        user =             {
            "blob_id" = "<null>";
            "created_at" = "2015-08-27T20:08:21Z";
            "custom_data" = "<null>";
            email = "52j5ht2pn3c9ahvsi9sogqhla8@wr1.com";
            "external_user_id" = "<null>";
            "facebook_id" = "<null>";
            "full_name" = swiftfan1;
            id = 5033073;
            "last_request_at" = "2016-10-30T14:49:14Z";
            login = 52j5ht2pn3c9ahvsi9sogqhla8;
            "owner_id" = 23370;
            phone = "<null>";
            "twitter_digits_id" = "<null>";
            "twitter_id" = "<null>";
            "updated_at" = "2017-03-02T09:12:49Z";
            "user_tags" = "<null>";
            website = "<null>";
        };
    },
            {
        user =             {
            "blob_id" = "<null>";
            "created_at" = "2015-08-28T07:00:50Z";
            "custom_data" = "<null>";
            email = "20kt085ouocdqn3a3g4j1j6tvh@wr1.com";
            "external_user_id" = "<null>";
            "facebook_id" = "<null>";
            "full_name" = "Ed Sheeran";
            id = 5040229;
            "last_request_at" = "2017-05-25T08:07:02Z";
            login = 20kt085ouocdqn3a3g4j1j6tvh;
            "owner_id" = 23370;
            phone = "<null>";
            "twitter_digits_id" = "<null>";
            "twitter_id" = "<null>";
            "updated_at" = "2017-05-25T08:07:02Z";
            "user_tags" = "<null>";
            website = "https://wr1prod.imgix.net/83/00000000-0000-0000-0000-000000000191.JPG";
        };
    },
            {
        user =             {
            "blob_id" = "<null>";
            "created_at" = "2015-09-09T08:47:36Z";
            "custom_data" = "<null>";
            email = "lu44hj9ur8qijc5q874oje5vrt@wr1.com";
            "external_user_id" = "<null>";
            "facebook_id" = "<null>";
            "full_name" = madhu138;
            id = 5271722;
            "last_request_at" = "2015-09-18T12:45:24Z";
            login = lu44hj9ur8qijc5q874oje5vrt;
            "owner_id" = 23370;
            phone = "<null>";
            "twitter_digits_id" = "<null>";
            "twitter_id" = "<null>";
            "updated_at" = "2017-03-02T09:12:53Z";
            "user_tags" = "<null>";
            website = "<null>";
        };
    },
            {
        user =             {
            "blob_id" = "<null>";
            "created_at" = "2015-09-18T20:23:53Z";
            "custom_data" = "<null>";
            email = "l3blvqta5378c94jln2hjvflad@wr1.com";
            "external_user_id" = "<null>";
            "facebook_id" = "<null>";
            "full_name" = Ari;
            id = 5462290;
            "last_request_at" = "2017-05-25T08:07:17Z";
            login = l3blvqta5378c94jln2hjvflad;
            "owner_id" = 23370;
            phone = "<null>";
            "twitter_digits_id" = "<null>";
            "twitter_id" = "<null>";
            "updated_at" = "2017-05-25T08:07:17Z";
            "user_tags" = "<null>";
            website = "https://wr1prod.imgix.net/490/3E90175B-05DB-428B-ACA7-FE887F013D9C.JPG";
        };
    }
);
"per_page" = 10;
"total_entries" = 13;

} 2017-06-23 16:42:34.959 WR1[1272:287602] [I] -[UAPush appRegisteredUserNotificationSettings] [Line 888] Application did register with user notification types 7. 2017-06-23 16:42:34.992 WR1[1272:287602] Device token: 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509 2017-06-23 16:42:34.992 WR1[1272:287602] [I] -[UAPush appRegisteredForRemoteNotificationsWithDeviceToken:] [Line 873] Application registered device token: 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509 2017-06-23 16:42:34.993 WR1[1272:287602] [D] -[UAAnalytics addEvent:] [Line 231] Adding device_registration event FC1BA32C-6D34-4DF0-B472-632EF05E2F9B. 2017-06-23 16:42:35.023 WR1[1272:287602] [D] -[UAChannelRegistrar registerWithChannelID:channelLocation:withPayload:forcefully:] [Line 73] Ignoring registration request, registration is up to date. 2017-06-23 16:42:35.023 WR1[1272:287602] [I] -[UAPush registrationSucceededWithPayload:] [Line 894] Channel registration updated successfully. 2017-06-23 16:42:35.043991-0400 WR1[1272:287728] [QBCore] Request URL:https://api.quickblox.com/subscriptions.json 2017-06-23 16:42:35.044815-0400 WR1[1272:287728] [QBCore] Request method: POST 2017-06-23 16:42:35.045357-0400 WR1[1272:287728] [QBCore] Request parameters:{ device = { platform = ios; udid = "E16AFAFB-551E-405D-B89E-EC04708D0F8D"; }; "notification_channels" = apns; "push_token" = { "bundle_identifier" = "com.wr1.ios"; "client_identification_sequence" = 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509; environment = development; }; } 2017-06-23 16:42:35.045959-0400 WR1[1272:287728] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "Content-Type" = "application/x-www-form-urlencoded"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 5befb53332c96c7d765fa74befe1fef207004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:42:35.083653-0400 WR1[1272:287770] [QBCore] Response headers: { "Access-Control-Allow-Origin" = "*"; "Cache-Control" = "max-age=0, private, must-revalidate"; Connection = "keep-alive"; "Content-Length" = 290; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:42:35 GMT"; Etag = "W/\"db405bd6cb2e294643920533d3581544\""; "QB-Token-ExpirationDate" = "2017-06-23 22:42:33 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "201 Created"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "f1e8f6f7-65b9-49ff-9f8a-82df7494f2e3"; "X-Runtime" = "0.017064"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:42:35.084508-0400 WR1[1272:287770] [QBCore] Response object: ( { subscription = { device = { "bundle_identifier" = "com.wr1.ios"; "client_identification_sequence" = 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509; platform = { name = ios; }; udid = "E16AFAFB-551E-405D-B89E-EC04708D0F8D"; }; id = 36713059; "notification_channel" = { name = apns; }; }; } ) 2017-06-23 16:42:35.086562-0400 WR1[1272:287602] Successful QuickBlox registration 2017-06-23 16:42:36.253556-0400 WR1[1272:287728] [QBCore] Request URL:https://api.quickblox.com/subscriptions/36713059.json 2017-06-23 16:42:36.254046-0400 WR1[1272:287728] [QBCore] Request method: DELETE 2017-06-23 16:42:36.254569-0400 WR1[1272:287728] [QBCore] Request parameters:(null) 2017-06-23 16:42:36.254914-0400 WR1[1272:287728] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 5befb53332c96c7d765fa74befe1fef207004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:42:36.280 WR1[1272:287602] [D] -[UAChannelRegistrar updateChannel:channelLocation:withPayload:] [Line 99] Updating channel 2c8f81fa-f886-4278-a96c-7ee7d37aa455 2017-06-23 16:42:36.331312-0400 WR1[1272:287602] [LayoutConstraints] Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. ( "= 30 (active)>", "<NSLayoutConstraint:0x170687fd0 FBSDKLoginButton:0x10c728270'Log in'.height == 28 (active)>", "<NSLayoutConstraint:0x174680730 UITextField:0x10c727c20.height == UITextField:0x10c7250e0.height (active)>", "<NSLayoutConstraint:0x174680a00 FBSDKLoginButton:0x10c728270'Log in'.height == UITextField:0x10c7250e0.height (active)>" )

Will attempt to recover by breaking constraint

= 30 (active)> Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful. 2017-06-23 16:42:36.451058-0400 WR1[1272:287795] [QBCore] Response headers: { "Access-Control-Allow-Origin" = "*"; "Cache-Control" = "no-cache"; Connection = "keep-alive"; "Content-Length" = 0; "Content-Type" = "application/json"; Date = "Fri, 23 Jun 2017 20:42:36 GMT"; "QB-Token-ExpirationDate" = "2017-06-23 22:42:33 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "200 OK"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "6a28478b-696c-4138-9be5-853cb8a6345e"; "X-Runtime" = "0.031583"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:42:36.451364-0400 WR1[1272:287602] Quickblox notification unregistered 2017-06-23 16:42:36.451823-0400 WR1[1272:287795] [ChatService] Doing Chat disconnect... 2017-06-23 16:42:36.454226-0400 WR1[1272:287728] [QBCore] Request URL:https://api.quickblox.com/session.json 2017-06-23 16:42:36.488573-0400 WR1[1272:287728] [QBCore] Request method: DELETE 2017-06-23 16:42:36.489145-0400 WR1[1272:287728] [QBCore] Request parameters:(null) 2017-06-23 16:42:36.489594-0400 WR1[1272:287728] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 5befb53332c96c7d765fa74befe1fef207004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:42:36.490116-0400 WR1[1272:287728] [ChatService] Presence SNT: 2017-06-23 16:42:36.490292-0400 WR1[1272:287728] [ChatService] Did disconnect 2017-06-23 16:42:36.518 WR1[1272:287602] [I] -[UAPush registrationSucceededWithPayload:] [Line 894] Channel registration updated successfully. 2017-06-23 16:42:36.530981-0400 WR1[1272:287728] [QBCore] Response headers: { "Access-Control-Allow-Origin" = "*"; "Cache-Control" = "no-cache"; Connection = "keep-alive"; "Content-Length" = 0; "Content-Type" = "application/json"; Date = "Fri, 23 Jun 2017 20:42:36 GMT"; "QB-Token-ExpirationDate" = "2017-06-23 22:42:33 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "200 OK"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "deffb215-7af2-4872-ad86-83e9eb1ce485"; "X-Runtime" = "0.014924"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:42:36.541239-0400 WR1[1272:287602] Quickblox Session Destroyed 2017-06-23 16:42:47.832 WR1[1272:287602] [D] __41-[UAAnalytics uploadOperationWithEvents:]_block_invoke [Line 530] Analytics data sent successfully. Status: 200 2017-06-23 16:42:47.868654-0400 WR1[1272:287602] FBSDKLog: FBSDKAppEvents: Flushed @ 1498250568, 1 events due to 'Timer' - { "advertiser_tracking_enabled" = 1; "anon_id" = "XZ99405EFA-F1EF-4070-AF4A-850DA1069678"; "application_tracking_enabled" = 1; event = "CUSTOM_APP_EVENTS"; extinfo = "[\"i2\",\"com.wr1.ios\",\"223\",\"1.3.6\",\"10.3.2\",\"iPhone7,1\",\"en_US\",\"EDT\",\"Verizon\",375,667,\"3.00\",2,119,111,\"America\\/New_York\"]"; "url_schemes" = "[\"vnd.wr1.wr1\",\"fb1547783052142027\",\"db-pkwe4lse66seo3i\",\"wr1\"]"; } Events: [ { "event" : { "_eventName" : "fb_login_button_impression", "_logTime" : 1498250556, "_implicitlyLogged" : "1", "_ui" : "no_ui" }, "isImplicit" : true } ] Flush Result : Success 2017-06-23 16:42:48.999909-0400 WR1[1272:287602] Starting login networking call 2017-06-23 16:42:49.027722-0400 WR1[1272:287795] I restkit.network:RKObjectRequestOperation.m:134 POST 'https://services-test.wr1.com/webapi/users/login' 2017-06-23 16:42:49.262998-0400 WR1[1272:287771] I restkit.network:RKObjectRequestOperation.m:175 POST 'https://services-test.wr1.com/webapi/users/login' (200 OK / 1 objects) [request=0.2177s mapping=0.0092s total=0.2377s] 2017-06-23 16:42:49.307109-0400 WR1[1272:287795] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/users/subscribe' 2017-06-23 16:42:49.318934-0400 WR1[1272:287885] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/users/tags' 2017-06-23 16:42:49.321373-0400 WR1[1272:287771] [QBCore] Request URL:https://api.quickblox.com/session.json 2017-06-23 16:42:49.321679-0400 WR1[1272:287771] [QBCore] Request method: POST 2017-06-23 16:42:49.321937-0400 WR1[1272:287771] [QBCore] Request parameters:{ "application_id" = 19224; "auth_key" = L4MDQPjwLhZjtkV; nonce = 647; signature = 7f257163de9700abe211eecd64ee7c359b88a31f; timestamp = 1498250569; } 2017-06-23 16:42:49.323355-0400 WR1[1272:287771] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "Content-Type" = "application/x-www-form-urlencoded"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:42:49.409083-0400 WR1[1272:287602] FBSDKLog: FBSDKAppEvents: Recording event @ 1498250569: { "_eventName" = Login; "_logTime" = 1498250569; "_ui" = "no_ui"; "user-type" = WR1; username = sudhir; } 2017-06-23 16:42:49.415153-0400 WR1[1272:287771] [QBCore] Response headers: { "Access-Control-Allow-Origin" = "*"; "Cache-Control" = "max-age=0, private, must-revalidate"; Connection = "keep-alive"; "Content-Length" = 232; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:42:49 GMT"; Etag = "W/\"c41527479fa5a165d6dbebef2786a775\""; "QB-Token-ExpirationDate" = "2017-06-23 22:42:49 UTC"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "201 Created"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "f359192c-3f94-488a-a4d3-2ad604854615"; "X-Runtime" = "0.027321"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:42:49.416227-0400 WR1[1272:287771] [QBCore] Response object: { session = { "_id" = 203218106; "application_id" = 19224; "created_at" = "2017-06-23T20:42:49Z"; id = 203218106; nonce = 647; token = 957f2d5588d2f4c9001de5efcfe3652050004b18; ts = 1498250569; "updated_at" = "2017-06-23T20:42:49Z"; "user_id" = 0; }; } 2017-06-23 16:42:49.437439-0400 WR1[1272:287885] I restkit.network:RKObjectRequestOperation.m:175 GET 'https://services-test.wr1.com/webapi/users/tags' (200 OK / 1 objects) [request=0.0000s mapping=0.0018s total=0.1185s] 2017-06-23 16:42:49.442882-0400 WR1[1272:287898] [QBCore] Request URL:https://api.quickblox.com/login.json 2017-06-23 16:42:49.443277-0400 WR1[1272:287898] [QBCore] Request method: POST 2017-06-23 16:42:49.443782-0400 WR1[1272:287898] [QBCore] Request parameters:{ login = 3i0t5keggdjvdpd1rm2cgfovt6; password = hl1steshogums1smotsfq9snrp; } 2017-06-23 16:42:49.444035-0400 WR1[1272:287898] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "Content-Type" = "application/x-www-form-urlencoded"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 957f2d5588d2f4c9001de5efcfe3652050004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:42:49.463 WR1[1272:287602] [D] -[UAChannelRegistrar updateChannel:channelLocation:withPayload:] [Line 99] Updating channel 2c8f81fa-f886-4278-a96c-7ee7d37aa455 2017-06-23 16:42:49.501918-0400 WR1[1272:287898] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/clubs' 2017-06-23 16:42:49.539488-0400 WR1[1272:287795] [QBCore] Response headers: { "Access-Control-Allow-Origin" = "*"; "Cache-Control" = "no-cache"; Connection = "keep-alive"; "Content-Length" = 491; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:42:49 GMT"; "QB-Token-ExpirationDate" = "2017-06-23 22:42:49 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "202 Accepted"; "Strict-Transport-Security" = "max-age=31536000"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "81164f04-a75f-449a-bfdc-5e41c7ef0a28"; "X-Runtime" = "0.019042"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:42:49.541948-0400 WR1[1272:287898] E restkit.network:RKObjectRequestOperation.m:515 Object request failed: Underlying HTTP request operation failed with error: Error Domain=org.restkit.RestKit.ErrorDomain Code=-1011 "Expected status code in (200-299), got 400" UserInfo={NSLocalizedRecoverySuggestion={"status":{"errorCode":400,"errorMessage":"The data in the receipt-data property was malformed or missing.","serverTimestamp":1498250569493}}, AFRKNetworkingOperationFailingURLRequestErrorKey= { URL: https://services-test.wr1.com/webapi/users/subscribe }, NSErrorFailingURLKey=https://services-test.wr1.com/webapi/users/subscribe, AFRKNetworkingOperationFailingURLResponseErrorKey= { URL: https://services-test.wr1.com/webapi/users/subscribe } { status code: 400, headers { "Cache-Control" = "no-cache"; Connection = "keep-alive"; "Content-Encoding" = gzip; "Content-Length" = 138; "Content-Type" = "application/json"; Date = "Fri, 23 Jun 2017 20:42:49 GMT"; Server = "Apache-Coyote/1.1"; Vary = "Accept-Encoding"; } }, NSLocalizedDescription=Expected status code in (200-299), got 400} 2017-06-23 16:42:49.546729-0400 WR1[1272:287885] E restkit.network:RKObjectRequestOperation.m:172 GET 'https://services-test.wr1.com/webapi/users/subscribe' (400 Bad Request / 0 objects) [request=0.0000s mapping=0.0000s total=0.2392s]: Error Domain=org.restkit.RestKit.ErrorDomain Code=-1011 "Expected status code in (200-299), got 400" UserInfo={NSLocalizedRecoverySuggestion={"status":{"errorCode":400,"errorMessage":"The data in the receipt-data property was malformed or missing.","serverTimestamp":1498250569493}}, AFRKNetworkingOperationFailingURLRequestErrorKey= { URL: https://services-test.wr1.com/webapi/users/subscribe }, NSErrorFailingURLKey=https://services-test.wr1.com/webapi/users/subscribe, AFRKNetworkingOperationFailingURLResponseErrorKey= { URL: https://services-test.wr1.com/webapi/users/subscribe } { status code: 400, headers { "Cache-Control" = "no-cache"; Connection = "keep-alive"; "Content-Encoding" = gzip; "Content-Length" = 138; "Content-Type" = "application/json"; Date = "Fri, 23 Jun 2017 20:42:49 GMT"; Server = "Apache-Coyote/1.1"; Vary = "Accept-Encoding"; } }, NSLocalizedDescription=Expected status code in (200-299), got 400} 2017-06-23 16:42:49.547453-0400 WR1[1272:287898] [QBCore] Response object: { user = { "blob_id" = ""; "created_at" = "2015-08-24T06:10:30Z"; "custom_data" = ""; email = "3i0t5keggdjvdpd1rm2cgfovt6@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = Almiranda; id = 4964068; "last_request_at" = "2017-06-23T20:42:49Z"; login = 3i0t5keggdjvdpd1rm2cgfovt6; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T15:37:13Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/21/01CDABBD-4998-441C-835A-CD635FC9345D.JPG"; }; } 2017-06-23 16:42:49.577477-0400 WR1[1272:287912] [ChatService] Connecting to Chat, host: chat.quickblox.com, user JID: 4964068-19224@chat.quickblox.com/E16AFAFB-551E-405D-B89E-EC04708D0F8D 2017-06-23 16:42:49.590 WR1[1272:287602] [I] -[UAPush appRegisteredUserNotificationSettings] [Line 888] Application did register with user notification types 7. 2017-06-23 16:42:49.605 WR1[1272:287602] Device token: 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509 2017-06-23 16:42:49.605 WR1[1272:287602] [I] -[UAPush appRegisteredForRemoteNotificationsWithDeviceToken:] [Line 873] Application registered device token: 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509 2017-06-23 16:42:49.605 WR1[1272:287602] [D] -[UAAnalytics addEvent:] [Line 231] Adding device_registration event 87523914-7159-4C96-8476-978115E9F55B. 2017-06-23 16:42:49.632 WR1[1272:287602] [D] -[UAChannelRegistrar updateChannel:channelLocation:withPayload:] [Line 99] Updating channel 2c8f81fa-f886-4278-a96c-7ee7d37aa455 2017-06-23 16:42:49.638291-0400 WR1[1272:287885] [QBCore] Request URL:https://api.quickblox.com/subscriptions.json 2017-06-23 16:42:49.638539-0400 WR1[1272:287885] [QBCore] Request method: POST 2017-06-23 16:42:49.638725-0400 WR1[1272:287885] [QBCore] Request parameters:{ device = { platform = ios; udid = "E16AFAFB-551E-405D-B89E-EC04708D0F8D"; }; "notification_channels" = apns; "push_token" = { "bundle_identifier" = "com.wr1.ios"; "client_identification_sequence" = 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509; environment = development; }; } 2017-06-23 16:42:49.639280-0400 WR1[1272:287885] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "Content-Type" = "application/x-www-form-urlencoded"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 957f2d5588d2f4c9001de5efcfe3652050004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:42:49.669700-0400 WR1[1272:287898] I restkit.network:RKObjectRequestOperation.m:175 GET 'https://services-test.wr1.com/webapi/clubs' (200 OK / 1 objects) [request=0.0819s mapping=0.0085s total=0.1677s] 2017-06-23 16:42:49.703168-0400 WR1[1272:287602] [LayoutConstraints] Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. ( "", "", "", "" ) Will attempt to recover by breaking constraint Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful. 2017-06-23 16:42:49.749107-0400 WR1[1272:287602] [LayoutConstraints] Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. ( "", "", "", "" ) Will attempt to recover by breaking constraint Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful. 2017-06-23 16:42:49.794632-0400 WR1[1272:287602] [LayoutConstraints] Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. ( "", "", "", "" ) Will attempt to recover by breaking constraint Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in may also be helpful. 2017-06-23 16:42:49.845573-0400 WR1[1272:287602] Successful QuickBlox registration 2017-06-23 16:42:49.846828-0400 WR1[1272:287771] [QBCore] Response headers: { "Access-Control-Allow-Origin" = "*"; "Cache-Control" = "max-age=0, private, must-revalidate"; Connection = "keep-alive"; "Content-Length" = 290; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:42:49 GMT"; Etag = "W/\"9042aa1c97ce6626bf67fad1a8d4cef8\""; "QB-Token-ExpirationDate" = "2017-06-23 22:42:49 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "201 Created"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "dba84fee-a41e-41c4-aae6-0b0b10e2cd6f"; "X-Runtime" = "0.039685"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:42:49.849029-0400 WR1[1272:287771] [QBCore] Response object: ( { subscription = { device = { "bundle_identifier" = "com.wr1.ios"; "client_identification_sequence" = 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509; platform = { name = ios; }; udid = "E16AFAFB-551E-405D-B89E-EC04708D0F8D"; }; id = 36738624; "notification_channel" = { name = apns; }; }; } ) 2017-06-23 16:42:49.851 WR1[1272:287602] [I] -[UAPush registrationSucceededWithPayload:] [Line 894] Channel registration updated successfully. 2017-06-23 16:42:49.852090-0400 WR1[1272:287771] [ChatService] Stream isSecure: YES 2017-06-23 16:42:49.852911-0400 WR1[1272:287771] [ChatService] Stream did connect, supportsStartTLS: YES 2017-06-23 16:42:49.872492-0400 WR1[1272:287918] [ChatService] Did authenticate, user: 2017-06-23 16:42:49.873 rtc::[RTCClient] Signaling channel connected 4964068 2017-06-23 16:42:49.880822-0400 WR1[1272:287918] [QBCore] Request URL:https://api.quickblox.com/chat/Dialog.json 2017-06-23 16:42:49.881090-0400 WR1[1272:287918] [QBCore] Request method: GET 2017-06-23 16:42:49.881480-0400 WR1[1272:287918] [QBCore] Request parameters:(null) 2017-06-23 16:42:49.881700-0400 WR1[1272:287918] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 957f2d5588d2f4c9001de5efcfe3652050004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:42:49.881861-0400 WR1[1272:287918] [ChatService] Presence SNT: 2017-06-23 16:42:49.881999-0400 WR1[1272:287918] [ChatService] IQ SNT: 2017-06-23 16:42:49.885042-0400 WR1[1272:287771] [ChatService] IQ RCV: 4964068-19224@chat.quickblox.com/E16AFAFB-551E-405D-B89E-EC04708D0F8D 2017-06-23 16:42:49.900441-0400 WR1[1272:287885] [ChatService] StreamManagement: enabled= 2017-06-23 16:42:49.913145-0400 WR1[1272:287919] [ChatService] IQ RCV: 2017-06-23 16:42:49.922835-0400 WR1[1272:287919] [ChatService] Presence RCV: 2017-06-23 16:42:49.998156-0400 WR1[1272:287919] [QBCore] Response headers: { "Access-Control-Allow-Origin" = "*"; "Cache-Control" = "max-age=0, private, must-revalidate"; Connection = "keep-alive"; "Content-Length" = 2367; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:42:49 GMT"; Etag = "W/\"2d0511e6ff3086128da5d7c8dcc7f9ae\""; "QB-Token-ExpirationDate" = "2017-06-23 22:42:49 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "200 OK"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "bfbeec14-1a0c-4eb3-8052-5a04a1a3a300"; "X-Runtime" = "0.054247"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:42:50.002671-0400 WR1[1272:287771] [QBCore] Response object: { items = ( { "_id" = 5907aeda61b2ca5b2848e4fc; "created_at" = "2017-05-01T21:55:38Z"; "last_message" = ""; "last_message_date_sent" = 1497893896; "last_message_user_id" = 3185970; name = geo; "occupants_ids" = ( 3185970, 4964068 ); photo = ""; type = 3; "unread_messages_count" = 2; "updated_at" = "2017-06-19T17:38:14Z"; "user_id" = 4964068; "xmpp_room_jid" = ""; }, { "_id" = 59260613a28f9a7d5160849e; "created_at" = "2017-05-24T22:15:47Z"; "last_message" = hiya; "last_message_date_sent" = 1495664269; "last_message_user_id" = 4964068; name = Jenny8; "occupants_ids" = ( 4964068, 5322360 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2017-05-24T22:17:49Z"; "user_id" = 4964068; "xmpp_room_jid" = ""; }, { "_id" = 5919c64761b2ca5b285ba6c4; "created_at" = "2017-05-15T15:16:23Z"; "last_message" = kogohf; "last_message_date_sent" = 1495643815; "last_message_user_id" = 4964068; name = "Shawn Corey Carter"; "occupants_ids" = ( 3027703, 4964068 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2017-05-24T16:36:56Z"; "user_id" = 3027703; "xmpp_room_jid" = ""; }, { "_id" = 560cf186a28f9a2893000a72; "created_at" = "2015-10-01T08:40:38Z"; "last_message" = pooppo; "last_message_date_sent" = 1494960051; "last_message_user_id" = 3228502; name = Rihanna; "occupants_ids" = ( 3228502, 4964068 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2017-05-16T18:40:51Z"; "user_id" = 4964068; "xmpp_room_jid" = ""; }, { "_id" = 56a07221a28f9aaad7000436; "created_at" = "2016-01-21T05:52:33Z"; "last_message" = hi; "last_message_date_sent" = 1494632228; "last_message_user_id" = 4964068; name = katy; "occupants_ids" = ( 4964068, 5040147 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2017-05-12T23:37:08Z"; "user_id" = 5040147; "xmpp_room_jid" = ""; }, { "_id" = 5926060ea28f9a04a36084d4; "created_at" = "2017-05-24T22:15:42Z"; "last_message" = ""; "last_message_date_sent" = ""; "last_message_user_id" = ""; name = Joy; "occupants_ids" = ( 4964068, 5322330 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2017-05-24T22:15:42Z"; "user_id" = 4964068; "xmpp_room_jid" = ""; }, { "_id" = 592dc157a28f9a7d2b6084c6; "created_at" = "2017-05-30T19:00:39Z"; "last_message" = ""; "last_message_date_sent" = ""; "last_message_user_id" = ""; name = "Chris-nyc"; "occupants_ids" = ( 4964068, 5322345 ); photo = ""; type = 3; "unread_messages_count" = 0; "updated_at" = "2017-05-30T19:00:39Z"; "user_id" = 4964068; "xmpp_room_jid" = ""; } ); limit = 100; skip = 0; "total_entries" = 7; } 2017-06-23 16:42:50.012400-0400 WR1[1272:287771] [QBCore] Request URL:https://api.quickblox.com/users.json?filter%5B%5D=number%20id%20in%205322330%2C5322360%2C4964068%2C3185970%2C5322345%2C3027703%2C5040147%2C3228502 2017-06-23 16:42:50.013041-0400 WR1[1272:287771] [QBCore] Request method: GET 2017-06-23 16:42:50.013257-0400 WR1[1272:287771] [QBCore] Request parameters:{ "filter[]" = "number id in 5322330,5322360,4964068,3185970,5322345,3027703,5040147,3228502"; } 2017-06-23 16:42:50.013439-0400 WR1[1272:287771] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 957f2d5588d2f4c9001de5efcfe3652050004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:42:50.096592-0400 WR1[1272:287771] [QBCore] Response headers: { "Access-Control-Allow-Origin" = "*"; "Cache-Control" = "max-age=0, private, must-revalidate"; Connection = "keep-alive"; "Content-Length" = 3824; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:42:50 GMT"; Etag = "W/\"c05070cd03d3cb09a6af7b8603b0a1e0\""; "QB-Token-ExpirationDate" = "2017-06-23 22:42:49 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "200 OK"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "ed85af72-cb64-4294-8039-a345ffaaf914"; "X-Runtime" = "0.028694"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:42:50.097210-0400 WR1[1272:287771] [QBCore] Response object: { "current_page" = 1; items = ( { user = { "blob_id" = ""; "created_at" = "2015-05-04T18:07:08Z"; "custom_data" = ""; email = "jayz_dev@atimi.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = "Shawn Corey Carter"; id = 3027703; "last_request_at" = "2017-06-23T20:42:33Z"; login = jayzdev; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T20:34:01Z"; "user_tags" = ""; website = "https://s3.amazonaws.com/wr1test/2/2017-06-02T22:32:22Z.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-05-21T21:13:19Z"; "custom_data" = ""; email = "geo@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = geo; id = 3185970; "last_request_at" = "2017-06-23T18:38:11Z"; login = "geo_qb"; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T18:17:21Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/6/3E7AB178-7401-4B64-8B22-4F768B57EBEC.PNG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-05-25T20:05:19Z"; "custom_data" = ""; email = "rihanna@atimi.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = Rihanna; id = 3228502; "last_request_at" = "2017-06-23T13:45:07Z"; login = rihanna; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T13:44:58Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/3/5F5D1EB7-543B-474C-9ADA-B1E57581BD00.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-08-24T06:10:30Z"; "custom_data" = ""; email = "3i0t5keggdjvdpd1rm2cgfovt6@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = Almiranda; id = 4964068; "last_request_at" = "2017-06-23T20:42:49Z"; login = 3i0t5keggdjvdpd1rm2cgfovt6; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T15:37:13Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/21/01CDABBD-4998-441C-835A-CD635FC9345D.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-08-28T06:50:52Z"; "custom_data" = ""; email = "o3ri7j04lgtc938uh8tq29is3r@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = katy; id = 5040147; "last_request_at" = "2017-05-25T08:07:01Z"; login = o3ri7j04lgtc938uh8tq29is3r; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-05-25T08:07:01Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/77/37F23B75-D015-423A-A70F-03129AD6B72A.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-09-11T20:26:26Z"; "custom_data" = ""; email = "eb55nojfoqqpd9kdmgth9cbd1o@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = Joy; id = 5322330; "last_request_at" = "2017-06-06T22:30:38Z"; login = eb55nojfoqqpd9kdmgth9cbd1o; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-06T22:29:21Z"; "user_tags" = ""; website = "https://wr1test.imgix.net/275/2017-05-22T23:11:33Z.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-09-11T20:27:22Z"; "custom_data" = ""; email = "hg4pntdegjke7cr12iu11ipd81@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = "Chris-nyc"; id = 5322345; "last_request_at" = "2017-06-01T20:20:14Z"; login = hg4pntdegjke7cr12iu11ipd81; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-01T20:10:21Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/276/45094495-1536-45DB-95C0-93D7DFFCF5DA.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-09-11T20:28:21Z"; "custom_data" = ""; email = "vv3gtfiaea4m83jh4sgrs8pj6h@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = Jenny8; id = 5322360; "last_request_at" = "2017-05-25T20:47:51Z"; login = vv3gtfiaea4m83jh4sgrs8pj6h; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-05-25T20:47:51Z"; "user_tags" = ""; website = "https://wr1test.imgix.net/277/2017-05-10T19:52:44Z.JPG"; }; } ); "per_page" = 10; "total_entries" = 8; } 2017-06-23 16:42:50.110772-0400 WR1[1272:287771] [QBCore] Response object: { "current_page" = 1; items = ( { user = { "blob_id" = ""; "created_at" = "2015-05-04T18:07:08Z"; "custom_data" = ""; email = "jayz_dev@atimi.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = "Shawn Corey Carter"; id = 3027703; "last_request_at" = "2017-06-23T20:42:33Z"; login = jayzdev; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T20:34:01Z"; "user_tags" = ""; website = "https://s3.amazonaws.com/wr1test/2/2017-06-02T22:32:22Z.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-05-21T21:13:19Z"; "custom_data" = ""; email = "geo@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = geo; id = 3185970; "last_request_at" = "2017-06-23T18:38:11Z"; login = "geo_qb"; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T18:17:21Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/6/3E7AB178-7401-4B64-8B22-4F768B57EBEC.PNG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-05-25T20:05:19Z"; "custom_data" = ""; email = "rihanna@atimi.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = Rihanna; id = 3228502; "last_request_at" = "2017-06-23T13:45:07Z"; login = rihanna; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T13:44:58Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/3/5F5D1EB7-543B-474C-9ADA-B1E57581BD00.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-08-24T06:10:30Z"; "custom_data" = ""; email = "3i0t5keggdjvdpd1rm2cgfovt6@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = Almiranda; id = 4964068; "last_request_at" = "2017-06-23T20:42:49Z"; login = 3i0t5keggdjvdpd1rm2cgfovt6; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T15:37:13Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/21/01CDABBD-4998-441C-835A-CD635FC9345D.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-08-28T06:50:52Z"; "custom_data" = ""; email = "o3ri7j04lgtc938uh8tq29is3r@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = katy; id = 5040147; "last_request_at" = "2017-05-25T08:07:01Z"; login = o3ri7j04lgtc938uh8tq29is3r; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-05-25T08:07:01Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/77/37F23B75-D015-423A-A70F-03129AD6B72A.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-09-11T20:26:26Z"; "custom_data" = ""; email = "eb55nojfoqqpd9kdmgth9cbd1o@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = Joy; id = 5322330; "last_request_at" = "2017-06-06T22:30:38Z"; login = eb55nojfoqqpd9kdmgth9cbd1o; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-06T22:29:21Z"; "user_tags" = ""; website = "https://wr1test.imgix.net/275/2017-05-22T23:11:33Z.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-09-11T20:27:22Z"; "custom_data" = ""; email = "hg4pntdegjke7cr12iu11ipd81@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = "Chris-nyc"; id = 5322345; "last_request_at" = "2017-06-01T20:20:14Z"; login = hg4pntdegjke7cr12iu11ipd81; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-01T20:10:21Z"; "user_tags" = ""; website = "https://wr1prod.imgix.net/276/45094495-1536-45DB-95C0-93D7DFFCF5DA.JPG"; }; }, { user = { "blob_id" = ""; "created_at" = "2015-09-11T20:28:21Z"; "custom_data" = ""; email = "vv3gtfiaea4m83jh4sgrs8pj6h@wr1.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = Jenny8; id = 5322360; "last_request_at" = "2017-05-25T20:47:51Z"; login = vv3gtfiaea4m83jh4sgrs8pj6h; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-05-25T20:47:51Z"; "user_tags" = ""; website = "https://wr1test.imgix.net/277/2017-05-10T19:52:44Z.JPG"; }; } ); "per_page" = 10; "total_entries" = 8; } 2017-06-23 16:42:50.139 WR1[1272:287602] [I] -[UAPush appRegisteredUserNotificationSettings] [Line 888] Application did register with user notification types 7. 2017-06-23 16:42:50.154 WR1[1272:287602] Device token: 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509 2017-06-23 16:42:50.154 WR1[1272:287602] [I] -[UAPush appRegisteredForRemoteNotificationsWithDeviceToken:] [Line 873] Application registered device token: 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509 2017-06-23 16:42:50.154 WR1[1272:287602] [D] -[UAAnalytics addEvent:] [Line 231] Adding device_registration event 1D951A87-BFC8-4FEA-BBBC-62FC1273A639. 2017-06-23 16:42:50.180 WR1[1272:287602] [D] -[UAChannelRegistrar registerWithChannelID:channelLocation:withPayload:forcefully:] [Line 73] Ignoring registration request, registration is up to date. 2017-06-23 16:42:50.181 WR1[1272:287602] [I] -[UAPush registrationSucceededWithPayload:] [Line 894] Channel registration updated successfully. 2017-06-23 16:42:50.194710-0400 WR1[1272:287898] [QBCore] Request URL:https://api.quickblox.com/subscriptions.json 2017-06-23 16:42:50.197391-0400 WR1[1272:287898] [QBCore] Request method: POST 2017-06-23 16:42:50.198783-0400 WR1[1272:287898] [QBCore] Request parameters:{ device = { platform = ios; udid = "E16AFAFB-551E-405D-B89E-EC04708D0F8D"; }; "notification_channels" = apns; "push_token" = { "bundle_identifier" = "com.wr1.ios"; "client_identification_sequence" = 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509; environment = development; }; } 2017-06-23 16:42:50.200025-0400 WR1[1272:287898] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "Content-Type" = "application/x-www-form-urlencoded"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 957f2d5588d2f4c9001de5efcfe3652050004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:42:50.230646-0400 WR1[1272:287771] [QBCore] Response headers: { "Access-Control-Allow-Origin" = "*"; "Cache-Control" = "max-age=0, private, must-revalidate"; Connection = "keep-alive"; "Content-Length" = 290; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:42:50 GMT"; Etag = "W/\"9042aa1c97ce6626bf67fad1a8d4cef8\""; "QB-Token-ExpirationDate" = "2017-06-23 22:42:49 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "201 Created"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "ded47b92-b9de-481b-8feb-5788db2cf573"; "X-Runtime" = "0.018023"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:42:50.231228-0400 WR1[1272:287771] [QBCore] Response object: ( { subscription = { device = { 2017-06-23 16:42:50.231271-0400 WR1[1272:287602] Successful QuickBlox registration "bundle_identifier" = "com.wr1.ios"; "client_identification_sequence" = 08fc09a8f4293d15583d16743b2cd8a9844b1dbc45e207d172efc797c582a509; platform = { name = ios; }; udid = "E16AFAFB-551E-405D-B89E-EC04708D0F8D"; }; id = 36738624; "notification_channel" = { name = apns; }; }; } ) 2017-06-23 16:42:58.032096-0400 WR1[1272:287898] [ChatService] Message RCV: 13027703WebRTCVideoChatiosv=0 o=- 6566204987436280321 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE audio video a=msid-semantic: WMS com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] m=audio 9 UDP/TLS/RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 110 112 113 126 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:ESgb a=ice-pwd:Ejs2l0GDJsEnM/UOHgRS2Tx6 a=ice-options:trickle renomination a=fingerprint:sha-256 2C:7E:0A:56:F0:59:6A:00:69:3B:AE:DC:99:E3:69:07:F5:6F:00:DA:A9:F3:27:31:5E:71:EA:0C:D0:E4:80:0A a=setup:actpass a=mid:audio a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level a=sendrecv a=rtcp-mux a=rtpmap:111 opus/48000/2 a=rtcp-fb:111 transport-cc a=fmtp:111 minptime=10;useinbandfec=1 a=rtpmap:103 ISAC/16000 a=rtpmap:104 ISAC/32000 a=rtpmap:9 G722/8000 a=rtpmap:102 ILBC/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:106 CN/32000 a=rtpmap:105 CN/16000 a=rtpmap:13 CN/8000 a=rtpmap:110 telephone-event/48000 a=rtpmap:112 telephone-event/32000 a=rtpmap:113 telephone-event/16000 a=rtpmap:126 telephone-event/8000 a=ssrc:2336856927 cname:wN+nzu+/KlzebhsT a=ssrc:2336856927 msid:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] audioTrack a=ssrc:2336856927 mslabel:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] a=ssrc:2336856927 label:audioTrack m=video 9 UDP/TLS/RTP/SAVPF 101 127 96 98 100 97 99 125 124 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:ESgb a=ice-pwd:Ejs2l0GDJsEnM/UOHgRS2Tx6 a=ice-options:trickle renomination a=fingerprint:sha-256 2C:7E:0A:56:F0:59:6A:00:69:3B:AE:DC:99:E3:69:07:F5:6F:00:DA:A9:F3:27:31:5E:71:EA:0C:D0:E4:80:0A a=setup:actpass a=mid:video a=extmap:2 urn:ietf:params:rtp-hdrext:toffset a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:4 urn:3gpp:video-orientation a=extmap:5 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay a=sendrecv a=rtcp-mux a=rtcp-rsize a=rtpmap:96 VP8/90000 a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtpmap:98 red/90000 a=rtpmap:100 ulpfec/90000 a=rtpmap:101 H264/90000 a=rtcp-fb:101 ccm fir a=rtcp-fb:101 nack a=rtcp-fb:101 nack pli a=rtcp-fb:101 goog-remb a=rtcp-fb:101 transport-cc a=fmtp:101 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640c1f a=rtpmap:127 H264/90000 a=rtcp-fb:127 ccm fir a=rtcp-fb:127 nack a=rtcp-fb:127 nack pli a=rtcp-fb:127 goog-remb a=rtcp-fb:127 transport-cc a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f a=rtpmap:97 rtx/90000 a=fmtp:97 apt=96 a=rtpmap:99 rtx/90000 a=fmtp:99 apt=98 a=rtpmap:125 rtx/90000 a=fmtp:125 apt=101 a=rtpmap:124 rtx/90000 a=fmtp:124 apt=127 a=ssrc-group:FID 5979868 3263467894 a=ssrc:5979868 cname:wN+nzu+/KlzebhsT a=ssrc:5979868 msid:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] videoTrack a=ssrc:5979868 mslabel:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] a=ssrc:5979868 label:videoTrack a=ssrc:3263467894 cname:wN+nzu+/KlzebhsT a=ssrc:3263467894 msid:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] videoTrack a=ssrc:3263467894 mslabel:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] a=ssrc:3263467894 label:videoTrack 2.6.0.1918325C5-E57F-4A87-93EA-AB4F043E7778call24964068 2017-06-23 16:42:58.043 rtc::[Signaling Processor] - Did receive signal: call from: 3027703 2017-06-23 16:42:58.092 rtc::[RTCClient] Initializing SSL... 2017-06-23 16:42:58.104 rtc::Create audio track: RTCMediaStreamTrack: kind:audio, id:audioTrack, enabled, state:Live 2017-06-23 16:42:58.105 rtc::[VSND] Init. 2017-06-23 16:42:58.129 rtc::[VSND] Start 2017-06-23 16:42:58.131 rtc::Create video track: RTCMediaStreamTrack: kind:video, id:videoTrack, enabled, state:Live 2017-06-23 16:42:58.133 rtc::initialize - QBRTCRecorder 2017-06-23 16:42:58.135 rtc::[SESS]<918325C5-E57F-4A87-93EA-AB4F043E7778, I:3027703, O:[4964068], T:V> Init. 2017-06-23 16:42:58.137 rtc::[TASK] Start. 2017-06-23 16:42:58.139 rtc::[RTCClient] created new [SESS]<918325C5-E57F-4A87-93EA-AB4F043E7778, I:3027703, O:[4964068], T:V> 2017-06-23 16:42:58.408 rtc::Initializing QBRTCAudioSession using configuration: 2017-06-23 16:42:58.609 rtc::Current audio device was updated to Receiver 2017-06-23 16:42:58.648910-0400 WR1[1272:287795] [QBCore] Request URL:https://api.quickblox.com/users/3027703.json 2017-06-23 16:42:58.649272-0400 WR1[1272:287795] [QBCore] Request method: GET 2017-06-23 16:42:58.649478-0400 WR1[1272:287795] [QBCore] Request parameters:(null) 2017-06-23 16:42:58.649658-0400 WR1[1272:287795] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 957f2d5588d2f4c9001de5efcfe3652050004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:42:58.747 rtc::QBRTCAudioSession switched from Speaker to Speaker port. Reason: The category of the session object changed or session was just activated. 2017-06-23 16:42:58.804967-0400 WR1[1272:287962] [QBCore] Response headers: { "Access-Control-Allow-Origin" = "*"; "Cache-Control" = "max-age=0, private, must-revalidate"; Connection = "keep-alive"; "Content-Length" = 451; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:42:58 GMT"; Etag = "W/\"68b2f85f058f366dc4266787460ecfcf\""; "QB-Token-ExpirationDate" = "2017-06-23 22:42:49 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "200 OK"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "9c833577-626d-40e1-a824-875c01a6cf41"; "X-Runtime" = "0.037946"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:42:58.806289-0400 WR1[1272:287898] [QBCore] Response object: { user = { "blob_id" = ""; "created_at" = "2015-05-04T18:07:08Z"; "custom_data" = ""; email = "jayz_dev@atimi.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = "Shawn Corey Carter"; id = 3027703; "last_request_at" = "2017-06-23T20:42:33Z"; login = jayzdev; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T20:34:01Z"; "user_tags" = ""; website = "https://s3.amazonaws.com/wr1test/2/2017-06-02T22:32:22Z.JPG"; }; } 2017-06-23 16:42:58.809986-0400 WR1[1272:287602] Connect state for session: 0 2017-06-23 16:42:58.824 rtc::QBRTCAudioSession switched from Receiver to Speaker port. Reason: The output route was overridden by the app. 2017-06-23 16:42:59.668 rtc::QBRTCAudioSession switched from Speaker to Speaker port. Reason: The category of the session object changed or session was just activated. 2017-06-23 16:43:00.964853-0400 WR1[1272:287602] Unknown class QBGLVideoView in Interface Builder file. 2017-06-23 16:43:01.032926-0400 WR1[1272:287602] libMobileGestalt MobileGestaltSupport.m:153: pid 1272 (WR1) does not have sandbox access for frZQaeyWLUvLjeuEK43hmg and IS NOT appropriately entitled 2017-06-23 16:43:01.033214-0400 WR1[1272:287602] libMobileGestalt MobileGestalt.c:550: no access to InverseDeviceID (see ) 2017-06-23 16:43:01.089 rtc::[RTCClient] Added to list of delegates 2017-06-23 16:43:01.089 rtc::[RTCClient] List of Delegates ( "", "" ) 2017-06-23 16:43:01.089742-0400 WR1[1272:287602] Call started for callee 2017-06-23 16:43:01.090 rtc::[SESS]<918325C5-E57F-4A87-93EA-AB4F043E7778, I:3027703, O:[4964068], T:V> Accept call 2017-06-23 16:43:01.090 rtc::[TASK] Invalidate. 2017-06-23 16:43:01.091 rtc::[TASK] Dealloc. 2017-06-23 16:43:01.091809-0400 WR1[1272:287602] FBSDKLog: FBSDKAppEvents: Recording event @ 1498250581: { "_eventName" = "Video Chat"; "_logTime" = 1498250581; "_ui" = UINavigationController; "club id" = 2; username = sudhir; } 2017-06-23 16:43:01.098 rtc::Created local media stream Media stream: ID=com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-4964068] A=1 V=1 2017-06-23 16:43:01.165 rtc::[PCON]<3027703, R:Answer> Negotiation 2017-06-23 16:43:01.165 rtc::[PCON]<3027703, R:Answer> Create answer 2017-06-23 16:43:01.186 rtc::[PCON]<3027703, R:Answer> Signaling state HAVE_REMOTE_OFFER 2017-06-23 16:43:01.195 rtc::[PCON]<3027703, R:Answer> Set remote session description 2017-06-23 16:43:01.202 rtc::[PCON]<3027703, R:Answer> Signaling state STABLE 2017-06-23 16:43:01.301 rtc::[Signaling Processor] - Did receive signal: call from: 3027703 2017-06-23 16:43:01.304430-0400 WR1[1272:287795] [ChatService] Message RCV: 13027703WebRTCVideoChatiosv=0 o=- 6566204987436280321 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE audio video a=msid-semantic: WMS com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] m=audio 9 UDP/TLS/RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 110 112 113 126 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:ESgb a=ice-pwd:Ejs2l0GDJsEnM/UOHgRS2Tx6 a=ice-options:trickle renomination a=fingerprint:sha-256 2C:7E:0A:56:F0:59:6A:00:69:3B:AE:DC:99:E3:69:07:F5:6F:00:DA:A9:F3:27:31:5E:71:EA:0C:D0:E4:80:0A a=setup:actpass a=mid:audio a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level a=sendrecv a=rtcp-mux a=rtpmap:111 opus/48000/2 a=rtcp-fb:111 transport-cc a=fmtp:111 minptime=10;useinbandfec=1 a=rtpmap:103 ISAC/16000 a=rtpmap:104 ISAC/32000 a=rtpmap:9 G722/8000 a=rtpmap:102 ILBC/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:106 CN/32000 a=rtpmap:105 CN/16000 a=rtpmap:13 CN/8000 a=rtpmap:110 telephone-event/48000 a=rtpmap:112 telephone-event/32000 a=rtpmap:113 telephone-event/16000 a=rtpmap:126 telephone-event/8000 a=ssrc:2336856927 cname:wN+nzu+/KlzebhsT a=ssrc:2336856927 msid:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] audioTrack a=ssrc:2336856927 mslabel:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] a=ssrc:2336856927 label:audioTrack m=video 9 UDP/TLS/RTP/SAVPF 101 127 96 98 100 97 99 125 124 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:ESgb a=ice-pwd:Ejs2l0GDJsEnM/UOHgRS2Tx6 a=ice-options:trickle renomination a=fingerprint:sha-256 2C:7E:0A:56:F0:59:6A:00:69:3B:AE:DC:99:E3:69:07:F5:6F:00:DA:A9:F3:27:31:5E:71:EA:0C:D0:E4:80:0A a=setup:actpass a=mid:video a=extmap:2 urn:ietf:params:rtp-hdrext:toffset a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:4 urn:3gpp:video-orientation a=extmap:5 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay a=sendrecv a=rtcp-mux a=rtcp-rsize a=rtpmap:96 VP8/90000 a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtpmap:98 red/90000 a=rtpmap:100 ulpfec/90000 a=rtpmap:101 H264/90000 a=rtcp-fb:101 ccm fir a=rtcp-fb:101 nack a=rtcp-fb:101 nack pli a=rtcp-fb:101 goog-remb a=rtcp-fb:101 transport-cc a=fmtp:101 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640c1f a=rtpmap:127 H264/90000 a=rtcp-fb:127 ccm fir a=rtcp-fb:127 nack a=rtcp-fb:127 nack pli a=rtcp-fb:127 goog-remb a=rtcp-fb:127 transport-cc a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f a=rtpmap:97 rtx/90000 a=fmtp:97 apt=96 a=rtpmap:99 rtx/90000 a=fmtp:99 apt=98 a=rtpmap:125 rtx/90000 a=fmtp:125 apt=101 a=rtpmap:124 rtx/90000 a=fmtp:124 apt=127 a=ssrc-group:FID 5979868 3263467894 a=ssrc:5979868 cname:wN+nzu+/KlzebhsT a=ssrc:5979868 msid:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] videoTrack a=ssrc:5979868 mslabel:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] a=ssrc:5979868 label:videoTrack a=ssrc:3263467894 cname:wN+nzu+/KlzebhsT a=ssrc:3263467894 msid:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] videoTrack a=ssrc:3263467894 mslabel:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] a=ssrc:3263467894 label:videoTrack 2.6.0.1918325C5-E57F-4A87-93EA-AB4F043E7778call24964068 2017-06-23 16:43:01.662 rtc::QBRTCAudioSession switched from Speaker to Receiver port. Reason: The category of the session object changed or session was just activated. 2017-06-23 16:43:01.663 rtc::Current audio device was updated to Receiver 2017-06-23 16:43:02.625 rtc::QBRTCAudioSession switched from Receiver to Speaker port. Reason: The set of input and output ports has not changed, but their configuration port’s selected data source might has changed. 2017-06-23 16:43:02.693 rtc::QBRTCAudioSession switched from Receiver to Speaker port. Reason: The output route was overridden by the app. 2017-06-23 16:43:02.703 rtc::RTCRtpReceiver(0x175836080): created receiver: RTCRtpReceiver { receiverId: audioTrack } 2017-06-23 16:43:02.703 rtc::[PCON]<3027703, R:Answer> Did change ice gethering state to GATHERING 2017-06-23 16:43:02.704 rtc::RTCRtpReceiver(0x175a2c980): created receiver: RTCRtpReceiver { receiverId: videoTrack } 2017-06-23 16:43:02.705 rtc::[PCON]<3027703, R:Answer> Receive remote audio track 2017-06-23 16:43:02.706 rtc::[PCON]<3027703, R:Answer> Receive remote video track 2017-06-23 16:43:02.707 rtc::[CAMC] Initializing QBRTCCameraCapture with video format: 2017-06-23 16:43:02.714 rtc::[CAMC] Starting QBRTCCameraCapture capture session. 2017-06-23 16:43:02.714 rtc::[CAMC] QBRTCCameraCapture did set video track. 2017-06-23 16:43:02.721264-0400 WR1[1272:287973] [ChatService] Message SNT: 13027703WebRTCVideoChatios2.6.0.1v=0 o=- 3077383642575624753 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE audio video a=msid-semantic: WMS com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-4964068] m=audio 9 UDP/TLS/RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 110 112 113 126 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:xsqj a=ice-pwd:0PUXDj0gjY49R+APNeZihnCF a=ice-options:trickle renomination a=fingerprint:sha-256 EA:CA:03:6C:EF:06:28:17:66:AC:82:C1:AB:8E:C3:11:B3:CA:B1:48:AD:30:A0:C9:9F:77:D5:93:BA:4D:D6:86 a=setup:active a=mid:audio a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level a=sendrecv a=rtcp-mux a=rtpmap:111 opus/48000/2 a=rtcp-fb:111 transport-cc a=fmtp:111 minptime=10;useinbandfec=1 a=rtpmap:103 ISAC/16000 a=rtpmap:104 ISAC/32000 a=rtpmap:9 G722/8000 a=rtpmap:102 ILBC/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:106 CN/32000 a=rtpmap:105 CN/16000 a=rtpmap:13 CN/8000 a=rtpmap:110 telephone-event/48000 a=rtpmap:112 telephone-event/32000 a=rtpmap:113 telephone-event/16000 a=rtpmap:126 telephone-event/8000 a=ssrc:3599363804 cname:RLepPxszGNgy3Vn3 a=ssrc:3599363804 msid:com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-4964068] audioTrack a=ssrc:3599363804 mslabel:com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-4964068] a=ssrc:3599363804 label:audioTrack m=video 9 UDP/TLS/RTP/SAVPF 101 127 96 98 100 97 99 125 124 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:xsqj a=ice-pwd:0PUXDj0gjY49R+APNeZihnCF a=ice-options:trickle renomination a=fingerprint:sha-256 EA:CA:03:6C:EF:06:28:17:66:AC:82:C1:AB:8E:C3:11:B3:CA:B1:48:AD:30:A0:C9:9F:77:D5:93:BA:4D:D6:86 a=setup:active a=mid:video a=extmap:2 urn:ietf:params:rtp-hdrext:toffset a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:4 urn:3gpp:video-orientation a=extmap:5 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay a=sendrecv a=rtcp-mux a=rtcp-rsize a=rtpmap:101 H264/90000 a=rtcp-fb:101 ccm fir a=rtcp-fb:101 nack a=rtcp-fb:101 nack pli a=rtcp-fb:101 goog-remb a=rtcp-fb:101 transport-cc a=fmtp:101 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640c1f a=rtpmap:127 H264/90000 a=rtcp-fb:127 ccm fir a=rtcp-fb:127 nack a=rtcp-fb:127 nack pli a=rtcp-fb:127 goog-remb a=rtcp-fb:127 transport-cc a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f a=rtpmap:96 VP8/90000 a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtpmap:98 red/90000 a=rtpmap:100 ulpfec/90000 a=rtpmap:97 rtx/90000 a=fmtp:97 apt=96 a=rtpmap:99 rtx/90000 a=fmtp:99 apt=98 a=rtpmap:125 rtx/90000 a=fmtp:125 apt=101 a=rtpmap:124 rtx/90000 a=fmtp:124 apt=127 a=ssrc-group:FID 3062072893 2519235928 a=ssrc:3062072893 cname:RLepPxszGNgy3Vn3 a=ssrc:3062072893 msid:com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-4964068] videoTrack a=ssrc:3062072893 mslabel:com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-4964068] a=ssrc:3062072893 label:videoTrack a=ssrc:2519235928 cname:RLepPxszGNgy3Vn3 a=ssrc:2519235928 msid:com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-4964068] videoTrack a=ssrc:2519235928 mslabel:com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-4964068] a=ssrc:2519235928 label:videoTrack 918325C5-E57F-4A87-93EA-AB4F043E7778accept4964068 2017-06-23 16:43:02.729 rtc::Requested video format with dimensions 375x603 is not supported, using 352x288 instead. 2017-06-23 16:43:02.741537-0400 WR1[1272:287973] [ChatService] Message SNT: 1WebRTCVideoChat3027703ios2.6.0.10audiocandidate:2676578795 1 udp 2122260223 169.254.202.13 61973 typ host generation 0 ufrag xsqj network-id 2 network-cost 10918325C5-E57F-4A87-93EA-AB4F043E7778iceCandidates4964068 2017-06-23 16:43:02.741737-0400 WR1[1272:287973] [ChatService] Message SNT: 1WebRTCVideoChat3027703ios2.6.0.10audiocandidate:2964267771 1 udp 2122194687 10.0.0.90 49294 typ host generation 0 ufrag xsqj network-id 1 network-cost 10918325C5-E57F-4A87-93EA-AB4F043E7778iceCandidates4964068 2017-06-23 16:43:02.748 rtc::Updating device: with video format: 2017-06-23 16:43:02.821717-0400 WR1[1272:287973] [ChatService] Message SNT: 1WebRTCVideoChat3027703ios2.6.0.10audiocandidate:3507135771 1 tcp 1518280447 169.254.202.13 60643 typ host tcptype passive generation 0 ufrag xsqj network-id 2 network-cost 10918325C5-E57F-4A87-93EA-AB4F043E7778iceCandidates4964068 2017-06-23 16:43:02.825890-0400 WR1[1272:287973] [ChatService] Message SNT: 1WebRTCVideoChat3027703ios2.6.0.10audiocandidate:4264353291 1 tcp 1518214911 10.0.0.90 60644 typ host tcptype passive generation 0 ufrag xsqj network-id 1 network-cost 10918325C5-E57F-4A87-93EA-AB4F043E7778iceCandidates4964068 2017-06-23 16:43:02.874153-0400 WR1[1272:287973] [ChatService] Message SNT: 1WebRTCVideoChat3027703ios2.6.0.10audiocandidate:4062370931 1 udp 1685987071 206.252.215.126 49294 typ srflx raddr 10.0.0.90 rport 49294 generation 0 ufrag xsqj network-id 1 network-cost 10918325C5-E57F-4A87-93EA-AB4F043E7778iceCandidates4964068 2017-06-23 16:43:02.902 rtc::[CAMC] Capture session started. 2017-06-23 16:43:02.917169-0400 WR1[1272:287973] [ChatService] Message SNT: 1WebRTCVideoChat3027703ios2.6.0.10audiocandidate:2276968504 1 udp 41820159 52.1.106.254 58557 typ relay raddr 206.252.215.126 rport 49294 generation 0 ufrag xsqj network-id 1 network-cost 10918325C5-E57F-4A87-93EA-AB4F043E7778iceCandidates4964068 2017-06-23 16:43:02.931424-0400 WR1[1272:287962] [ChatService] Message SNT: 1WebRTCVideoChat3027703ios2.6.0.10audiocandidate:647594394 1 udp 25042687 52.20.147.93 56214 typ relay raddr 206.252.215.126 rport 60646 generation 0 ufrag xsqj network-id 1 network-cost 10918325C5-E57F-4A87-93EA-AB4F043E7778iceCandidates4964068 2017-06-23 16:43:03.582647-0400 WR1[1272:287973] [ChatService] Message RCV: 1WebRTCVideoChat3027703ios2.6.0.10audiocandidate:2037128077 1 udp 2122260223 169.254.152.191 60515 typ host generation 0 ufrag ESgb network-id 2 network-cost 100audiocandidate:3450715163 1 udp 2122194687 10.0.6.122 61829 typ host generation 0 ufrag ESgb network-id 1 network-cost 100audiocandidate:780942071 1 udp 1685987072017-06-23 16:43:03.588 rtc::[Signaling Processor] - Did receive signal: iceCandidates from: 3027703 1 206.252.215.126 61829 typ srflx raddr 10.0.6.122 rport 61829 generation 0 ufrag ESgb network-id 1 network-cost 100audiocandidate:2276968504 1 udp 41820159 52.1.106.254 50454 typ relay raddr 206.252.215.126 rport 61829 generation 0 ufrag ESgb network-id 1 network-cost 100audiocandidate:647594394 1 udp 25042687 52.20.147.93 52835 typ relay raddr 206.252.215.126 rport 62024 generation 0 ufrag ESgb network-id 1 network-cost 100audiocandidate:938469245 1 tcp 1518280447 169.254.152.191 62025 typ host tcptype passive generation 0 ufrag ESgb network-id 2 network-cost 100audiocandidate:2200846571 1 tcp 1518214911 10.0.6.122 62026 typ host tcptype passive generation 0 ufrag ESgb network-id 1 network-cost 10918325C5-E57F-4A87-93EA-AB4F043E7778iceCandidates4964068 2017-06-23 16:43:03.607 rtc::[PCON]<3027703, R:Answer> Set remote ICE candidates, count: 7 2017-06-23 16:43:03.683 rtc::[PCON]<3027703, R:Answer> Did change ice connection state to CHECKING 2017-06-23 16:43:03.897207-0400 WR1[1272:287602] FBSDKLog: FBSDKAppEvents: Flushed @ 1498250583, 2 events due to 'Timer' - { "advertiser_id" = "ACB2AE00-2E96-4221-91FE-F9B283E3E75E"; "advertiser_tracking_enabled" = 1; "anon_id" = "XZ99405EFA-F1EF-4070-AF4A-850DA1069678"; "application_tracking_enabled" = 1; event = "CUSTOM_APP_EVENTS"; extinfo = "[\"i2\",\"com.wr1.ios\",\"223\",\"1.3.6\",\"10.3.2\",\"iPhone7,1\",\"en_US\",\"EDT\",\"Verizon\",375,667,\"3.00\",2,119,111,\"America\\/New_York\"]"; "url_schemes" = "[\"vnd.wr1.wr1\",\"fb1547783052142027\",\"db-pkwe4lse66seo3i\",\"wr1\"]"; } Events: [ { "event" : { "username" : "sudhir", "_eventName" : "Login", "user-type" : "WR1", "_logTime" : 1498250569, "_ui" : "no_ui" }, "isImplicit" : false }, { "event" : { "username" : "sudhir", "_eventName" : "Video Chat", "club id" : "2", "_logTime" : 1498250581, "_ui" : "UINavigationController" }, "isImplicit" : false } ] Flush Result : Success 2017-06-23 16:43:04.202 rtc::[PCON]<3027703, R:Answer> Did change ice gethering state to COMPLETE 2017-06-23 16:43:04.265 rtc::[PCON]<3027703, R:Answer> Did change ice connection state to CONNECTED 2017-06-23 16:43:10.968004-0400 WR1[1272:287602] Call finished 2017-06-23 16:43:10.969 rtc::[RTCClient] removed from list of delegates 2017-06-23 16:43:11.016215-0400 WR1[1272:288057] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/clubs' 2017-06-23 16:43:11.189352-0400 WR1[1272:287962] I restkit.network:RKObjectRequestOperation.m:175 GET 'https://services-test.wr1.com/webapi/clubs' (200 OK / 1 objects) [request=0.1284s mapping=0.0087s total=0.1732s] 2017-06-23 16:43:11.554 rtc::[SESS]<918325C5-E57F-4A87-93EA-AB4F043E7778, I:3027703, O:[4964068], T:V> Hang Up call 2017-06-23 16:43:11.555 rtc::[SESS]<918325C5-E57F-4A87-93EA-AB4F043E7778, I:3027703, O:[4964068], T:V> Begin hangup, userinfo: (null). 2017-06-23 16:43:11.559 rtc::[PCON]<3027703, R:Answer> Closing 2017-06-23 16:43:11.570 rtc::[PCON]<3027703, R:Answer> Did change ice connection state to CLOSED 2017-06-23 16:43:11.570 rtc::[PCON]<3027703, R:Answer> Signaling state CLOSED 2017-06-23 16:43:11.864 rtc::QBRTCAudioSession switched from Speaker to Speaker port. Reason: The output route was overridden by the app. 2017-06-23 16:43:11.908 rtc::dealloc QBRTCAudioTrack 2017-06-23 16:43:11.908 rtc::dealloc QBRTCVideoTrack 2017-06-23 16:43:11.909034-0400 WR1[1272:287962] [ChatService] Message SNT: 13027703WebRTCVideoChatios2.6.0.1918325C5-E57F-4A87-93EA-AB4F043E7778hangUp4964068 2017-06-23 16:43:11.910 rtc::Deallocating local media stream. 2017-06-23 16:43:11.910 rtc::[CAMC] QBRTCCameraCapture did remove from video track. 2017-06-23 16:43:11.910 rtc::dealloc QBRTCLocalVideoTrack 2017-06-23 16:43:11.910 rtc::dealloc QBRTCLocalAudioTrack 2017-06-23 16:43:11.912 rtc::[VSND] Stop 2017-06-23 16:43:11.913 rtc::dealloc - 2017-06-23 16:43:11.952 rtc::[RTCClient] Deinitializing SSL... 2017-06-23 16:43:12.241 rtc::Error changing audio device in QBRTCAudioSession, reason: QBRTCAudioSession is not initialized yet. Use 'initialize' before. 2017-06-23 16:43:17.178 rtc::[Signaling Processor] - Did receive signal: call from: 3027703 2017-06-23 16:43:17.179223-0400 WR1[1272:287795] [ChatService] Message RCV: 13027703WebRTCVideoChatiosv=0 o=- 2056582888967759382 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE audio video a=msid-semantic: WMS com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] m=audio 9 UDP/TLS/RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 110 112 113 126 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:nIHu a=ice-pwd:DRLVDFrfxll9l25U5ZzKEn4n a=ice-options:trickle renomination a=fingerprint:sha-256 73:6C:0B:2E:D1:29:01:3E:D2:3D:14:76:C7:D3:67:88:55:2B:29:DD:EB:81:CD:79:96:72:C1:B2:CC:41:15:D8 a=setup:actpass a=mid:audio a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level a=sendrecv a=rtcp-mux a=rtpmap:111 opus/48000/2 a=rtcp-fb:111 transport-cc a=fmtp:111 minptime=10;useinbandfec=1 a=rtpmap:103 ISAC/16000 a=rtpmap:104 ISAC/32000 a=rtpmap:9 G722/8000 a=rtpmap:102 ILBC/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:106 CN/32000 a=rtpmap:105 CN/16000 a=rtpmap:13 CN/8000 a=rtpmap:110 telephone-event/48000 a=rtpmap:112 telephone-event/32000 a=rtpmap:113 telephone-event/16000 a=rtpmap:126 telephone-event/8000 a=ssrc:2222836969 cname:YJ1e9LQYw6doHCiM a=ssrc:2222836969 msid:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] audioTrack a=ssrc:2222836969 mslabel:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] a=ssrc:2222836969 label:audioTrack m=video 9 UDP/TLS/RTP/SAVPF 101 127 96 98 100 97 99 125 124 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:nIHu a=ice-pwd:DRLVDFrfxll9l25U5ZzKEn4n a=ice-options:trickle renominati2017-06-23 16:43:17.184 rtc::[RTCClient] Initializing SSL... on a=fingerprint:sha-256 73:6C:0B:2E:D1:29:01:3E:D2:3D:14:76:C7:D3:67:88:55:2B:29:DD:EB:81:CD:79:96:72:C1:B2:CC:41:15:D8 a=setup:actpass a=mid:video a=extmap:2 urn:ietf:params:rtp-hdrext:toffset a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:4 urn:3gpp:video-orientation a=extmap:5 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay a=sendrecv a=rtcp-mux a=rtcp-rsize a=rtpmap:96 VP8/90000 a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtpmap:98 red/90000 a=rtpmap:100 ulpfec/90000 a=rtpmap:101 H264/90000 a=rtcp-fb:101 ccm fir a=rtcp-fb:101 nack a=rtcp-fb:101 nack pli a=rtcp-fb:101 goog-remb a=rtcp-fb:101 transport-cc a=fmtp:101 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640c1f a=rtpmap:127 H264/90000 a=rtcp-fb:127 c2017-06-23 16:43:17.190 rtc::Create audio track: RTCMediaStreamTrack: kind:audio, id:audioTrack, enabled, state:Live 2017-06-23 16:43:17.202 rtc::[VSND] Init. cm fir a=rtcp-fb:127 nack a=rtcp-fb:127 nack pli a=rtcp-fb:127 goog-remb a=rtcp-fb:127 transport-cc a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f a=rtpmap:97 rtx/90000 a=fmtp:97 apt=96 a=rtpmap:99 rtx/90000 a=fmtp:99 apt=98 a=rtpmap:125 rtx/90000 a=fmtp:125 apt=101 a=rtpmap:124 rtx/90000 a=fmtp:124 apt=127 a=ssrc-group:FID 3380839723 834405520 a=ssrc:3380839723 cname:YJ1e9LQYw6doHCiM a=ssrc:3380839723 msid:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] videoTrack a=ssrc:3380839723 mslabel:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] a=ssrc:3380839723 label:videoTrack a=ssrc:834405520 cname:YJ1e9LQYw6doHCiM a=ssrc:834405520 msid:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] videoTrack a=ssrc:834405520 mslabel:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] a=ssrc:834405520 label:videoTrack 2.6.0.14B6E74CA-27A4-4FA2-AAAE-54EF7E4CA451call24964068 2017-06-23 16:43:17.203 rtc::[VSND] Start 2017-06-23 16:43:17.212 rtc::Create video track: RTCMediaStreamTrack: kind:video, id:videoTrack, enabled, state:Live 2017-06-23 16:43:17.213 rtc::[SESS]<4B6E74CA-27A4-4FA2-AAAE-54EF7E4CA451, I:3027703, O:[4964068], T:V> Init. 2017-06-23 16:43:17.215 rtc::[TASK] Start. 2017-06-23 16:43:17.215 rtc::[RTCClient] created new [SESS]<4B6E74CA-27A4-4FA2-AAAE-54EF7E4CA451, I:3027703, O:[4964068], T:V> 2017-06-23 16:43:17.220 rtc::Initializing QBRTCAudioSession using configuration: 2017-06-23 16:43:17.504 rtc::Current audio device was updated to Receiver 2017-06-23 16:43:17.536 rtc::dealloc - [CAMC] 2017-06-23 16:43:17.567 rtc::QBRTCAudioSession switched from Speaker to Receiver port. Reason: The category of the session object changed or session was just activated. 2017-06-23 16:43:17.767234-0400 WR1[1272:287962] [QBCore] Request URL:https://api.quickblox.com/users/3027703.json 2017-06-23 16:43:17.767639-0400 WR1[1272:287962] [QBCore] Request method: GET 2017-06-23 16:43:17.767832-0400 WR1[1272:287962] [QBCore] Request parameters:(null) 2017-06-23 16:43:17.768001-0400 WR1[1272:287962] [QBCore] Request headers: { "Accept-Language" = "en-US;q=1"; "QB-OS" = "iOS 10.3.2"; "QB-SDK" = "iOS 2.9.2"; "QB-Token" = 957f2d5588d2f4c9001de5efcfe3652050004b18; "QuickBlox-REST-API-Version" = "0.1.1"; "User-Agent" = "WR1/1.3.6 (iPhone; iOS 10.3.2; Scale/3.00)"; } 2017-06-23 16:43:17.796 rtc::QBRTCAudioSession switched from Receiver to Speaker port. Reason: The output route was overridden by the app. 2017-06-23 16:43:17.819658-0400 WR1[1272:288268] [QBCore] Response headers: { "Access-Control-Allow-Origin" = "*"; "Cache-Control" = "max-age=0, private, must-revalidate"; Connection = "keep-alive"; "Content-Length" = 451; "Content-Type" = "application/json; charset=utf-8"; Date = "Fri, 23 Jun 2017 20:43:17 GMT"; Etag = "W/\"68b2f85f058f366dc4266787460ecfcf\""; "QB-Token-ExpirationDate" = "2017-06-23 22:42:49 +0000"; "QuickBlox-REST-API-Version" = "0.1.1"; Server = "openresty/1.9.15.1"; Status = "304 Not Modified"; "Strict-Transport-Security" = "max-age=31536000, max-age=15768000;"; "X-Content-Type-Options" = nosniff; "X-Frame-Options" = SAMEORIGIN; "X-Request-Id" = "cfe405f5-a9c0-4d55-aea6-a56cac456e87"; "X-Runtime" = "0.021374"; "X-XSS-Protection" = "1; mode=block"; } 2017-06-23 16:43:17.821272-0400 WR1[1272:288079] [QBCore] Response object: { user = { "blob_id" = ""; "created_at" = "2015-05-04T18:07:08Z"; "custom_data" = ""; email = "jayz_dev@atimi.com"; "external_user_id" = ""; "facebook_id" = ""; "full_name" = "Shawn Corey Carter"; id = 3027703; "last_request_at" = "2017-06-23T20:42:33Z"; login = jayzdev; "owner_id" = 23370; phone = ""; "twitter_digits_id" = ""; "twitter_id" = ""; "updated_at" = "2017-06-23T20:34:01Z"; "user_tags" = ""; website = "https://s3.amazonaws.com/wr1test/2/2017-06-02T22:32:22Z.JPG"; }; } 2017-06-23 16:43:17.822820-0400 WR1[1272:287602] Connect state for session: 0 2017-06-23 16:43:18.738 rtc::QBRTCAudioSession switched from Speaker to Speaker port. Reason: The category of the session object changed or session was just activated. 2017-06-23 16:43:19.728450-0400 WR1[1272:287602] Unknown class QBGLVideoView in Interface Builder file. 2017-06-23 16:43:19.756 rtc::[RTCClient] Added to list of delegates 2017-06-23 16:43:19.756 rtc::[RTCClient] List of Delegates ( "", "" ) 2017-06-23 16:43:19.756500-0400 WR1[1272:287602] Call started for callee 2017-06-23 16:43:19.757 rtc::[SESS]<4B6E74CA-27A4-4FA2-AAAE-54EF7E4CA451, I:3027703, O:[4964068], T:V> Accept call 2017-06-23 16:43:19.757 rtc::[TASK] Invalidate. 2017-06-23 16:43:19.757 rtc::[TASK] Dealloc. 2017-06-23 16:43:19.757725-0400 WR1[1272:287602] FBSDKLog: FBSDKAppEvents: Recording event @ 1498250600: { "_eventName" = "Video Chat"; "_logTime" = 1498250600; "_ui" = UINavigationController; "club id" = 2; username = sudhir; } 2017-06-23 16:43:19.766 rtc::Created local media stream Media stream: ID=com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-4964068] A=1 V=1 2017-06-23 16:43:19.770 rtc::[PCON]<3027703, R:Answer> Negotiation 2017-06-23 16:43:19.770 rtc::[PCON]<3027703, R:Answer> Create answer 2017-06-23 16:43:19.774 rtc::[PCON]<3027703, R:Answer> Signaling state HAVE_REMOTE_OFFER 2017-06-23 16:43:19.815 rtc::[PCON]<3027703, R:Answer> Set remote session description 2017-06-23 16:43:19.827 rtc::[PCON]<3027703, R:Answer> Signaling state STABLE 2017-06-23 16:43:20.286922-0400 WR1[1272:287795] [ChatService] Message RCV: 13027703WebRTCVideoChatiosv=0 o=- 2056582888967759382 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE audio video a=msid-semantic: WMS com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] m=audio 9 UDP/TLS/RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 110 112 113 126 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:nIHu a=ice-pwd:DRLVDFrfxll9l25U5ZzKEn4n a=ice-options:trickle renomination a=fingerprint:sha-256 73:6C:0B:2E:D1:29:01:3E:D2:3D:14:76:C7:D3:67:88:55:2B:29:DD:EB:81:CD:79:96:72:C1:B2:CC:41:15:D8 a=setup:actpass a=mid:audio a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level a=sendrecv a=rtcp-mux a=rtpmap:111 opus/48000/2 a=rtcp-fb:111 transport-cc a=fmtp:111 minptime=10;useinbandfec=1 a=rtpmap:103 ISAC/16000 a=rtpmap:104 ISAC/32000 a=rtpmap:9 G722/8000 a=rtpmap:102 ILBC/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:106 CN/32000 a=rtpmap:105 CN/16000 a=rtpmap:13 CN/8000 a=rtpmap:110 telephone-event/48000 a=rtpmap:112 telephone-event/32000 a=rtpmap:113 telephone-event/16000 a=rtpmap:126 telephone-event/8000 a=ssrc:2222836969 cname:YJ1e9LQYw6doHCiM a=ssrc:2222836969 msid:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] audioTrack a=ssrc:2222836969 mslabel:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] a=ssrc:2222836969 label:audioTrack m=video 9 UDP/TLS/RTP/SAVPF 101 127 96 98 100 97 99 125 124 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:nIHu a=ice-pwd:DRLVDFrfxll9l25U5ZzKEn4n a=ice-options:trickle renomination a=fingerprint:sha-256 73:6C:0B:2E:D1:29:01:3E:D2:3D:14:76:C7:D3:67:88:55:2B:29:DD:EB:81:CD:79:96:72:C1:B2:CC:41:15:D8 a=setup:actpass a=mid:video a=extmap:2 urn:ietf:params:rtp-hdrext:toffset a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:4 urn:3gpp:video-orientation a=extmap:5 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay a=sendrecv a=rtcp-mux a=rtcp-rsize a=rtpmap:96 VP8/90000 a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtpmap:98 red/90000 a=rtpmap:100 ulpfec/90000 a=rtpmap:101 H264/90000 a=rtcp-fb:101 ccm fir a=rtcp-fb:101 nack a=rtcp-fb:101 nack pli a=rtcp-fb:101 goog-remb a=rtcp-fb:101 transport-cc a=fmtp:101 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640c1f a=rtpmap:127 H264/90000 a=rtcp-fb:127 ccm fir a=rtcp-fb:127 nack a=rtcp-fb:127 nack pli a=rtcp-fb:127 goog-remb a=rtcp-fb:127 transport-cc a=fmtp:127 level-asymmetry-allowed=1;packetization-m2017-06-23 16:43:20.289 rtc::[Signaling Processor] - Did receive signal: call from: 3027703 ode=1;profile-level-id=42e01f a=rtpmap:97 rtx/90000 a=fmtp:97 apt=96 a=rtpmap:99 rtx/90000 a=fmtp:99 apt=98 a=rtpmap:125 rtx/90000 a=fmtp:125 apt=101 a=rtpmap:124 rtx/90000 a=fmtp:124 apt=127 a=ssrc-group:FID 3380839723 834405520 a=ssrc:3380839723 cname:YJ1e9LQYw6doHCiM a=ssrc:3380839723 msid:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] videoTrack a=ssrc:3380839723 mslabel:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] a=ssrc:3380839723 label:videoTrack a=ssrc:834405520 cname:YJ1e9LQYw6doHCiM a=ssrc:834405520 msid:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] videoTrack a=ssrc:834405520 mslabel:com.quickblox.mediastream.device-iphone8,2_ios-10.3.2_userid-3027703] a=ssrc:834405520 label:videoTrack 2.6.0.14B6E74CA-27A4-4FA2-AAAE-54EF7E4CA451call24964068 2017-06-23 16:43:20.424 rtc::QBRTCAudioSession switched from Speaker to Receiver port. Reason: The category of the session object changed or session was just activated. 2017-06-23 16:43:20.425 rtc::Current audio device was updated to Receiver 2017-06-23 16:43:21.173 rtc::QBRTCAudioSession switched from Receiver to Speaker port. Reason: The set of input and output ports has not changed, but their configuration port’s selected data source might has changed. 2017-06-23 16:43:21.233 rtc::QBRTCAudioSession switched from Receiver to Speaker port. Reason: The output route was overridden by the app. 2017-06-23 16:43:21.255 rtc::RTCRtpReceiver(0x175e3b7a0): created receiver: RTCRtpReceiver { receiverId: audioTrack } 2017-06-23 16:43:21.255 rtc::[PCON]<3027703, R:Answer> Did change ice gethering state to GATHERING 2017-06-23 16:43:21.256 rtc::RTCRtpReceiver(0x17602ad40): created receiver: RTCRtpReceiver { receiverId: videoTrack } 2017-06-23 16:43:21.256 rtc::[PCON]<3027703, R:Answer> Receive remote audio track 2017-06-23 16:43:21.256 rtc::[PCON]<3027703, R:Answer> Receive remote video track 2017-06-23 16:43:21.267 rtc::[CAMC] Initializing QBRTCCameraCapture with video format: 2017-06-23 16:43:21.269 rtc::[CAMC] Starting QBRTCCameraCapture capture session. 2017-06-23 16:43:21.272 rtc::[CAMC] QBRTCCameraCapture did set video track. 2017-06-23 16:43:21.272474-0400 WR1[1272:287898] [ChatService] Message SNT: 13027703WebRTCVideoChatios2.6.0.1v=0 o=- 5418096336831211866 2 IN IP4 127.0.0.1 s=- t=0 0 a=group:BUNDLE audio video a=msid-semantic: WMS com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-4964068] m=audio 9 UDP/TLS/RTP/SAVPF 111 103 104 9 102 0 8 106 105 13 110 112 113 126 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:frRc a=ice-pwd:GmHE0qze3pivHV7VL3oJBVd/ a=ice-options:trickle renomination a=fingerprint:sha-256 EF:EA:74:1E:11:78:AB:DD:A6:08:A2:57:BA:86:95:C8:C3:D5:91:AD:37:BE:75:C0:22:E9:E8:E4:E9:E4:CC:8A a=setup:active a=mid:audio a=extmap:1 urn:ietf:params:rtp-hdrext:ssrc-audio-level a=sendrecv a=rtcp-mux a=rtpmap:111 opus/48000/2 a=rtcp-fb:111 transport-cc a=fmtp:111 minptime=10;useinbandfec=1 a=rtpmap:103 ISAC/16000 a=rtpmap:104 ISAC/32000 a=rtpmap:9 G722/8000 a=rtpmap:102 ILBC/8000 a=rtpmap:0 PCMU/8000 a=rtpmap:8 PCMA/8000 a=rtpmap:106 CN/32000 a=rtpmap:105 CN/16000 a=rtpmap:13 CN/8000 a=rtpmap:110 telephone-event/48000 a=rtpmap:112 telephone-event/32000 a=rtpmap:113 telephone-event/16000 a=rtpmap:126 telephone-event/8000 a=ssrc:361428781 cname:HQNeZKKSuJEx6Vyx a=ssrc:361428781 msid:com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-4964068] audioTrack a=ssrc:361428781 mslabel:com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-4964068] a=ssrc:361428781 label:audioTrack m=video 9 UDP/TLS/RTP/SAVPF 101 127 96 98 100 97 99 125 124 c=IN IP4 0.0.0.0 a=rtcp:9 IN IP4 0.0.0.0 a=ice-ufrag:frRc a=ice-pwd:GmHE0qze3pivHV7VL3oJBVd/ a=ice-options:trickle renomination a=fingerprint:sha-256 EF:EA:74:1E:11:78:AB:DD:A6:08:A2:57:BA:86:95:C8:C3:D5:91:AD:37:BE:75:C0:22:E9:E8:E4:E9:E4:CC:8A a=setup:active a=mid:video a=extmap:2 urn:ietf:params:rtp-hdrext:toffset a=extmap:3 http://www.webrtc.org/experiments/rtp-hdrext/abs-send-time a=extmap:4 urn:3gpp:video-orientation a=extmap:5 http://www.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01 a=extmap:6 http://www.webrtc.org/experiments/rtp-hdrext/playout-delay a=sendrecv a=rtcp-mux a=rtcp-rsize a=rtpmap:101 H264/90000 a=rtcp-fb:101 ccm fir a=rtcp-fb:101 nack a=rtcp-fb:101 nack pli a=rtcp-fb:101 goog-remb a=rtcp-fb:101 transport-cc a=fmtp:101 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=640c1f a=rtpmap:127 H264/90000 a=rtcp-fb:127 ccm fir a=rtcp-fb:127 nack a=rtcp-fb:127 nack pli a=rtcp-fb:127 goog-remb a=rtcp-fb:127 transport-cc a=fmtp:127 level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42e01f a=rtpmap:96 VP8/90000 a=rtcp-fb:96 ccm fir a=rtcp-fb:96 nack a=rtcp-fb:96 nack pli a=rtcp-fb:96 goog-remb a=rtcp-fb:96 transport-cc a=rtpmap:98 red/90000 a=rtpmap:100 ulpfec/90000 a=rtpmap:97 rtx/90000 a=fmtp:97 apt=96 a=rtpmap:99 rtx/90000 a=fmtp:99 apt=98 a=rtpmap:125 rtx/90000 a=fmtp:125 apt=101 a=rtpmap:124 rtx/90000 a=fmtp:124 apt=127 a=ssrc-group:FID 1991331112 710047407 a=ssrc:1991331112 cname:HQNeZKKSuJEx6Vyx a=ssrc:1991331112 msid:com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-4964068] videoTrack a=ssrc:1991331112 mslabel:com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-4964068] a=ssrc:1991331112 label:videoTrack a=ssrc:710047407 cname:HQNeZKKSuJEx6Vyx a=ssrc:710047407 msid:com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-4964068] videoTrack a=ssrc:710047407 mslabel:com.quickblox.mediastream.device-iphone7,1_ios-10.3.2_userid-4964068] a=ssrc:710047407 label:videoTrack 4B6E74CA-27A4-4FA2-AAAE-54EF7E4CA451accept4964068 2017-06-23 16:43:21.273 rtc::Requested video format with dimensions 375x603 is not supported, using 352x288 instead. 2017-06-23 16:43:21.276 rtc::Updating device: with video format: 2017-06-23 16:43:21.281594-0400 WR1[1272:287898] [ChatService] Message SNT: 1WebRTCVideoChat3027703ios2.6.0.10audiocandidate:2676578795 1 udp 2122260223 169.254.202.13 59558 typ host generation 0 ufrag frRc network-id 2 network-cost 104B6E74CA-27A4-4FA2-AAAE-54EF7E4CA451iceCandidates4964068 2017-06-23 16:43:21.283138-0400 WR1[1272:287898] [ChatService] Message SNT: 1WebRTCVideoChat3027703ios2.6.0.10audiocandidate:2964267771 1 udp 2122194687 10.0.0.90 49539 typ host generation 0 ufrag frRc network-id 1 network-cost 104B6E74CA-27A4-4FA2-AAAE-54EF7E4CA451iceCandidates4964068 2017-06-23 16:43:21.303406-0400 WR1[1272:288079] [ChatService] Message SNT: 1WebRTCVideoChat3027703ios2.6.0.10audiocandidate:4062370931 1 udp 1685987071 206.252.215.126 49539 typ srflx raddr 10.0.0.90 rport 49539 generation 0 ufrag frRc network-id 1 network-cost 104B6E74CA-27A4-4FA2-AAAE-54EF7E4CA451iceCandidates4964068 2017-06-23 16:43:21.366577-0400 WR1[1272:287962] [ChatService] Message SNT: 1WebRTCVideoChat3027703ios2.6.0.10audiocandidate:3507135771 1 tcp 1518280447 169.254.202.13 60655 typ host tcptype passive generation 0 ufrag frRc network-id 2 network-cost 104B6E74CA-27A4-4FA2-AAAE-54EF7E4CA451iceCandidates4964068 2017-06-23 16:43:21.368784-0400 WR1[1272:287962] [ChatService] Message SNT: 1WebRTCVideoChat3027703ios2.6.0.10audiocandidate:4264353291 1 tcp 1518214911 10.0.0.90 60656 typ host tcptype passive generation 0 ufrag frRc network-id 1 network-cost 104B6E74CA-27A4-4FA2-AAAE-54EF7E4CA451iceCandidates4964068 2017-06-23 16:43:21.398754-0400 WR1[1272:287962] [ChatService] Message SNT: 1WebRTCVideoChat3027703ios2.6.0.10audiocandidate:1746566506 1 udp 41820159 52.20.147.93 39483 typ relay raddr 206.252.215.126 rport 49539 generation 0 ufrag frRc network-id 1 network-cost 104B6E74CA-27A4-4FA2-AAAE-54EF7E4CA451iceCandidates4964068 2017-06-23 16:43:21.421 rtc::[CAMC] Capture session started. 2017-06-23 16:43:21.424929-0400 WR1[1272:288268] [ChatService] Message SNT: 1WebRTCVideoChat3027703ios2.6.0.10audiocandidate:647594394 1 udp 25042687 52.20.147.93 51494 typ relay raddr 206.252.215.126 rport 60654 generation 0 ufrag frRc network-id 1 network-cost 104B6E74CA-27A4-4FA2-AAAE-54EF7E4CA451iceCandidates4964068 2017-06-23 16:43:27.373132-0400 WR1[1272:287962] [ChatService] Message RCV: 1WebRTCVideoChat3027703ios2.6.0.10audiocandidate:2037128077 1 udp 2122260223 169.254.152.191 64912 typ host generation 0 ufrag nIHu network-id 2 network-cost 100audiocandidate:3450715163 1 udp 2122194687 10.0.6.122 60910 typ host generation 0 ufrag nIHu network-id 1 network-cost 100audiocandidate:780942071 1 udp 1685987071 206.252.215.126 60910 typ srflx raddr 10.0.6.122 rport 60910 generation 0 ufrag nIHu network-id 1 network-cost 100audiocandidate:1746566506 1 udp 41820159 52.20.147.93 55684 typ relay raddr 206.252.215.126 rport 60910 generation 0 ufrag nIHu network-id 1 network-cost 100audiocandidate:647594394 1 udp 25042687 52.20.147.93 61350 typ relay raddr 206.252.215.126 rport 62077 generation 0 ufrag nIHu network-id 1 network-cost 100audiocandidate:938469245 1 tcp 1518280447 169.254.152.191 62080 typ host tcptype passive generation 0 ufrag nIHu network-id 2 network-cost 100audiocandidate:2200846571 1 tcp 1518214911 10.0.6.122 62081 typ host tcptype passive generation 0 ufrag nIHu network-id 1 network-cost 104B6E74CA-27A4-4FA2-AAAE-54EF7E4CA451iceCandidates4964068 2017-06-23 16:43:27.387 rtc::[Signaling Processor] - Did receive signal: iceCandidates from: 3027703 2017-06-23 16:43:27.389 rtc::[PCON]<3027703, R:Answer> Set remote ICE candidates, count: 7 2017-06-23 16:43:27.399 rtc::[PCON]<3027703, R:Answer> Did change ice connection state to CHECKING 2017-06-23 16:43:27.757 rtc::[PCON]<3027703, R:Answer> Did change ice gethering state to COMPLETE 2017-06-23 16:43:27.834 rtc::[PCON]<3027703, R:Answer> Did change ice connection state to CONNECTED 2017-06-23 16:43:32.725458-0400 WR1[1272:287602] FBSDKLog: FBSDKAppEvents: Flushed @ 1498250613, 1 events due to 'Timer' - { "advertiser_id" = "ACB2AE00-2E96-4221-91FE-F9B283E3E75E"; "advertiser_tracking_enabled" = 1; "anon_id" = "XZ99405EFA-F1EF-4070-AF4A-850DA1069678"; "application_tracking_enabled" = 1; event = "CUSTOM_APP_EVENTS"; extinfo = "[\"i2\",\"com.wr1.ios\",\"223\",\"1.3.6\",\"10.3.2\",\"iPhone7,1\",\"en_US\",\"EDT\",\"Verizon\",375,667,\"3.00\",2,119,111,\"America\\/New_York\"]"; "url_schemes" = "[\"vnd.wr1.wr1\",\"fb1547783052142027\",\"db-pkwe4lse66seo3i\",\"wr1\"]"; } Events: [ { "event" : { "username" : "sudhir", "_eventName" : "Video Chat", "club id" : "2", "_logTime" : 1498250600, "_ui" : "UINavigationController" }, "isImplicit" : false } ] Flush Result : Success 2017-06-23 16:43:37.158472-0400 WR1[1272:287602] Call finished 2017-06-23 16:43:37.159 rtc::[RTCClient] removed from list of delegates 2017-06-23 16:43:37.206711-0400 WR1[1272:287795] I restkit.network:RKObjectRequestOperation.m:134 GET 'https://services-test.wr1.com/webapi/clubs' 2017-06-23 16:43:37.360157-0400 WR1[1272:288409] I restkit.network:RKObjectRequestOperation.m:175 GET 'https://services-test.wr1.com/webapi/clubs' (200 OK / 1 objects) [request=0.1219s mapping=0.0094s total=0.1533s] 2017-06-23 16:43:37.732 rtc::[SESS]<4B6E74CA-27A4-4FA2-AAAE-54EF7E4CA451, I:3027703, O:[4964068], T:V> Hang Up call 2017-06-23 16:43:37.732 rtc::[SESS]<4B6E74CA-27A4-4FA2-AAAE-54EF7E4CA451, I:3027703, O:[4964068], T:V> Begin hangup, userinfo: (null). 2017-06-23 16:43:37.733 rtc::[PCON]<3027703, R:Answer> Closing 2017-06-23 16:43:37.742 rtc::[PCON]<3027703, R:Answer> Did change ice connection state to CLOSED 2017-06-23 16:43:37.742 rtc::[PCON]<3027703, R:Answer> Signaling state CLOSED 2017-06-23 16:43:38.022 rtc::QBRTCAudioSession switched from Speaker to Speaker port. Reason: The output route was overridden by the app. 2017-06-23 16:43:38.063 rtc::dealloc QBRTCAudioTrack 2017-06-23 16:43:38.063 rtc::dealloc QBRTCVideoTrack 2017-06-23 16:43:38.064 rtc::Deallocating local media stream. 2017-06-23 16:43:38.064 rtc::[CAMC] QBRTCCameraCapture did remove from video track. 2017-06-23 16:43:38.064 rtc::dealloc QBRTCLocalVideoTrack 2017-06-23 16:43:38.064 rtc::dealloc QBRTCLocalAudioTrack 2017-06-23 16:43:38.064 rtc::[VSND] Stop 2017-06-23 16:43:38.065 rtc::dealloc - 2017-06-23 16:43:38.065953-0400 WR1[1272:288409] [ChatService] Message SNT: 13027703WebRTCVideoChatios2.6.0.14B6E74CA-27A4-4FA2-AAAE-54EF7E4CA451hangUp4964068 2017-06-23 16:43:38.086 rtc::[RTCClient] Deinitializing SSL... 2017-06-23 16:43:38.373 rtc::Error changing audio device in QBRTCAudioSession, reason: QBRTCAudioSession is not initialized yet. Use 'initialize' before.
developerwr1 commented 7 years ago

Now I cannot get a successful remote video load, so I cannot show you the log.

Raikerian commented 7 years ago

Please use external storages for logs, like gist.github.com next time. Reading all those logs here can be hard. Have you checked our sample? Logs seem alright at first.

developerwr1 commented 7 years ago

Hi, I got it figured out. There was an issue with our storyboard. Thank you for your response.

Raikerian commented 7 years ago

Glad to hear you have fixed it, we will keep in mind possibilities of storyboard to break these in future similar issues. Have a good day.

shalem93 commented 7 years ago

I have a similar issue where remote view works about 50% of the time. What was the problem with your storyboard? @developerwr1

shalem93 commented 7 years ago

@developerwr1 ???

riyadfaekanabtawi commented 5 years ago

@developerwr1 what was happening with your storyboard, i having same exact problem