jitsi / jitsi-meet-sdk-samples

Jitsi Meet mobile SDK examples (Android, iOS and React Native)
Apache License 2.0
278 stars 240 forks source link

android sdk error #155

Open guairongyi opened 2 years ago

guairongyi commented 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:

@332:2579 n@719:303125 log@719:729937 error@719:35648 _onRequestStateChange@719:97598 value@70:1493 value@69:6759 value@69:3514 @69:5848 value@23:1366 value@35:3177 @35:911 value@35:2606 value@35:883 W/ReactNativeJS: '[modules\\statistics\\AnalyticsAdapter.js]', ': ', 'Not sending an event, disposed.' I/ReactNativeJS: '[__filename]', ': ', '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' }
saghul commented 2 years ago

There is a connection error with your backend. Make sure you are using a valid TLS certificate.