We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
traefik --help panics:
traefik --help
./traefik --help panic: interface conversion: interface is main.Constraints, not []types.Constraint goroutine 1 [running]: panic(0xe11a80, 0xc820295340) /home/emile/.gvm/gos/go1.6/src/runtime/panic.go:464 +0x3e6 main.(*Constraints).SetValue(0xc8202d81a0, 0xc2f280, 0xc820317ea0) /home/emile/dev/go/src/github.com/containous/traefik/configuration.go:176 +0x56 github.com/containous/traefik/vendor/github.com/containous/flaeg.PrintHelpWithCommand(0xc82017d348, 0xc82017d318, 0xc8202cdd10, 0xc8201e6d70, 0xc82025b6b0, 0x2, 0x2, 0x0, 0x0) /home/emile/dev/go/src/github.com/containous/traefik/vendor/github.com/containous/flaeg/flaeg.go:593 +0x764 github.com/containous/traefik/vendor/github.com/containous/flaeg.PrintErrorWithCommand(0x7f6f246c4028, 0xc82025b630, 0xc82017d348, 0xc82017d318, 0xc8202cdd10, 0xc8201e6d70, 0xc82025b6b0, 0x2, 0x2, 0x0, ...) /home/emile/dev/go/src/github.com/containous/traefik/vendor/github.com/containous/flaeg/flaeg.go:648 +0xef github.com/containous/traefik/vendor/github.com/containous/flaeg.LoadWithCommand(0xc8201e6d70, 0xc82000a3f0, 0x1, 0x1, 0xc8202cdc80, 0xc82025b6b0, 0x2, 0x2, 0x0, 0x0) /home/emile/dev/go/src/github.com/containous/traefik/vendor/github.com/containous/flaeg/flaeg.go:540 +0x449 github.com/containous/traefik/vendor/github.com/containous/flaeg.(*Flaeg).Parse(0xc8201ccba0, 0xc8201e6d70, 0x1, 0x0, 0x0) /home/emile/dev/go/src/github.com/containous/traefik/vendor/github.com/containous/flaeg/flaeg.go:701 +0xb8 main.main() /home/emile/dev/go/src/github.com/containous/traefik/traefik.go:93 +0x15ec
The text was updated successfully, but these errors were encountered:
emilevauge
No branches or pull requests
traefik --help
panics:The text was updated successfully, but these errors were encountered: