Skip to content

Invalid host #88

Description

@fallais

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions