thunderclient / thunder-client-support

Thunder Client is a lightweight Rest API Client Extension for VS Code.
https://www.thunderclient.com
Other
3.64k stars 130 forks source link

Error: getaddrinfo ENOTFOND [::1] #1415

Closed degoya closed 11 months ago

degoya commented 11 months ago

Describe the bug When trying to connect to a IPV6 [::1} i get the following error

getaddrinfo ENOTFOND [::1]

To Reproduce connect to a api on local host with [::1]

Expected behavior Should get the API, like it was before, this error is new.

Platform:

Are you using the free version/paid version/trial: Free version

rangav commented 11 months ago

@degoya

Please the solutions mentioned here https://github.com/rangav/thunder-client-support/blob/master/docs/common-issues.md

degoya commented 11 months ago

@degoya

Please the solutions mentioned here https://github.com/rangav/thunder-client-support/blob/master/docs/common-issues.md

this solved the issue, thank you for the fast response and the great work with Thunderclient.