Open ghost opened 6 years ago
Hi,
When I try to run the ngrok server, I get the following error:
X:~/ngrok_test$ docker run -it -v /tmp/bin:/ngrok/bin -e CA_CERT="`awk 1 ORS='\\n' rootCA.pem`" yappabe/ngrok-server => Compiling ngrok binary files go get github.com/jteeuwen/go-bindata GOOS="" GOARCH="" go install github.com/jteeuwen/go-bindata/go-bindata bin/go-bindata -nomemcopy -pkg=assets -tags=release \ -debug=false \ -o=src/ngrok/client/assets/assets_release.go \ assets/client/... go get github.com/jteeuwen/go-bindata GOOS="" GOARCH="" go install github.com/jteeuwen/go-bindata/go-bindata bin/go-bindata -nomemcopy -pkg=assets -tags=release \ -debug=false \ -o=src/ngrok/server/assets/assets_release.go \ assets/server/... go get -tags 'release' -d -v ngrok/... package code.google.com/p/log4go: unable to detect version control system for code.google.com/ path github.com/gorilla/websocket (download) import "context": import path doesn't contain a slash package github.com/gorilla/websocket imports context: unrecognized import path "context" import "net/http/httptrace": import path doesn't contain a hostname package github.com/gorilla/websocket imports net/http/httptrace: unrecognized import path "net/http/httptrace" github.com/inconshreveable/go-update (download) package github.com/gorilla/websocket imports github.com/inconshreveable/go-update imports github.com/inconshreveable/go-update/check imports github.com/inconshreveable/go-update/check imports github.com/inconshreveable/go-update/check: cannot find package "github.com/inconshreveable/go-update/check" in any of: /usr/lib/go/src/pkg/github.com/inconshreveable/go-update/check (from $GOROOT) /ngrok/src/github.com/inconshreveable/go-update/check (from $GOPATH) github.com/inconshreveable/go-vhost (download) github.com/inconshreveable/mousetrap (download) github.com/nsf/termbox-go (download) github.com/mattn/go-runewidth (download) github.com/rcrowley/go-metrics (download) Fetching https://gopkg.in/yaml.v1?go-get=1 Parsing meta tags from https://gopkg.in/yaml.v1?go-get=1 (status code 200) get "gopkg.in/yaml.v1": found meta tag main.metaImport{Prefix:"gopkg.in/yaml.v1", VCS:"git", RepoRoot:"https://gopkg.in/yaml.v1"} at https://gopkg.in/yaml.v1?go-get=1 gopkg.in/yaml.v1 (download) Makefile:8: recipe for target 'deps' failed make: *** [deps] Error 1
How do I make it work?
I get the same error
@davidkester We don't use or maintain this repo anymore. Feel free to PR a fix.
Hi,
When I try to run the ngrok server, I get the following error:
How do I make it work?