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

Error when using darwin goon in linux docker container could be clearer #29

Open
KronicDeth opened this issue Aug 26, 2016 · 1 comment

Comments

@KronicDeth
Copy link

If you're using docker on OSX to run your Elixir project and you download the darwin version of goon, thinking you need the OSX version, you'll get

14:51:56.559 [info] Application porcelain exited: Porcelain.App.start(:normal, []) returned an error: "goon executable at /code/goon does not support protocol version 2.0"

But the actual problem is you needed to install the linux amd64 version of goon. I don't know if it would be possible to detect you're using the wrong OS's goon, but it would be helpful.

@whitfin
Copy link

whitfin commented Oct 11, 2016

This is more of a general issue. If I use amd64 version of Goon, I get the same error message - but go version reports that I'm on darwin/amd64. If I use the 386 one it then works.

Clearly nothing to do with protocol versioning, the error message just need improving here rather than being hardcoded to that.

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

2 participants