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
(Adding this report, as the previous one is over a year old with no updates)
Trying to send any request results in Connection Rejected.
Errors messages:
[Error - 3:25:46 PM] Failed to send request:
RequestError: The connection was rejected. Either the requested service isn’t running on the requested server/port, the proxy settings in vscode are misconfigured, or a firewall is blocking requests. Details: RequestError.
at ClientRequest.<anonymous> (c:\Users\jtsombakos\.vscode-insiders\extensions\humao.rest-client-0.25.1\dist\extension.js:252:3306)
at Object.onceWrapper (node:events:629:26)
at ClientRequest.emit (node:events:526:35)
at e.emit (c:\Users\jtsombakos\.vscode-insiders\extensions\humao.rest-client-0.25.1\dist\extension.js:558:29932)
at TLSSocket.socketErrorListener (node:_http_client:495:9)
at TLSSocket.emit (node:events:514:28)
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
Steps to Reproduce:
Try to send request
Oddly, running the exact same code, but with the release version of VS Code (1.90.2), can send the request successfully without error.
The text was updated successfully, but these errors were encountered:
Confirming the same issue on 1.93.0, 1.93.1 and 1.94-insiders, REST Client Version: 0.25.1, Linux
This is just great timing, i just finished uninstalling postman and rewriting everything to use .http files instead and now everything is broken suddenly.
(Adding this report, as the previous one is over a year old with no updates)
Trying to send any request results in Connection Rejected.
Errors messages:
Steps to Reproduce:
Oddly, running the exact same code, but with the release version of VS Code (1.90.2), can send the request successfully without error.
The text was updated successfully, but these errors were encountered: