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
because it seemed more like how got version 11.8.6 wants it to be configured. That changed the error message to "The \"listener\" argument must be of type function. Received an instance of Object".
I saw some other issues suggesting that maybe it's a Node version issue. I was running node 20.18.0, so I backed it off to 16.2.0 but that didn't have any affect.
I saw another issue suggesting maybe it was some kind of IPv6 problem so I added "--dns-result-order=ipv4first" to the "args" array in launch.json. That didn't seem to affect it either.
I'm happy to do more testing, but I'm at a loss as to how to fix.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
http.*proxy*
settings in VSCode user settings"rest-client.excludeHostsForProxy"
setting in VSCode user settings*.rest
file to edit in vscode and put### google test GET https://www.google.com
"Expected the
options.agentproperties to be
http,
httpsor
http2, got
_events"
I tried modifying the proxy code in src/utils/httpClient.ts like so
because it seemed more like how got version 11.8.6 wants it to be configured. That changed the error message to
"The \"listener\" argument must be of type function. Received an instance of Object"
.I saw some other issues suggesting that maybe it's a Node version issue. I was running node 20.18.0, so I backed it off to 16.2.0 but that didn't have any affect.
I saw another issue suggesting maybe it was some kind of IPv6 problem so I added
"--dns-result-order=ipv4first"
to the"args"
array in launch.json. That didn't seem to affect it either.I'm happy to do more testing, but I'm at a loss as to how to fix.
The text was updated successfully, but these errors were encountered: