Open guairongyi opened 2 years ago
D/ReactNativeJS: '[modules\xmpp\strophe.util.js]', ': ', 'Strophe', 0, 'request id 8.4 state changed to 4' '[modules\xmpp\strophe.util.js]', ': ', 'Strophe', 0, 'removing request' D/ReactNativeJS: '[modules\xmpp\strophe.util.js]', ': ', 'Strophe', 0, '_throttledRequestHandler called with 0 requests' D/ReactNativeJS: '[modules\xmpp\strophe.util.js]', ': ', 'Strophe', 0, 'request id 8 should now be removed' '[modules\xmpp\strophe.util.js]', ': ', 'Strophe', 3, 'request id 8.4 error 0 happened' E/ReactNativeJS: '[modules\xmpp\strophe.util.js]', ': ', 'Strophe: request id 8.4 error 0 happened' D/ReactNativeJS: '[modules\xmpp\strophe.util.js]', ': ', 'Strophe', 2, 'request errored, status: 0, number of errors: 4' W/ReactNativeJS: '[modules\xmpp\strophe.util.js]', ': ', 'Strophe: request errored, status: 0, number of errors: 4' D/ReactNativeJS: '[modules\xmpp\strophe.util.js]', ': ', 'lastErrorStatus set to: 0' I/ReactNativeJS: '[modules\xmpp\xmpp.js]', ': ', '(TIME) Strophe connfail[giving-up]:\t', 1663814883634 I/ReactNativeJS: '[modules\statistics\statistics.js]', ': ', '{"type":"operational","action":"connection.failed","attributes":{"error_type":"connection.otherError","error_message":"giving-up"}}' W/ReactNativeJS: '[modules\statistics\AnalyticsAdapter.js]', ': ', 'Not sending an event, disposed.' E/unknown:ReactNative: console.error: "[modules\xmpp\strophe.util.js]", ": ", "Strophe: request id 8.4 error 0 happened", stack:
There is a connection error with your backend. Make sure you are using a valid TLS certificate.
D/ReactNativeJS: '[modules\xmpp\strophe.util.js]', ': ', 'Strophe', 0, 'request id 8.4 state changed to 4'
'[modules\xmpp\strophe.util.js]', ': ', 'Strophe', 0, 'removing request'
D/ReactNativeJS: '[modules\xmpp\strophe.util.js]', ': ', 'Strophe', 0, '_throttledRequestHandler called with 0 requests'
D/ReactNativeJS: '[modules\xmpp\strophe.util.js]', ': ', 'Strophe', 0, 'request id 8 should now be removed'
'[modules\xmpp\strophe.util.js]', ': ', 'Strophe', 3, 'request id 8.4 error 0 happened'
E/ReactNativeJS: '[modules\xmpp\strophe.util.js]', ': ', 'Strophe: request id 8.4 error 0 happened'
D/ReactNativeJS: '[modules\xmpp\strophe.util.js]', ': ', 'Strophe', 2, 'request errored, status: 0, number of errors: 4'
W/ReactNativeJS: '[modules\xmpp\strophe.util.js]', ': ', 'Strophe: request errored, status: 0, number of errors: 4'
D/ReactNativeJS: '[modules\xmpp\strophe.util.js]', ': ', 'lastErrorStatus set to: 0'
I/ReactNativeJS: '[modules\xmpp\xmpp.js]', ': ', '(TIME) Strophe connfail[giving-up]:\t', 1663814883634
I/ReactNativeJS: '[modules\statistics\statistics.js]', ': ', '{"type":"operational","action":"connection.failed","attributes":{"error_type":"connection.otherError","error_message":"giving-up"}}'
W/ReactNativeJS: '[modules\statistics\AnalyticsAdapter.js]', ': ', 'Not sending an event, disposed.'
E/unknown:ReactNative: console.error: "[modules\xmpp\strophe.util.js]", ": ", "Strophe: request id 8.4 error 0 happened", stack:
: ', 'The conference will be reloaded after 12 seconds.' dependencies { implementation 'com.android.support:appcompat-v7:' + support_version api files('libs/jitsi-meet-sdk-1.16.0-2.aar') api files('libs/react-native-webrtc-1.58.2-jitsi-8.aar') implementation group: 'com.facebook.react', name: 'react-native-background-timer', version: '2.0.0-jitsi-2' implementation group: 'com.facebook.react', name: 'react-native-fetch-blob', version: '0.10.8-jitsi-3' implementation group: 'com.facebook.react', name: 'react-native-immersive', version: '1.1.0-jitsi-3' implementation group: 'com.facebook.react', name: 'react-native-keep-awake', version: '2.0.6-jitsi-2' implementation group: 'com.facebook.react', name: 'react-native-locale-detector', version: '1.0.0-jitsi-2' implementation group: 'com.facebook.react', name: 'react-native-sound', version: '0.10.9-jitsi-1' implementation group: 'com.facebook.react', name: 'react-native-vector-icons', version: '4.4.2-jitsi-2' // implementation group: 'com.facebook.react', name: 'react-native-webrtc', version: '1.58.2-jitsi-8' implementation group: 'com.facebook.react', name: 'react-native-calendar-events', version: '1.5.0-jitsi-1' implementation group: 'com.facebook.react', name: 'react-native', version: '0.51.0' }