Last active
August 25, 2019 01:00
-
-
Save SnowCait/4c3f1d344845fbf968d1a5f93aa703be to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "errorType": "Error", | |
| "errorMessage": "Client network socket disconnected before secure TLS connection was established", | |
| "code": "ECONNRESET", | |
| "stack": [ | |
| "Error: Client network socket disconnected before secure TLS connection was established", | |
| " at TLSSocket.onConnectEnd (_tls_wrap.js:1092:19)", | |
| " at Object.onceWrapper (events.js:286:20)", | |
| " at TLSSocket.emit (events.js:203:15)", | |
| " at endReadableNT (_stream_readable.js:1129:12)", | |
| " at process._tickCallback (internal/process/next_tick.js:63:19)" | |
| ], | |
| "path": null, | |
| "host": "slack.com", | |
| "port": 443 | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "errorType": "Runtime.ExitError", | |
| "errorMessage": "RequestId: XXXX-XXXX-XXXX-XXXX-XXXX Error: Runtime exited with error: exit status 129" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment