-
Notifications
You must be signed in to change notification settings - Fork 1.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
Unable to join a room with latest build lib-jitsi-meet #2203
Comments
can i work on this issue @xXTraceXx ? |
Same here, on FreeBSD 13.2 and Jitsi Meet version 1.0.6991 |
Most probably you have a problem with the configuration. Not sure how you installed and configured, but have you configured the client proxy and updated its roster? |
You're most likely correct. When I made the previous post, there were still several details in my configs that were not yet right. While everything else may already be fixed, I think I have missed updating the roster. Will try that next. For anyone reading this thread, a tip that may be useful: Don't assume that the problem is with jitsi-meet (Jitsi Meet, referring to the web user interface) until you have checked, double-checked and triple-checked that your Prosody vs. Jicofo vs. Jitsi-Videobridge configurations are "in sync" with each other. It's also worth noting, that if you change jitsi-meet web user interface settings (in config.js), make sure you restart Nginx (just in case) and flush your browser cache (or restart the browser if debugging in private / incognito mode) to be 100% sure that you're not accidentally testing with old settings coming from a cache. |
(How) Does this command get executed when using the upstream prosody docker image? We face the same errors, every 3rd or so connect to the k8s jitsi deployment fails with this error when the user is clicking "Join conference" and the error appears immediately. |
Description
I cloned lib-jitsi-meet repo and ran
npm install
andnpm run build
withnode version v16.15.0
. I got adist
(umd + esm). I used the example from lib-jitsi-meet repo and replaced the lib-jitsi-meet script, with my own that i build before.Current behavior
Getting error:
Logger.js:154 2023-01-11T14:43:27.892Z [modules/xmpp/moderator.js] <Ir._handleError>: Failed to get a successful response, giving up. Error: Failed to get a successful response, giving up.
at Ir._handleError (moderator.js:388:23)
at Ir._handleIqError (moderator.js:437:10)
at moderator.js:266:31
at P.Handler.handler (strophe.umd.js:2716:25)
at P.Handler.run (strophe.umd.js:1875:33)
at strophe.umd.js:3157:35
at Object.forEachChild (strophe.umd.js:830:21)
at P.Connection._dataRecv (strophe.umd.js:3146:25)
at N.Bosh._onRequestStateChange (strophe.umd.js:5012:19)
Expected Behavior
Should join room as expected.
Reproduce Error
See project in my repo:
https://github.com/xXTraceXx/Jitsi-Error
The text was updated successfully, but these errors were encountered: