jitsi / docker-jitsi-meet

Jitsi Meet on Docker
https://hub.docker.com/u/jitsi/
Apache License 2.0
3.09k stars 1.37k forks source link

GCP transcription doesn't work #1082

Open Bomjman opened 3 years ago

Bomjman commented 3 years ago

Hello, I have the problem with gcp private key, so if I just copy a private key from mycredentials.json to .env _GC_PRIVATEKEY field, and it will add extra \ to \n in the ~/.jitsi-meet-cfg/jigasi/key.json file: -----BEGIN PRIVATE KEY-----\\nblaBla blaBla\\n-----END PRIVATE KEY-----\\n

When I click on CC button is nothing happens. Also I tried add private key as string format(without headers and \n), but it doesn't help.

.env.txt logs.txt

dprag commented 1 year ago

I got exact same issue. Can anyone help please ?

dprag commented 1 year ago

I ended up updating directly in the container without the extra \ and it works . Anything we can fix it from the file .env ? Thanks