#File Export Issue

1 messages · Page 1 of 1 (latest)

barren cloak
south river
#

File Export Issue

barren cloak
#

i generated it by using WSL so its not blocking, wingy deleted that file because it should be maanged by dagger to do the introspection.

#

so i was like "hey, i need that file!" and then i ran the command

south river
#

@barren cloak are you hooked up to Traces by chance, would be great to be able to look at that when the function is called.

barren cloak
#

oh, dagger cloud?

south river
#

Yeah -

If not its ok, could you just share the command you ran so I can try to reproduce?

Also you running windows CLI or WSL cli?

barren cloak
#

or do you mean OTEL is not disabled?

#

I was running dagger windows CLI, and workaround is WSL cli

south river
#

Thanks, its possibly a bug, ill dig in a bit here.

barren cloak
#

dagger call introspect export --path ./Dagger.SDK/introspection.json

#

im on traces now

south river
#

Oh sweet, could you send a URL - normally folks cant see it but everyone at dagger can 😇

barren cloak
#

are you going to hack me

south river
#

Hahahaha

barren cloak
#

sorry, always a funny querstion non tech people have asked me :S

#

i cant help myself

barren cloak
#

or is it actually okay to paste it here even?

south river
#

Thanks @barren cloak this is indeed a bug, im filing a report will link it here.

#

Interestingly enough this only seems to be a problem for files, I was able to export a dir without any issues.

south river
#

filed these two

GitHub

What is the issue? The dagger CLI crashes when trying to export a file in Windows. It looks like exporting a file attempts to do a chown and the CLI complains that this is not supported by Windows....

GitHub

What is the issue? The output in the terminal on Windows is very difficult to read because it seems that is is not able to handle the ANSI escape sequences properly. This behavior is the same on po...