We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9928031 commit 633ac2fCopy full SHA for 633ac2f
comms.go
@@ -90,7 +90,7 @@ func rawOpen(reset bool) (*Device, error) {
90
}
91
92
if !found {
93
- return nil, errors.New("Found an Elgato device, but not one which there is a definition for")
+ return nil, errors.New("Found an Elgato device, but not one for which there is a definition; have you imported the devices package?")
94
95
dev, err := devices[id].Open()
96
if err != nil {
0 commit comments