You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When exporting cookies from a run to SOME_FILE export is failing if SOME_FILE has non-existing directory:
$ echo'HEAD https://hurl.dev'| hurl --cookie-jar /tmp/a/b/c/out.txt
error: Issue writing to /tmp/a/b/c/out.txt: Os { code: 2, kind: NotFound, message: "No such file or directory" }
--cookie-jar should works like --curll which create intermediate directories:
jcamiel
changed the title
--cookie-jar FILE doesn't work if intermediate directory don't exist
--cookie-jar FILE doesn't work if intermediate directories don't exist
Jan 24, 2025
When exporting cookies from a run to
SOME_FILE
export is failing ifSOME_FILE
has non-existing directory:--cookie-jar
should works like--curll
which create intermediate directories:Note: we could try while fixing this bug to mutualize the code that create a file and it's indermediate directories:
The text was updated successfully, but these errors were encountered: