Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit c277390

Browse files
committed
adding more trouble shooting
1 parent 77a63b7 commit c277390

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,11 +268,12 @@ $ cfy uninstall --allow-custom-parameters -p ignore_failure=true --task-retries=
268268
```
269269

270270

271-
# Trouble-shooting
271+
# Troubleshooting
272+
272273

273274
## 502 Bad Gateway
274275

275-
If `cfy profiles use [IP]` fails with this output, trying restarting the VM.
276+
- If `cfy profiles use ...` fails with this output, the service has started in error state. Try restarting the VM.
276277

277278
```shell
278279
<head><title>502 Bad Gateway</title></head>
@@ -283,3 +284,13 @@ If `cfy profiles use [IP]` fails with this output, trying restarting the VM.
283284
</html>
284285
```
285286

287+
288+
## [Errno 61] Connection refused
289+
290+
- If `cfy profiles use ...` fails with the following output, then the server is refusing your connection because of too many requests. Most likely this is an issue with your network. Expect this issue to come up a lot until your network service improves.
291+
292+
```shell
293+
Attempting to connect...
294+
HTTPConnectionPool(host='**.***.***.***', port=80): Max retries exceeded with url: /api/v3/provider/context (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x10d9d0590>: Failed to establish a new connection: [Errno 61] Connection refused',))
295+
```
296+

0 commit comments

Comments
 (0)