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

Cannot connect with PeerJS server when trying to broadcast #157

Open
uriahf opened this issue Mar 26, 2022 · 3 comments
Open

Cannot connect with PeerJS server when trying to broadcast #157

uriahf opened this issue Mar 26, 2022 · 3 comments

Comments

@uriahf
Copy link

uriahf commented Mar 26, 2022

First of all, this is an awsome package - thank you so much for your hard work.

I want to share my slides with use_broadcast(), but I'm getting the following message:

cannot_connect

@gadenbuie
Copy link
Owner

broadcast uses peerjs to connect your browser with any followers. By default peerjs uses a public peerjs server 0.peerjs.com to set up the initial connection and that service occasionally falls over. It seems like it's down right now, but usually this resolves after a day or two

❯ ping 0.peerjs.com
PING 0.peerjs.com (51.195.235.166): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
Request timeout for icmp_seq 3

@uriahf
Copy link
Author

uriahf commented Mar 28, 2022

@gadenbuie
Did you see this message?

peers/peerjs#938 (comment)

@jonasgloning
Copy link

PeerJS is back online :)

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

3 participants