flyctl icon indicating copy to clipboard operation
flyctl copied to clipboard

FLYCTL_OUTPUT_HAR invalid output

Open andrewbaxter opened this issue 2 years ago • 0 comments

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).

andrewbaxter avatar Dec 11 '23 16:12 andrewbaxter