httpie / http-prompt

An interactive command-line HTTP and API testing client built on top of HTTPie featuring autocomplete, syntax highlighting, and more. https://twitter.com/httpie
https://http-prompt.com
MIT License
8.96k stars 326 forks source link

Not performing requests on Windows #198

Open mniak opened 3 years ago

mniak commented 3 years ago

When I try to get or post anything, I'm getting the following error:

http://localhost:8080> get https://google.com
GET / HTTP/1.1
Accept: */*
Accept-Encoding: gzip, deflate
Connection: keep-alive
Host: google.com
User-Agent: HTTPie/2.4.0

http: error: PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\username\\AppData\\Local\\Temp\\tmp_xxxxxxx'

(each time, the temporary file is different)

Info

❯ http-prompt --version
2.1.0