Hello,
I installed jitsi on june 2021, on ubuntu 18, all worked fine from the first try.
Today, I needed to prepare a conference that will be held tomorrow, but, participants were not able to see each other. After a search here, it was apparenlty related to google Plan B, I don’t know what it is. But, refering to the topic, an upgrade of jitsi could resolve the problem.
I started first tu upgrade prosody, from 0.10 to 0.11 nightly build 143 (2022-01-24). Some errors occurs, and I spent hours to get it starting without any error. After that, I was going to upgrade jitsi meet, but surpriiiise!!, it was already on latest stable:
- jitsi-meet 2.0.7001-1
- jitsi-meet-prosody 1.0.5913-1
- jitsi-meet-web 1.0.5913-1
- jitsi-meet-web-config 1.0.5913-1
- jitsi-videobridge2 2.1.634-gff8609ad-1
How it could be without any command from me??? I don’ know.
After that, I tried to see if everything is working well, but, another problem appears, when second participant connects, they both are disconnected, and logs on browser displays this:
For first participant:
Logger.js:154 2022-03-30T20:43:23.407Z [modules/e2ee/OlmAdapter.js] <cs._bootstrapOlm>: Failed to initialize Olm TypeError: Cannot read properties of undefined (reading ‘apply’)
at o.stackRestore (olm.js:68:288)
at ze.create (olm.js:92:197)
at cs._bootstrapOlm (OlmAdapter.js:223:30)
2022-03-30T20:43:23.423Z [JitsiMeetJS.js] <Object.getGlobalOnErrorHandler>: UnhandledError: Cannot read properties of undefined (reading ‘apply’) Script: null Line: null Column: null StackTrace: TypeError: Cannot read properties of undefined (reading ‘apply’)
at o.stackRestore (https://meeting.domain.com/libs/app.bundle.min.js?v=5913:138:950597)
at ze.create (https://meeting.domain.com/libs/app.bundle.min.js?v=5913:138:960649)
at cs._bootstrapOlm (https meeting domain./libs/lib-jitsi-meet.min.js?v=5913:2:235580)
olm.js:68 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading ‘apply’)
at o.stackRestore (olm.js:68:288)
at ze.create (olm.js:92:197)
at cs._bootstrapOlm (OlmAdapter.js:223:30)
And when second participant connects:
Logger.js:154 2022-03-30T20:45:54.317Z [conference.js] <yoe._onConferenceFailed>: CONFERENCE FAILED: conference.videobridgeNotAvailable
and some warnings, maybe can help:
wasm streaming compile failed: TypeError: Failed to execute ‘compile’ on ‘WebAssembly’: Incorrect response MIME type. Expected ‘application/wasm’.
2022-03-30T20:47:21.100Z [modules/xmpp/XmppConnection.js] <Os._maybeEnableStreamResume>: Stream resume enabled, but WebSockets are not enabled
2022-03-30T20:47:57.780Z [modules/xmpp/strophe.util.js] <Object.ct.Strophe.log>: Strophe: Disconnect was called because: undefined
I tried to reboot server, and services, no changes.
Any idea?