Skip to content
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

Closed by server [1006 => ]! #119

Open
ggsant opened this issue Feb 4, 2021 · 13 comments
Open

Closed by server [1006 => ]! #119

ggsant opened this issue Feb 4, 2021 · 13 comments

Comments

@ggsant
Copy link

ggsant commented Feb 4, 2021

when I insert a link I get this error
Closed by server [1006 =>]!

I take the opportunity to ask if it is possible to transmit images from a security camera via flutter_webrtc to the web, and how do I do this? In the demo it is not clear how to connect a camera other than a web can or cell phone camera.

@Lukas2019
Copy link

Hi,
I have the same Problem ( 'Closed by server [1006 =>]!' ) but only when I try to use it as Web app.
Not sure what this Error means.

@stale
Copy link

stale bot commented May 4, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix This will not be worked on label May 4, 2021
@ggsant ggsant closed this as completed May 11, 2021
@ggsant ggsant reopened this May 11, 2021
@stale stale bot removed the wontfix This will not be worked on label May 11, 2021
@mustafaboleken
Copy link

same

@mayaparamita
Copy link

I tried to run this on web (chrome) it worked at first. But on the second time and so on, everytime I tried it it shows this error:

connect to https://demo.cloudwebrtc.com:8086/ws
Closed by server [1006 => ]!

It hasn't worked and still showing that error since then

@Shanki070
Copy link

Getting the same issue.

@ycherniavskyi
Copy link
Member

As I remembered I got this error when used Nginx as WebScocket proxy and it closed WebScocket connections by timeout.

@eugenioamato
Copy link

The demo works on Android, but I receive this error only on Flutter web

Configured with demo.cloudwebrtc.com
When clicking 'P2P Call sample"
Chrome console shows:

browser_client.dart:72 GET https://demo.cloudwebrtc.com:8086/api/turn?service=turn&username=flutter-webrtc net::ERR_CERT_DATE_INVALID

html_dart2js.dart:31744 WebSocket connection to 'wss://demo.cloudwebrtc.com:8086/ws' failed: Error in connection establishment: net::ERR_CERT_DATE_INVALID
js_primitives.dart:30 Closed by server [1006 => ]!

@mayaparamita
Copy link

I tried to run this on web (chrome) it worked at first. But on the second time and so on, everytime I tried it it shows this error:

connect to https://demo.cloudwebrtc.com:8086/ws
Closed by server [1006 => ]!

It hasn't worked and still showing that error since then

Hi guys, I found that when i copy paste the browser link from browser who automatically open when I click run on android studio and paste it to another browser it automatically works. Hope it helps

@kakon007
Copy link

Still getting the same issue.

@kakon007
Copy link

I've solved this issue in this way-
Firstly, run this command in Your Server Machine- mkcert -key-file configs/certs/key.pem -cert-file configs/certs/cert.pem localhost 127.0.0.1 ::1 0.0.0.0
Secondly, run this command in Your Server Machine- mkcert --install

@Androidsignal
Copy link

Same issue any updates ?

@gev
Copy link

gev commented Jan 20, 2023

Same issue any updates ?

Aha! The reason is that the demo.cloudwebrtc.com certificate has expired:

Issued On	Thursday, July 14, 2022 at 4:42:23 AM
Expires On	Wednesday, October 12, 2022 at 4:42:22 AM

Create a new issue #207

@basharalbashier
Copy link

Still having the same issue, even though I have certificate already installed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests