From e7e41006930dd3288c554180824e4c4e3d070849 Mon Sep 17 00:00:00 2001 From: Mitchell McCaffrey Date: Fri, 10 Apr 2020 11:22:18 +1000 Subject: [PATCH] Updated FAQ to be more clear about fixes for connection issues --- src/routes/FAQ.js | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/src/routes/FAQ.js b/src/routes/FAQ.js index cbe5eae..f3e1b15 100644 --- a/src/routes/FAQ.js +++ b/src/routes/FAQ.js @@ -67,6 +67,23 @@ function FAQ() { Ice connection failed / Connection failed. + + If you are getting a Connection failed error when trying to connect to + a game try these following things. + + +
    +
  1. Ensure your internet connection is working.
  2. +
  3. + If you are using an incognito or private browsing tab try using + normal browsing. +
  4. +
  5. + If both computers are on the same network try connecting them to + separate networks. For more info see below. +
  6. +
+
Owlbear Rodeo uses peer to peer connections to send data between the players. Specifically the{" "} @@ -86,17 +103,14 @@ function FAQ() { permission even though we wouldn't be using it. To us that is a bad user experience so we have decided against it at this time.
The good news is that Safari will still work if the two devices are - connected to a seperate network as we make use of{" "} + connected to a separate network as we make use of{" "} TURN {" "} servers which will handle the IP sharing and are not blocked by - Safari.{" "} - - So if you're seeing errors and are on the same network as the other - person if possible switch to seperate networks and try again. - - . For more information about Safari's restrictions on WebRTC see this{" "} + Safari. So if you're seeing errors and are on the same network as the + other person if possible switch to separate networks and try again. + For more information about Safari's restrictions on WebRTC see this{" "} bug report {" "}