-
Notifications
You must be signed in to change notification settings - Fork 929
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
Download of droplet/package throws stack trace #2429
Comments
I am hitting the same problem, with a slightly different error.
Setting CF_TRACE=1 and rerunning results in an output file that has the trace at the beginning and the downloaded droplet after that. The output from the trace (sanitized) is:
This happens on both Ubuntu 22.04 using Bash and MacOS 13.4 using zsh |
I'm seeing the same issue, with the same command:
As a workaround, use the |
I was able to reproduce this situation. The |
Added to our team backlog. |
Please fill out the issue checklist below and provide ALL the requested information.
CF_TRACE=1
to help debug the issue.Describe the bug and the command you saw an issue with
I tried both to download a droplet and package with cf cli8. It works in cf cli v7 without issue.
What happened
Expected behavior
I get a stream of the app binaries. On Cli 7.6 it works.
Exact Steps To Reproduce
Run the cf curl command for download of either droplet or package in cf8
Provide more context
Notes regarding V6 and V7 CLI support:
The text was updated successfully, but these errors were encountered: