Open gunwald opened 2 years ago
It seems that the https://jitsi.example.com/config.js
is not correct. See: https://community.jitsi.org/t/cant-create-conference-rooms-on-fresh-jitsi-setup/110512/12
I have the same problem and it would be great if someone with insight could take a look at this. I am a relative beginner and basically following just the crumbs that I am able to find. Which variable do I have to configure in the ansible setup to set own jitsi.domain in /matrix/jitsi/web/config/config.js
.
I saw:
domain: 'jitsi-meet.example.com',
muc: 'conference.jitsi-meet.example.com'
bosh: '//jitsi-meet.example.com/http-bind',
urls: 'stun:meet-jit-si-turnrelay.jitsi.net:443'
Obviously editing /matrix/jitsi/web/config/config.js
does not make sense, i guess because of docker. (Yeap, docker newbe here). So there must be a variable that should set these values by the ansible-playbook.
Does this has to do with matrix_jitsi_web_custom_interface_config_extension
? If yes, how to use it?
@gunwald indicated that it might have worked before at the end of https://community.jitsi.org/t/cant-create-conference-rooms-on-fresh-jitsi-setup/110512/12. Could it be an easy fix when checking previous versions?
Thanks for all the help!
It seems like one of the the last few Jitsi upgrades broke Jitsi. This may either be a regression in Jitsi itself (less likely) or a problem with us upgrading. Perhaps we haven't migrated some new configuration options or something.
We can downgrade to a version that worked.
I don't use Jitsi and I can't find the time to spend maintaining this Jitsi setup up to date. This playbook has grown huge and I can't keep up with maintaining everything myself. It'd be nice if someone else can step in and untangle this Jitsi mess, so we can get back to a setup that works (preferably on an up-to-date version of Jitsi).
What does not work?
Hey everybody! I have some trouble to get Jitsi running. I set Jitsi up successfully with username and password protection. But I can’t start a meeting. I do not get a field to put password and username in on the web interface and when I create a meeting I cant enter in myself. This is where I’m stuck. Clicking on »Join meeting« does not have any effect:
The logs do not show anything jitsi related but: INFO: Performed a successful health check in PT0.000016S. Sticky failure: false This is where is stuck: Can’t click »join meeting« or I can, but nothing happens…
What did I try to debug / solve the issue?
I checked the ports
According to the Jitsi community my console log indicates:
»You never connected bosh or websockets for the xmpp signalling is busted.«
So first I double checked if my ports are open, they are:
I checked http-bind
I also checked my deployment on
http-bind
:Looks great, I suppose.
I followed the troubleshooting guide in the docs
Of course I tried several times to delete Jitsi completely as recommended here: https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-playbook-jitsi.md#rebuilding-your-jitsi-installation To no effect.
Maybe it is related to some kind of permission issue? I have authentication activated and I do not get asked to put my username and password in at any point. I would expect a dialog popping up or something.
What else?
During one of my attempts to completely reinstall Jitsi I noticed the following error:
This does not happen if I run:
ansible-playbook -i inventory/hosts setup.yml --tags=setup-all,start
instead. Or if I disable authentication in the configs. But It does not work without authentication neither.
PS
It seems that prosody has some problems starting up for some reason.
systemctl status matrix-jitsi-prosody.service
gives:Can anybody give me a hint how to debug further?