-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nextcloud talk unable to perform second call #173
Comments
I'm having this exact same issue, with same error message:
I don't know if this is also related to this issue, but i can also observe:
Nextcloud 22.2.3, Talk 12.1.2, using latest |
What are you using as frontend webserver? Could it be this closes the websocket connection between the client / browser and the signaling server? |
Nginx as a frontend. I've increased proxy timeouts to insane levels (like 86400s) but it didn't help here. |
Hi. |
With nginx the defaults should work without problems. The error message indicates an unclear termination of the websocket connection between the frontend webserver and the signaling server. Which browser are you using and are there any suspicious logs in the browser console at the time this happens? |
I am using the android client on both sides. |
This sound more like a problem with the Android app then. Never had similar problems with a browser. @acsfer are you using the Android app, too? |
No, my users don't use any app (android or ios). Regular browsers, but mixed (chrome, firefox, edge, safari). |
I'm having a similar issue:
I am running Nginx on host 30 and the HPB HTTP listens on host 31. For some reason, the backend wants to connect to the proxy host instead of the HPB host 31. Interestingly after starting the HPB via docker-compose the first call via android just works but the second one doesn't. Any hint is appreciated! |
Hi. I commented 3 lines on nginx configuration and it works now. location /standalone-signaling/spreed {
|
Thanx for your swift reply, but I have those settings already. Below is my full Nginx config for the signaling backend.
|
Hi. I actually commented this 3 lines on here: So, at the end, it is like this: |
Got you. Commented it in the sense of disabling it. |
@cue108 Actually your description of the problem make me look for other examples of websocket configuration in nginx. Maybe you can "play" with this options. I've got "inspired" here: |
@martinmoreira Thanx for the link! |
I am using Nextcould 2.2.3, Talk 12.2.2, and the latest Master branch of THIS. |
Hi. |
@cue108 : Could you please share your docker-compose.yml ? |
@martinmoreira It is the same as you will find in the root folder of this repository enriched with my individual REALM and STATIC_SECRET parameters. There is one change I did to docker/coturn/Dockerfile by adding the It might also be helpful to notice that if I switch off the High-performance backend configuration in the NC admin section and keep the STUN/TURN server still referring to the Coturn service launched by the same docker-compose it works just fine - all of it. |
I discovered I had the wrong external IP configured because of this message. :-) |
Hello, can you please explain the "--external-ip=xxxxx" parameter on dynamic ip adress? can i configure on this point a dyndns record? |
I'm getting the same server-side error with NC 23 and latest stable Talk. I compiled HPB from source on an Ubuntu 21.04 LXC container. Here's my client output:
Here's an additional piece of server output:
|
see #180 |
According to some of the comments above, this was fixed by setting a correct external IP in Coturn or changing configuration of the webserver. So most likely not related to the signaling server - closing then. Feel free to reopen with more details if really a problem of the signaling server. |
Greeting.
I am having an issue which prevents calls of being performed after a call was already ended.
The error message is:
signaling[1440533]: client.go:303: Error reading from 10.10.10.22: read tcp 127.0.0.1:8090->127.0.0.1:50042: use of closed network connection
The only way of having a new call is closing Nextcloud Talk completely, and reload it.
Thank you very much in advance.!
The text was updated successfully, but these errors were encountered: