You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got this exception when trying to enable subtitles in call:
2025-01-22 05:48:32.196 SEVERE: [58] JvbConference.lambda$new$0#209: Error processing xmpp queue item
java.lang.NullPointerException: Cannot invoke "java.util.concurrent.ExecutorService.execute(java.lang.Runnable)" because "this.transcriber.executorService" is null
at org.jitsi.jigasi.transcription.Participant.flushBuffer(Participant.java:807)
at org.jitsi.jigasi.transcription.Transcriber.flushParticipantAudioBuffer(Transcriber.java:487)
at org.jitsi.jigasi.TranscriptionGatewaySession.flushParticipantTranscriptionBufferOnMute(TranscriptionGatewaySession.java:384)
at org.jitsi.jigasi.TranscriptionGatewaySession.notifyChatRoomMemberUpdated(TranscriptionGatewaySession.java:393)
at org.jitsi.jigasi.JvbConference.memberPresenceChangedInternal(JvbConference.java:1394)
at org.jitsi.jigasi.JvbConference.lambda$memberPresenceChanged$7(JvbConference.java:1368)
at org.jitsi.jigasi.JvbConference.lambda$new$0(JvbConference.java:203)
at org.jitsi.utils.queue.PacketQueue$HandlerAdapter.handleItem(PacketQueue.java:416)
at org.jitsi.utils.queue.AsyncQueueHandler$1.run(AsyncQueueHandler.java:137)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
But it unclear what is missing there. I have set:
JICOFO_AUTH_PASSWORD
JVB_AUTH_PASSWORD
JIGASI_XMPP_PASSWORD
JIGASI_TRANSCRIBER_PASSWORD
JIBRI_RECORDER_PASSWORD
JIBRI_XMPP_PASSWORD
Got this exception when trying to enable subtitles in call:
.env file have the following:
The text was updated successfully, but these errors were encountered: