Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTML report crash when using standard input #1283

Closed
jcamiel opened this issue Feb 15, 2023 · 0 comments · Fixed by #1298
Closed

HTML report crash when using standard input #1283

jcamiel opened this issue Feb 15, 2023 · 0 comments · Fixed by #1298
Labels
bug Something isn't working
Milestone

Comments

@jcamiel
Copy link
Collaborator

jcamiel commented Feb 15, 2023

Summary

HTML report crash when using standard input.

Steps to reproduce

$ echo 'HEAD https://hurl.dev' | hurl --report-html /tmp/
thread 'main' panicked at 'existing file: Os { code: 2, kind: NotFound, message: "No such file or directory" }', packages/hurl/src/report/mod.rs:29:68
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
zsh: done       echo 'HEAD https://hurl.dev' |
zsh: abort      hurl --report-html /tmp/

Output of checks

  • Version (hurl --version):
$ hurl --version
hurl 2.0.1 libcurl/7.79.1 (SecureTransport) LibreSSL/3.3.6 zlib/1.2.11 nghttp2/1.45.1
Features (libcurl):  alt-svc AsynchDNS HSTS HTTP2 IPv6 Largefile libz NTLM NTLM_WB SPNEGO SSL UnixSockets
Features (built-in): brotli
  • Operating system and version: All
@jcamiel jcamiel added the bug Something isn't working label Feb 15, 2023
@jcamiel jcamiel added this to the 3.0.0 milestone Mar 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant