Open razerrazer opened 2 years ago
This is probably a regression since https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1446.
We've seen reports of the same thing in the past as well. If you run --tags=setup-all,start
again, it may work.
This should be looked into and fixed. I don't use Jitsi anymore, so I don't know when/if I'll be able to get around to working on it though. Hopefully someone else (or you) can step in and investigate.
I have the same issue together with some other Jitsi related problems: https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1577
As @spantaleev said, to run --tags=setup-all,start
usually runs without the mentioned error. But can't get Jitsi working nevertheless.
It seems that you are missing the default {{matrix_base_path}}/config
directory.
This could happened if you ran the Rebuilding your Jitsi installation
instructions but you didn't rebuild the jitsi using the setup-jitsi
tag.
To rebuild your Jitsi configuration:
SSH into the server and do this:
systemctl stop matrix-jitsi-*
).rm -rf /matrix/jitsi
)ansible-playbook -i inventory/hosts setup.yml --tags=setup-jitsi,start
) <--Same problem here, I followed the docs, also tried with manual remove suggested method, and the same error occurred. Looks like the Prosody default config file is missing, isn't it another var to add in vars.yml
?
The same command works when running an interactive shell in the container. It looks like /config dir is not reachable by prosodyctl when the task is executed via docker exec. This is strange. May be the task is executed too early ? Before the config file is copied ?
Hello,
I try to get my matrix-home server to working without any guest autentication for jiitsi, and that you need to login to gain access.
Anyway, I following the guide and added these settings to my vars.yml : https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/configuring-playbook-jitsi.md
But when i running the playbook i get an error (I have also try to change the password and also using everything default). My playbook are working without any problems except of this setting.
This is the error output i get from ansible:
Let me know if you need more information. Thanks!