MetaProvide / talked

Call recording for Nextcloud Talk
GNU Affero General Public License v3.0
29 stars 6 forks source link

Unable to start recording, getting a number of errors #43

Open pomtom44 opened 2 years ago

pomtom44 commented 2 years ago

General Description

Followed the install instructions, and have the nextcloud instance talking to the talked instance (hosted on same server) however when running /recording start getting a few errors about pulse audio and x11

Operating System

ubuntu 20.04.03 LTS Server Running on a hyperV VM (not sure if relevent or not?)

Logs

log output here https://pastebin.com/FZVzA6FJ

Talked Version

not sure of version? installed today following the install instructions on home page

mwalbeck commented 2 years ago

Hi, can you try setting the log level in the config.toml file to "info" and then try running it again? And in the /opt/talked folder there should be a geckodriver.log file, if you could post the contents of that as well, then that would be great!

pomtom44 commented 2 years ago

Heres the output of the log file with Info enabled https://pastebin.com/BFHq5T2J

and heres the gecko log https://pastebin.com/F7T3qndz

mwalbeck commented 2 years ago

Hey, a quick question, how is your talk setup? Barebones, with a TURN server or with the Talk HPB backend?

pomtom44 commented 2 years ago

I dont think im running either? Im just running whatever is part of the default nextcloud install

mwalbeck commented 2 years ago

I think the biggest blocker for you is the same as in this issue currently #42 so my last reply also applies here https://github.com/MetaProvide/talked/issues/42#issuecomment-1062094062

The error messages from Pulseaudio are currently expected, so they are the reason why it isn't working.

mwalbeck commented 2 years ago

The issue you experienced may have been caused by something completely different from what I thought. I have created a new release, v0.3.2, that hopefully resolves your issue as well.