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
+8-41Lines changed: 8 additions & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,9 @@
2
2
3
3
### Troubleshooting
4
4
5
-
For all below errors there will be more information provided in the container logs. You can check the logs for more details by checking the container logs by running;
5
+
For all below errors there will be more information provided in the container logs. You can check the logs for more details by checking the container logs by running`docker logs speedtest-tracker`.
6
6
7
-
`docker logs speedtest-tracker` 
8
-
9
-
or any other equivalent command for your setup. 
7
+
or any other equivalent command for your setup.
10
8
11
9
<details>
12
10
@@ -37,7 +35,7 @@ The `500 | SERVER ERROR` is caused by either a bug or a misconfiguration. You mu
This error is shown when the `APP_KEY` is not set or not set correctly. Make suer you set the `APP_KEY`as described in the [installation steps](../getting-started/installation/using-docker-compose.md#install-with-docker-compose).
38
+
This error is shown when the `APP_KEY` is not set or not set correctly. Make suer you set the `APP_KEY` as described in the [installation steps](../getting-started/installation/using-docker-compose.md#install-with-docker-compose).
41
39
42
40
</details>
43
41
@@ -65,7 +63,7 @@ When a speedtest is being [processed](../other/speedtest-process.md) Speedtest T
65
63
66
64
<summary>Failed to fetch external IP address</summary>
67
65
68
-
When the `SPEEDTEST_SKIP_IPS` environment variable is Speedtest Tracker will make a call to [http://icanhazip.com](http://icanhazip.com/) to get your external IP address. This is done check if your external IP address (WAN IP) should be skipped.
66
+
When the `SPEEDTEST_SKIP_IPS` environment variable is Speedtest Tracker will make a call to [http://icanhazip.com](http://icanhazip.com/) to get your external IP address. This is done check if your external IP address (WAN IP) should be skipped.
69
67
70
68
**Possible reasons**:
71
69
@@ -108,33 +106,19 @@ Not 100% sure what causes this exception yet but it's likely when the CLI can't
108
106
109
107
<summary>Unable to retrieve Ookla servers, check internet connection and see logs.</summary>
110
108
111
-
This errors is shown when we try to retrieve the Ookla server list when selecting an server wehn running an manual speedtest. We get the list from: [https://www.speedtest.net/api/js/servers](https://www.speedtest.net/api/js/servers). 
109
+
This errors is shown when we try to retrieve the Ookla server list when selecting an server wehn running an manual speedtest. We get the list from: [https://www.speedtest.net/api/js/servers](https://www.speedtest.net/api/js/servers).
112
110
113
-
This error is useually caused by a docker network problem or no internet connection. You can check the [container logs](error-messages.md#troubleshooting) for more details. 
111
+
This error is useually caused by a docker network problem or no internet connection. You can check the [container logs](error-messages.md#troubleshooting) for more details.
114
112
115
113
</details>
116
114
117
115
### InfluxDB
118
116
119
117
<details>
120
118
121
-
<summary>Failed to bulk write to InfluxDB</summary>
122
-
123
-
When Speedtest Tracker fails to write data to InfluxDB this error is shown. The [container logs](error-messages.md#troubleshooting) will show more details on why it failed. 
124
-
125
-
**Possible reasons:**
126
-
127
-
* Connectivity problem to InfluxDB
128
-
* Problem with authentication
129
-
* Specified bucket does not exist in InfluxDB
130
-
131
-
</details>
132
-
133
-
<details>
134
-
135
-
<summary>Failed to write test data to InfluxDB.</summary>
119
+
<summary>Failed to write to InfluxDB</summary>
136
120
137
-
When Speedtest Tracker fails to write data to InfluxDB this error is shown. The [container logs](error-messages.md#troubleshooting) will show more details on why it failed. 
121
+
When Speedtest Tracker fails to write data to InfluxDB this error is shown. The [container logs](error-messages.md#troubleshooting) will show more details on why it failed.
138
122
139
123
**Possible reasons:**
140
124
@@ -143,20 +127,3 @@ When Speedtest Tracker fails to write data to InfluxDB this error is shown. The
143
127
* Specified bucket does not exist in InfluxDB
144
128
145
129
</details>
146
-
147
-
<details>
148
-
149
-
<summary>Failed to write to InfluxDB.</summary>
150
-
151
-
When Speedtest Tracker fails to write data to InfluxDB this error is shown. The [container logs](error-messages.md#troubleshooting) will show more details on why it failed. 
0 commit comments