#file not found

1 messages ยท Page 1 of 1 (latest)

stiff scroll
#

could it be an issue specific to windows path?

oak reef
#

Possible, ive tried providing full absolute path, using the 'windows' way with \ backslash and also the 'vscode/linux' path way with / - but im hiting the same behaviour

#

I supose a strange part is "lstat /" at the beginning

#

which is a linux specific command.

vestal crow
#

Argh this is likely some changes in 0.11.5

#

Cc @lucid walrus

#

I thought I tested this ๐Ÿ˜ž

lucid walrus
oak reef
#

its not from the latest patch

#

because i was on 0.11.4, and then thought " let me update, there was a recent patch"

#

and same issue

lucid walrus
#

Good to know, seeing if I can track it down

oak reef
#

shall i make a quick github issue

lucid walrus
oak reef
lucid walrus
#

@oak reef did you happen to try this permutation of formats:

dagger -m github.com/shykes/daggerverse/wolfi@v0.1.2 call container with-file --path=/README.md --source=C://Projects/example/README.md with-exec --args="cat","/README.md" stdout

key parts being that it's an absolute path and the use of / rather than \ in --source=C://Projects/example/README.md

If my understanding is correct, that might be a workaround for now. Working on testing a fix either way, so no worries if you don't have time to try again now.

oak reef
#

success!

#

it works, but you have to manually go and change it all as the terminal recommendations for pathing is all C:\ etc. so you go back and put C://path/to/file and it works

lucid walrus
oak reef