gadenbuie / xaringanExtra

:ferris_wheel: A playground of enhancements and extensions for xaringan slides.
https://pkg.garrickadenbuie.com/xaringanExtra
Other
445 stars 36 forks source link

Cannot connect with PeerJS server when trying to broadcast #157

Open uriahf opened 2 years ago

uriahf commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

@gadenbuie Did you see this message?

https://github.com/peers/peerjs/issues/938#issue-1179716964

jonasgloning commented 2 years ago

PeerJS is back online :)