Steps to Reproduce:
Works fine with 0.22.x.
Could you please provide the actual response and the screenshot of the duration breakdown when you hover on the timer icon?
Within status bar i can see waiting message and when it disappears the error will be shown.
No other message. No Result.

@katagaStyle thanks for your quick reply, could you please also check the output named REST in the output channel of VSCode
[Error - 08:50:29] Failed to send request:
TypeError: Cannot read property 'toFixed' of null
at T.formatDurationStatusBar (/home/ad/.vscode/extensions/humao.rest-client-0.23.0/dist/extension.js:642:8115)
at T.runCore (/home/ad/.vscode/extensions/humao.rest-client-0.23.0/dist/extension.js:642:6098)
at processTicksAndRejections (internal/process/task_queues.js:89:5)
at async T.run (/home/ad/.vscode/extensions/humao.rest-client-0.23.0/dist/extension.js:642:5559)
@katagaStyle I think I have fixed the issue, and could you please provide your actual request to help me verify the fix if convenient?
@katagaStyle I think I have fixed the issue, and could you please provide your actual request to help me verify the fix if convenient?
It is a pretty simple request to a health endpoint of an spring boot webservice within our company network.
`@host = https://xxx.xxx.de
@service = {{host}}/services/servicename/version
GET {{service}}/actuator/health`
@Huachao at what times do you push fixes to the vscode marketplace? I am experiencing this issue as well.
@SimonDever I am still working on some features, a newer release will be published after that. Before completion, you can still use the old version like 0.22.3 to test your APIs.
Thanks for the tip :)
Can you please release the bugfix? Or provide a workaround so we can keep using the extension in the meantime? 鉂わ笍
@bendem Install the old version may work
@SimonDever @bendem @katagaStyle @gustavoveronese I have published the latest version 0.23.1 and you can verify it.
Most helpful comment
@SimonDever @bendem @katagaStyle @gustavoveronese I have published the latest version 0.23.1 and you can verify it.