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
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Result Error Messages
1
+
# Error Messages
2
2
3
3
Ookla's CLI can throw some common error messages. Below is a list with an explanation of what it means.
4
4
@@ -9,3 +9,19 @@ Ookla's CLI can throw some common error messages. Below is a list with an explan
9
9
This is usually thrown when the CLI fails to reach the internet (internet down) or the specified server.
10
10
11
11
</details>
12
+
13
+
<details>
14
+
15
+
<summary>Configuration - No servers defined (NoServersException)</summary>
16
+
17
+
This usually means the defined server is no longer available. Remove it from your server list and try testing with a different server.
18
+
19
+
</details>
20
+
21
+
<details>
22
+
23
+
<summary>Server Selection - Failed to find a working test server. (NoServers)</summary>
24
+
25
+
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.
0 commit comments