nextcloud / nextcloud-talk-recording

GNU Affero General Public License v3.0
13 stars 4 forks source link

Recording failed to start #21

Closed oliveiraigorm closed 2 months ago

oliveiraigorm commented 5 months ago

I'm facing this issue:


root@recording:~# docker logs -f aio-talk-recording 
 * Serving Flask app 'nextcloud.talk.recording.Server'
 * Debug mode: off
WARNING:nextcloud.talk.recording.Server:No secret configured for backend https://galaxy.metaprovide.org/
 * Serving Flask app 'nextcloud.talk.recording.Server'
 * Debug mode: off
INFO:werkzeug:WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.
 * Running on all addresses (0.0.0.0)
 * Running on http://127.0.0.1:1234
 * Running on http://172.17.0.2:1234
INFO:werkzeug:Press CTRL+C to quit
INFO:nextcloud.talk.recording.Server:Start recording: https://galaxy.metaprovide.org/ 2yc46f2n
  File "/usr/local/lib/python3.12/site-packages/nextcloud/talk/recording/Participant.py", line 519, in joinCall raise Exception(f"No configured signaling secret for {settings['server']}") Exception: No configured signaling secret for wss://signaling.metaprovide.org

The config file is properly generated with the internal and recording secrets. I've tested multiple docker images and tags but no luck.

I've even hardcoded the secret into the code and it can't connect to the signaling server. I know the signaling server works because it is currently setup to NC.

SystemKeeper commented 3 months ago

Please post your configuration. Also please check if the url scheme is identical, so use https:// in all cases, or wss://, but don't mix these.

SystemKeeper commented 2 months ago

Closing, as this is a configuration issue, according to the error messages