jitsi / docker-jitsi-meet

Jitsi Meet on Docker
https://hub.docker.com/u/jitsi/
Apache License 2.0
3.04k stars 1.35k forks source link

Jitsi permanently kicks out one member #1705

Open wiesener opened 8 months ago

wiesener commented 8 months ago

Hi,

we are using self hosted docker-jitsi. We are all using it via Chome on MacOS.

One college has always the issue that he periodically is kicked out / freezed after 1-5 min. When he returns to the meeting I am getting the following error message in my js console:

JitsiMeetJS.ts:505 2024-01-12T10:19:46.216Z [JitsiMeetJS.ts] <Object.getGlobalOnErrorHandler>:  UnhandledError: Jingle error: {"reason":"timeout","session":"JingleSessionPC[session=P2P,initiator=true,sid=479497cadce7]"} Script: null Line: null Column: null StackTrace:  Error: Jingle error: {"reason":"timeout","session":"JingleSessionPC[session=P2P,initiator=true,sid=479497cadce7]"}
    at https://ssnjitsi.sensorstim.com/libs/lib-jitsi-meet.min.js?v=7499:2:794910
    at F.TimedHandler.handler (https://ssnjitsi.sensorstim.com/libs/lib-jitsi-meet.min.js?v=7499:2:507344)
    at F.TimedHandler.run (https://ssnjitsi.sensorstim.com/libs/lib-jitsi-meet.min.js?v=7499:2:502751)
    at F.Connection._onIdle (https://ssnjitsi.sensorstim.com/libs/lib-jitsi-meet.min.js?v=7499:2:518660)
    at https://ssnjitsi.sensorstim.com/libs/lib-jitsi-meet.min.js?v=7499:2:518819

Furthermore, he sees the following error message: grafik

All other colleges do not have this issue.

saghul commented 8 months ago

{"reason":"timeout"

Any chance they are on some different network that has some problems?

wiesener commented 7 months ago

Yes, all participants are in a different network. But our college already tried to switch to LTE router and check if this solves the issue but the same happens. In our company network it does not occur. And this is the network where the jitsi docker server is running.

And the timeout is error is coming on my instance after I realize that my colleges session in jitsi is freezing. So the error message is not from the network where it freezes.

saghul commented 7 months ago

Please share the full logs for the participant that fails.

I do still suspect a network problem though.

wiesener commented 7 months ago

You mean the full log of the js console?

saghul commented 7 months ago

Yes.

wiesener commented 7 months ago

Okay, in the mean-time we found a solution. The issue only appears, when during the jitsi session inside (chrome, opera etc.) at the same time Safari is open. If we close Safari (not only background) and run jitsi in chrome it works.

saghul commented 7 months ago

That's very unusual. What version of the Docker setup are you using?

wiesener commented 7 months ago

Does the docker-compose.yml help? docker-compose.txt

saghul commented 7 months ago

It doesn't, because you are using images like <image>:stable rather ran using the yaml file out of a release. Can you try that please? Otherwise you might be missing some env vars or something....

wiesener commented 7 months ago

The ENV files include some sensible informations which we would not like to share.

saghul commented 7 months ago

Then take this file: https://github.com/jitsi/docker-jitsi-meet/blob/stable-9111/docker-compose.yml and adapt it to your vars. When you run it it will pull the latest release.

wiesener commented 7 months ago

Okay, our admin used the docker-compose.yml from the stable blob. But the issues were the same and we had some Audio connection trouble. So I would assume, that the issue persists.