deis / workflow-cli

The CLI for Deis Workflow
http://deis.com
MIT License
31 stars 43 forks source link

Error with binary compiled with go-1.7.0: "dial tcp: no suitable address found" #240

Closed manuwell closed 7 years ago

manuwell commented 7 years ago

Any kind of operation with workflow-cli-v2.5.1 is raising the following error:

$ deis apps
Error: Get http://deis.lundgreen.rkp.local/v2/apps/?limit=100: dial tcp: no suitable address found
$ deis version
v2.5.1

This seems to be introduced with new go version 1.7.0 and fixed on go 1.7.1.

By compiling with go-1.7.1 the NAT error doesn't happen anymore.

Full history of the troubleshoot can be found on slack channel.