-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jitsi meet issue #2499
Comments
I'm encountering the same issue, when using the |
I was about to report I couldn't get Jitsi working either because of something going wrong when setting up internal auth, but then I added the following to my playbook to try and get a better idea of what was going wrong, and it seemingly fixed it!
A heisenbug, perhaps? (Not sure if this is related to the earlier Jitsi issues I was having, #2368.) edit: Just realized there's a typo in |
@briankendall Were you having problems with moderation rights or with installation in general? I'm asking as I also encountered an error telling me to enable logging during the initial installation in the internal Auth user setup. |
It was an issue with installation in general, and I think I got confused about what issue you were reporting. I had Jitsi set up before, pulled the latest changes to matrix-docker-ansible-deploy a few months ago and suddenly it broke Jitsi and couldn't set up it any longer without producing an inscrutable error. I sat on it for another two months, pulled the latest changes and tried again, and got an error when setting up internal auth the first two or three times I tried running setup-all, but then it worked after that. No idea why! However, now that Jitsi is up and running again, I realize that I have the same issue as you -- I have no moderation rights when I start a meeting. edit: I just tried following the steps for rebuilding the jitsi installation. The first time I got that error when setting up internal auth again. The second time it worked, except once again I have no moderation rights. |
Since I found out how to reproduce the error, this time I just manually edited
Can't say for sure this is related to the issue with not having moderation rights, but something is certainly going wrong with internal auth. |
The docker command run there by the playbook seems to contain a superfluous Line 7 in d7e69cf
It looks like it already was that way before matrix Auth support for Jitsi was added though. (although I suspect it's unrelated to the moderator issue) |
Are you hitting some error when running this command as is? Why shouldn't it support absolute paths?
Line 27 in 1c10a77
And this is the path variable definition: matrix-docker-ansible-deploy/roles/custom/matrix-jitsi/defaults/main.yml Lines 199 to 200 in 1c10a77
The Perhaps |
Yeah, I'm wondering that too, especially as it sometimes works. But the log clearly shows, that the path was interpreted incorrectly:
@briankendall Can you take a look at the result of executing the command manually? |
Sounds like a Jitsi regression, if it's trying to access |
I executed the following on my server:
and it executed without errors. Furthermore, if I log in as the user I made when connecting to my jitsi instance, I have moderator rights. I tried using prosodyctl to manually remove and re-add my proper user account, and while it also worked without errors, that user still didn't have moderator rights. |
I still can't get moderator rights and I use internal auth. |
I've been working on what I think is the same issue in #2589 . I setup the stock jitsi server from their docker install and compared configs and env variables. I turned off authentication, deleted configs. I get the same effect with auth being ldap or internal or setting auth to "". So to recap, I cannot get moderator when creating a room whether I use
I'm at a loss at this point. |
Any movement on this issue? |
I suggest to close this issue, as there is more information on #2589. Granted, there are many issues with jitsi authentication, and this ticket deals with many of them, which doesn't help. |
Playbook Configuration:
My
vars.yml
file looks like this:Matrix Server:
Problem description:
I know you said you don't use jitsi but since the new update I have lost getting moderator when opening a room :(
p.s i already ask the docker-jitsi-meet maker said its some auth that was not set up i guess :/
The text was updated successfully, but these errors were encountered: