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

setting up on chromeos flex #10

Open
lblasc opened this issue Jun 21, 2024 · 1 comment
Open

setting up on chromeos flex #10

lblasc opened this issue Jun 21, 2024 · 1 comment
Assignees

Comments

@lblasc
Copy link

lblasc commented Jun 21, 2024

~/.cache dir is missing, mkdir ~/.cache resolves the issue.

lblasc@penguin:~$ tvbeat-ssh config --username lblasc
panic: mkdir /home/lblasc/.cache/tvbeat: no such file or directory

goroutine 1 [running]:
main.configAction(0xc00012c6c0)
        /github/workspace/main.go:243 +0xbc5
github.com/urfave/cli/v2.(*Command).Run(0xc0001e0000, 0xc00012c6c0, {0xc00011f3b0, 0x3, 0x3})
        /go/pkg/mod/github.com/urfave/cli/v2@v2.25.7/command.go:274 +0x93f
github.com/urfave/cli/v2.(*Command).Run(0xc0001e0420, 0xc00012c5c0, {0xc00012c000, 0x4, 0x4})
        /go/pkg/mod/github.com/urfave/cli/v2@v2.25.7/command.go:267 +0xb7d
github.com/urfave/cli/v2.(*App).RunContext(0xc0001de000, {0x93a8b0, 0xc58920}, {0xc00012c000, 0x4, 0x4})
        /go/pkg/mod/github.com/urfave/cli/v2@v2.25.7/app.go:332 +0x566
github.com/urfave/cli/v2.(*App).Run(...)
        /go/pkg/mod/github.com/urfave/cli/v2@v2.25.7/app.go:309
main.main()
        /github/workspace/main.go:224 +0x416
@aanderse
Copy link
Contributor

aanderse commented Jun 21, 2024

standard Debian container, right? i assume this issue is pretty high priority, yeah?

misread... i see, the code assumes ~/.cache exists and is missing a recursive mkdir... thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants