docker-jitsi-meet icon indicating copy to clipboard operation
docker-jitsi-meet copied to clipboard

GCP transcription doesn't work

Open Bomjman opened this issue 4 years ago • 2 comments
trafficstars

Hello, I have the problem with gcp private key, so if I just copy a private key from mycredentials.json to .env GC_PRIVATE_KEY 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

Bomjman avatar Jun 30 '21 10:06 Bomjman

I got exact same issue. Can anyone help please ?

dprag avatar Mar 14 '23 08:03 dprag

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

dprag avatar Mar 14 '23 09:03 dprag