Hello,
I have this error : host: invalid host \"Raspberry Pi\"
What can I do please ?
I use your library in a Golang program that is running in a Docker container in a Raspberry 3.
From what I see in the code, this part should be OK because Raspberry Pi does exist in the list of available hosts, right ? But it is not..
describer, ok := describers[host]
if !ok {
return nil, fmt.Errorf("host: invalid host %q", host)
}
Thanks a lot.
Hello,
I have this error :
host: invalid host \"Raspberry Pi\"What can I do please ?
I use your library in a Golang program that is running in a Docker container in a Raspberry 3.
From what I see in the code, this part should be OK because Raspberry Pi does exist in the list of available hosts, right ? But it is not..
Thanks a lot.