Getting "Request error / Sorry, we shouldn’t have let this happen. Please review your request"
Trying to work with a REST API from the Slurm job scheduler, and when I make a request via curl, all is fine. But, when I try to use HTTPie (Windows binary), I get the following screen:
But when I look at the call / response stream from HTTPie thru Wireshark, I see the following:
Why is HTTPie not displaying the response correctly? Is it a setting I need to change? (new to HTTPie here...)
me too qaq
This started happening with me as well. Different API, but the endpoint calls were working for several weeks, and then one day they didn't. I assumed the service was down, but after a while I checked with curl and it works fine. It also works fine as XMLHttpRequest from the web app. It's just HTTPie that won't show the response.
The stated reason in my case was different though. The user above was getting "Parse Error: Expected HTTP/", but I'm getting "Unable to get local issuer certificate".