Skip to content
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

Transcriber not working #2004

Open
vitalyster opened this issue Jan 22, 2025 · 1 comment
Open

Transcriber not working #2004

vitalyster opened this issue Jan 22, 2025 · 1 comment

Comments

@vitalyster
Copy link

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)

.env file have the following:

JITSI_IMAGE_VERSION=stable-9955
TRANSLATION_LANGUAGES=['en', 'ru']
PREFERRED_LANGUAGE=ru
JIGASI_TRANSCRIBER_CUSTOM_SERVICE=org.jitsi.jigasi.transcription.VoskTranscriptionService
JIGASI_TRANSCRIBER_VOSK_URL=ws://localhost:2700
@vitalyster
Copy link
Author

It seems that key problem is:

2025-01-22 07:30:57.113 INFO: [33] net.java.sip.communicator.impl.protocol.jabber.ProtocolProviderServiceJabberImpl$JabberConnectionListener.authenticated: Authenticated: false

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant