Skip to content
New issue

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

Invalid host #88

Open
fallais opened this issue Dec 19, 2017 · 8 comments
Open

Invalid host #88

fallais opened this issue Dec 19, 2017 · 8 comments

Comments

@fallais
Copy link

fallais commented Dec 19, 2017

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.

@tommaso1
Copy link

+1

@Carrotman42
Copy link

Carrotman42 commented Dec 26, 2017 via email

@marian-craciunescu
Copy link

I'm having the same issue after the fork.The imports paths when forking are still github/kidoman/embd
and you will have an empty describers map.

@vacovsky
Copy link

vacovsky commented Feb 7, 2018

Same issue here. +1

@philippegabert
Copy link

+1

1 similar comment
@dirkdamerau
Copy link

+1

@dougthebug
Copy link

Same here. I downgraded to an earlier kernel to get around this, qmsk/e2 on rpi2. I just posted there my solution, but I’d rather try to wrap my head around how this works so an update doesn’t lead to my stuff breaking. 😭

@philippegabert
Copy link

philippegabert commented Mar 17, 2018

I think you guys should add this to the import list... It solved the issue for me

_ "github.com/kidoman/embd/host/rpi"

(With the underscore)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants