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

FLYCTL_OUTPUT_HAR invalid output #3107

Open
andrewbaxter opened this issue Dec 11, 2023 · 0 comments
Open

FLYCTL_OUTPUT_HAR invalid output #3107

andrewbaxter opened this issue Dec 11, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@andrewbaxter
Copy link

Please only report specific issues with flyctl behavior. Anything like a support request for your application should go to https://community.fly.io. More people watch that space and can help you faster!

Describe the bug
FLYCTL_OUTPUT_HAR=./hars flyctl machines status -a app machine

The generated har file is just

{
    "log": {
        "version": "1.2",
        "creator": {
            "name": "github.com/vvakame/go-harlog",
            "version": "0.0.1"
        },
        "entries": null
    }
}

It has no info, and Chrome rejects it because entries is null.

The same goes for machine stop etc.

This happens on the latest published release as well as on source master (checked out a minute ago).

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

No branches or pull requests

1 participant