YunoHost-Apps / jitsi_ynh

Video conference for YunoHost
https://jitsi.org/
Apache License 2.0
21 stars 18 forks source link

Error: You have been disconnected #120

Closed CodeShakingSheep closed 12 months ago

CodeShakingSheep commented 12 months ago

Describe the bug

I just installed Jitsi for the first time. Whenever I enter in a meeting room there is the error message "You have been disconnected". There are also several errors in browser console. image image

Context

Steps to reproduce

Just enter a random meeting.

Expected behavior

I should stay connected to the meeting.

Logs

This is the log from jitsi-videobridge service: https://paste.yunohost.org/igeyekojiw.sql Relevant part is probably this.

org.jivesoftware.smack.XMPPException$StreamErrorException: host-unknown You can read more about the meaning of this stream error at http://xmpp.org/rfcs/rfc6120.html#streams-error-conditions
<stream:error><host-unknown xmlns='urn:ietf:params:xml:ns:xmpp-streams'/><text>This server does not serve auth.meet.jitsi-domain.tld</text></stream:error>
    at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.parsePackets(XMPPTCPConnection.java:984)
    at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader.access$700(XMPPTCPConnection.java:916)
    at org.jivesoftware.smack.tcp.XMPPTCPConnection$PacketReader$1.run(XMPPTCPConnection.java:939)
    at java.base/java.lang.Thread.run(Thread.java:829)
yalh76 commented 12 months ago

try:

systemctl stop metronome.service --quiet
systemctl disable metronome.service --quiet
systemctl restart prosody.service --quiet

metronome.service should have been restarted after an upgrade of metronome

CodeShakingSheep commented 12 months ago

try:

systemctl stop metronome.service --quiet
systemctl disable metronome.service --quiet
systemctl restart prosody.service --quiet

metronome.service should have been restarted after an upgrade of metronome

This seems to work, thank you :) However, I didn't get the explanation. So, metronome service should stay disabled?

yalh76 commented 12 months ago

yes metronome should stay disabled

metronome is a fork of prosody, so the work on the same tcp port and can't work on the same server