Jitsi crashes with "Unfortunately something went wrong" the moment any second user joins
See original GitHub issueDescription
Whenever a second user tries to join a session, Jitsi crashed for both users (initial hosting and second joining) with “Unfortunately something went wrong”. This behaviour is persistent across browsers, apps and operating systems.
Current behavior
Jitsi crashes when second user joins.
Expected Behavior
Jitsi works when second user joins.
Possible Solution
Unknown
Steps to reproduce
Environment details
Jitsi on Debian 10, worked flawlessly until update this morning.
/var/log/jitsi/jvb.log shows
warning "2020-04-06 11:28:36.550 WARNING: [27] [hostname=localhost id=shard] MucClient.lambda$getConnectAndLoginCallable$7#643: [MucClient id=shard hostname=localhost] error connecting
org.jivesoftware.smack.SmackException$NoResponseException: No response received within reply timeout. Timeout was 5000ms (~5s). While waiting for establishing TLS
/var/log/jitsi/jicofo.log shows
WARNING: [32] org.jitsi.jicofo.bridge.BridgeSelectionStrategy.log() Failed to select initial bridge for participantRegion=null
and
SEVERE: [32] org.jitsi.jicofo.JitsiMeetConferenceImpl.log() Can not invite participant -- no bridge available.
And finally /var/log/prosody/prosody.log shows
callcontrol.lulu.youthpolicylabs.org:component warn Component not connected, bouncing error for: <iq to='callcontrol.lulu.youthpolicylabs.org' id='3QU5N-39596' from='focus@auth.lulu.youthpolicylabs.org/focus4353663369260066' type='get'>
and
jitsi-videobridge.lulu.youthpolicylabs.org:component warn Component not connected, bouncing error for: <iq to='jitsi-videobridge.lulu.youthpolicylabs.org' id='3QU5N-39598' from='focus@auth.lulu.youthpolicylabs.org/focus4353663369260066' type='get'>
Issue Analytics
- State:
- Created 3 years ago
- Reactions:2
- Comments:18 (3 by maintainers)
Top Results From Across the Web
[How to] Why do I see "Unfortunately something went wrong ...
The room will “crash” for the participant after about 10 to 20 seconds if the they fail to establish a session with the...
Read more >FAQ | Jitsi Meet - GitHub Pages
It works with two participants, but crashes or does not work properly when a third joins. P2P mode is working, but it fails...
Read more >How To: Enable Jitsi Server Authentication | Crosstalk Solutions
My install silently fails to include more than 2 participants (no explicit errors are raised to end user). Strangely, during my recent test-run,...
Read more >Microphone settings can't be modified when using Jitsi meeting
There is a workaround though, that the Jitsi can use. They need to stop first the existing input track and then start a...
Read more >Merge branch 'master' of https://github.com/jitsi/jitsi-meet ...
-If you have a question about Jitsi Meet that is not a bug report or ... + imports in other files should use...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@youthpolicy , thanks, it works now
I was following the uninstall guide here : https://github.com/jitsi/jitsi-meet/blob/master/doc/quick-install.md They miss the “apt autoremove” command, with this command it works now
this solution is without jwt auth. We need to lock the meeting creator for our own host. otherwise anyone can come and create meeting