You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: help/error-messages.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,11 @@
4
4
5
5
<details>
6
6
7
-
<summary>Could not resolve host.</summary>
7
+
<summary>Tests are saying there is no internet while there is.</summary>
8
8
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.
10
12
11
13
</details>
12
14
@@ -32,6 +34,6 @@ This usually means the defined server is no longer available. Remove it from you
32
34
33
35
<summary>Server Selection - Failed to find a working test server. (NoServers)</summary>
34
36
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.
Copy file name to clipboardExpand all lines: help/faqs.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,16 +62,6 @@ Starting your cron schedule at an off-peak minute can help reduce network conges
62
62
63
63
<details>
64
64
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
-
75
65
<summary>I'm getting a <code>500 | SERVER ERROR</code> error</summary>
76
66
77
67
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