vscode-restclient
vscode-restclient copied to clipboard
Cannot read properties of undefined (reading 'toString')
Hello, I'm getting this error
Cannot read properties of undefined (reading 'toString')
when doing a simple cURL request like this one 👍
### Test
curl https://cat-fact.herokuapp.com/facts/random
Could you please help me understand what i'm doing wrong ?
the same issue!
same issue
I'm getting this error too since updating it to v0.25.0
.
My current solution is to install another version and choose v0.24.6
. It worked just fine.
@Huachao, I think this commit d8528c2 should be released ASAP.
short-term solution: request with body to avoid body parse error according this commit d8528c2
### Test
curl https://cat-fact.herokuapp.com/facts/random --data "anything"
Same issue.
I tested. I think the latest commit of this repo already solved this issue. It can be closed.
@Huachao When will you release new version to the VSCode Marketplace?
@monisnap-julien @doggy8088 @doanthaibao @whinc @afiiif @trbhoang @spone379 @liongkj @sminder @jgoodw1n @doggy8088 @JtMotoX @y4code @robotroll @amine-prime sorry for the late reply, you can checkout the latest version 0.25.1 to verify the fix
I confirmed. It do works. Thank you! 👍