Nextcloud Server version:
-
32.03
- Operating system and version:
Ubuntu 24.04
- Web server and version
apache
- Reverse proxy and version L
- nginx on Signaling Server
- Is this the first time you’ve seen this error?
Yes
- When did this problem seem to first start?
After transferring Signaling Server to different host
- Are you using CloudfIare, mod_security, or similar?
no
Summary of the issue you are facing:
When using a recording, it always stops with an error, after digging in the log files, I found this:
ERROR:nextcloud.talk.recording.Server:Failed to start recording: https://talk.ingacademy.ru/ 54e8rhve
Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/nextcloud/talk/recording/Server.py", line 368, in \_startRecordingService
service.start(actorType, actorId)
\~\~\~\~\~\~\~\~\~\~\~\~\~^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/nextcloud/talk/recording/Service.py", line 203, in start
self.\_participant.joinCall(self.token)
\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/nextcloud/talk/recording/Participant.py", line 515, in joinCall
raise Exception(f"No configured signaling secret for {settings\['server'\]}")
Exception: No configured signaling secret for https://signaling.takodan.ru/
Would be thankful for any ideas on how to fix it.