thunderclient / thunder-client-support

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

Error when sending request: ENOENT: no such file or directory #1483

Closed esp0314 closed 6 months ago

esp0314 commented 6 months ago

Hi @rangav,

One of our api endpoints is failing due to the error below. Can you please help us check? image

Tried also in CLI, and got the same result image

image

ThunderClient version: 2.17.8 CLI version: 1.11.8

Tried different version and it is working at least on 2.17.1(or maybe lower) image

image

And for CLI, it is working from 1.11.4 and below image

rangav commented 6 months ago

Thanks @esp0314 for reporting the issue.

I think we changed the naming of binary response files in recent update. That could be the issue.

will investigate and fix it asap.

rangav commented 6 months ago

This Bug is fixed now and published to the marketplace, please update to v2.18.0 and CLI to v1.12.0

See all features in this update https://github.com/rangav/thunder-client-support/releases/tag/v2.18.0

Please test and let me know your feedback.

esp0314 commented 6 months ago

Thank you for the update @rangav. Verified fixed image

image

rangav commented 6 months ago

Thank you for the confirmation