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
Make speaker discovery more resilient.
~ % kefw2 config speaker discover --save No speakers found ~ % kefw2 config speaker discover --save panic: interface conversion: interface {} is nil, not []interface {} goroutine 1 [running]: github.com/hilli/go-kef-w2/kefw2.(*KEFSpeaker).getId(0x14000031970) github.com/hilli/go-kef-w2/kefw2/kefw2.go:82 +0x3b0 github.com/hilli/go-kef-w2/kefw2.(*KEFSpeaker).UpdateInfo(0x14000031970) github.com/hilli/go-kef-w2/kefw2/kefw2.go:51 +0x9c github.com/hilli/go-kef-w2/kefw2.NewSpeaker({0x14000175340?, 0x0?}) github.com/hilli/go-kef-w2/kefw2/kefw2.go:35 +0x70 github.com/hilli/go-kef-w2/kefw2.DiscoverSpeakers() github.com/hilli/go-kef-w2/kefw2/discover.go:17 +0xa4 github.com/hilli/go-kef-w2/cmd/kefw2/cmd.init.func3(0x14000117100?, {0x101203e9a?, 0x4?, 0x101203e76?}) github.com/hilli/go-kef-w2/cmd/kefw2/cmd/config_speaker.go:37 +0x70 github.com/spf13/cobra.(*Command).execute(0x1016e3560, {0x14000090920, 0x1, 0x1}) github.com/spf13/[email protected]/command.go:987 +0x828 github.com/spf13/cobra.(*Command).ExecuteC(0x1016e5ac0) github.com/spf13/[email protected]/command.go:1115 +0x344 github.com/spf13/cobra.(*Command).Execute(...) github.com/spf13/[email protected]/command.go:1039 github.com/hilli/go-kef-w2/cmd/kefw2/cmd.Execute() github.com/hilli/go-kef-w2/cmd/kefw2/cmd/root.go:85 +0x58 main.main() ./kefw2.go:27 +0x1c
kefw2 config speaker add <IP>
The text was updated successfully, but these errors were encountered:
hilli
No branches or pull requests
Make speaker discovery more resilient.
kefw2 config speaker add <IP>
The text was updated successfully, but these errors were encountered: