Giter Club home page Giter Club logo

Comments (18)

rouja avatar rouja commented on July 17, 2024 5

Hi,

I think I fixed the issue with the last version. In /etc/jitsi/jicofo/config we have :

# Jitsi Conference Focus settings
# sets the host name of the XMPP server
JICOFO_HOST=$REDACTED

# sets the XMPP domain (default: none)
JICOFO_HOSTNAME=$REDACTED

# sets the XMPP domain name to use for XMPP user logins
JICOFO_AUTH_DOMAIN=$REDACTED

# sets the username to use for XMPP user logins
JICOFO_AUTH_USER=$REDACTED

# sets the password to use for XMPP user logins
JICOFO_AUTH_PASSWORD=$REDACTED

To fix the issue we need to report the value in /etc/jitsi/jicofo/jicofo.conf in the xmpp section:

  xmpp: {
    client: {
      enabled: true #Add this line
      hostname: localhost #Add this line
      client-proxy: $REDACTED #Do not change this line
      xmpp-domain: $JICOFO_HOSTNAME #Add this line and replace the variable by the value from /etc/jitsi/jicofo/jicofo.conf 
      domain: $JICOFO_AUTH_DOMAIN #Add this line and replace the variable by the value from /etc/jitsi/jicofo/jicofo.conf
      user: $JICOFO_AUTH_USER #Add this line and replace the variable by the value from /etc/jitsi/jicofo/jicofo.conf
      password: $JICOFO_AUTH_PASSWORD #Add this line and replace the variable by the value from /etc/jitsi/jicofo/jicofo.conf
    }

Then restart jicofo :

systemctl restart jitsi-jicofo

I hope that it will help to fix jitsi on yunohost.

from jitsi_ynh.

rouja avatar rouja commented on July 17, 2024 3

Hello,

I had the same issue with the last version. To make Jitsi works again, I installed a previous version :

1- Uninstall jitsi and prosody (if it's not uninstalled automatically)
2- Install a specific version (d1579c1)

 sudo yunohost app install https://github.com/YunoHost-Apps/jitsi_ynh/tree/d1579c1f9d389ee9c255470670d9bf7b27b6d776

Sincerely,

from jitsi_ynh.

Frereneo avatar Frereneo commented on July 17, 2024

Hello, I have the same problem since the update.
Sincerely,

from jitsi_ynh.

Frereneo avatar Frereneo commented on July 17, 2024

Hello @rouja
Thank you very much !!!
It's okay !!
But why the version proposed by the update does not work?

Thank you again !!

from jitsi_ynh.

rouja avatar rouja commented on July 17, 2024

I just noticed some change in /var/www/jitsi/jitsi-jicofo/jicofo.sh between the two versions. But I can't figure out how to fix the issue :(

from jitsi_ynh.

Frereneo avatar Frereneo commented on July 17, 2024

It's complicated indeed, and couldn't the developer of Jitsi help?

from jitsi_ynh.

tio-trom avatar tio-trom commented on July 17, 2024

Same here. Stopped working. Restoring did not help for some reason.

EDIT: Even after completely removing Jitsi and Prosody, and restoring a backup, failed to work. Had to restore a server snapshot.

from jitsi_ynh.

Frereneo avatar Frereneo commented on July 17, 2024

Hello @tio-trom ,
The solution proposed by @rouja (#95 (comment)), allows to go back to the version before the update.
But it doesn't seem to solve the update

from jitsi_ynh.

tio-trom avatar tio-trom commented on July 17, 2024

Hello @tio-trom , The solution proposed by @rouja (#95 (comment)), allows to go back to the version before the update. But it doesn't seem to solve the update

Yes I did just that but failed to work. Same issue. I had to restore a system snapshot to restore.

from jitsi_ynh.

Frereneo avatar Frereneo commented on July 17, 2024

Hello @tio-trom , The solution proposed by @rouja (#95 (comment)), allows to go back to the version before the update. But it doesn't seem to solve the update

Yes I did just that but failed to work. Same issue. I had to restore a system snapshot to restore.

Oh, ok, sorry. I had misunderstood.

from jitsi_ynh.

tio-trom avatar tio-trom commented on July 17, 2024

No problem at all! :)

from jitsi_ynh.

Frereneo avatar Frereneo commented on July 17, 2024

Hello @rouja ,
Thanks for this detail :).
Does the update in the YNH application management do this correction by itself, or do you have to do it yourself?
thank you again !

from jitsi_ynh.

rouja avatar rouja commented on July 17, 2024

Hello,

The update will not do the correction by itself. You have to do the change yourself. But if it's fix the problem for you too, if I find time, I will try to fix the YNH packaging and submit a PR.

from jitsi_ynh.

Frereneo avatar Frereneo commented on July 17, 2024

Re,
The proposed solution corrects the anomaly.
Congrats 👯 !!

from jitsi_ynh.

vsatmydynipnet avatar vsatmydynipnet commented on July 17, 2024

Thank you so much. After hours of searching i found this issue, all good now.

from jitsi_ynh.

dalgwen avatar dalgwen commented on July 17, 2024

Thank you for the fix !

from jitsi_ynh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.