Skip to content

Commit eda828c

Browse files
svenvg93gitbook-bot
authored andcommitted
GITBOOK-15: Move the IP check error from FAQ To error messages
1 parent fce4801 commit eda828c

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

help/error-messages.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44

55
<details>
66

7-
<summary>Could not resolve host.</summary>
7+
<summary>Tests are saying there is no internet while there is.</summary>
88

9-
This means the container can't reach the internet to run a speedtest successfully.
9+
When a speedtest is being processed Speedtest Tracker will make a call to [http://icanhazip.com](http://icanhazip.com) to get your external IP address. This is done to determine if your server has access to the internet and to check if your external IP address (WAN IP) should be skipped.
10+
11+
Some DNS blocks lists will block this domain, if you're getting errors and your server has access to the internet you'll need to add this to your allow lists.
1012

1113
</details>
1214

@@ -32,6 +34,6 @@ This usually means the defined server is no longer available. Remove it from you
3234

3335
<summary>Server Selection - Failed to find a working test server. (NoServers)</summary>
3436

35-
Not 100% sure what causes this exception yet but it's likely when the CLI can't locate a local server. You should specify a list of servers to see if that addresses the issue.
37+
Not 100% sure what causes this exception yet but it's likely when the CLI can't locate a local server. You should specify a list of servers to see if that addresses the issue.
3638

3739
</details>

help/faqs.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,6 @@ Starting your cron schedule at an off-peak minute can help reduce network conges
6262

6363
<details>
6464

65-
<summary>Scheduled tests are saying there is no internet while there is.</summary>
66-
67-
When a speedtest is being processed Speedtest Tracker will make a call to [http://icanhazip.com](http://icanhazip.com) to get your external IP address. This is done to determine if your server has access to the internet and to check if your external IP address (WAN IP) should be skipped.
68-
69-
Some DNS blocks lists will block this domain, if you're getting errors and your server has access to the internet you'll need to add this to your allow lists.
70-
71-
</details>
72-
73-
<details>
74-
7565
<summary>I'm getting a <code>500 | SERVER ERROR</code> error</summary>
7666

7767
By default `APP_DEBUG` is set to `false` in production to prevent verbose error outputs. To debug the issue follow the steps below.

0 commit comments

Comments
 (0)