giongto35/cloud-morph

Running without Sandbox failed

dong-lufei opened this issue · 4 comments

PS E:\test\cloud-morph> go run server.go
go: github.com/gofrs/uuid@v4.2.0+incompatible: Get "https://proxy.golang.org/github.com/gofrs/uuid/@v/v4.2.0+incompatible.mod": dial tcp 108.177.97.141:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
go: downloading github.com/gorilla/mux v1.8.0
go: downloading github.com/gorilla/websocket v1.5.0
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/gofrs/uuid v4.2.0+incompatible
go: downloading github.com/pion/rtp v1.7.13
go: downloading github.com/pion/interceptor v0.1.11
go: downloading github.com/pion/webrtc/v3 v3.1.41
go: github.com/gofrs/uuid@v4.2.0+incompatible: Get "https://proxy.golang.org/github.com/gofrs/uuid/@v/v4.2.0+incompatible.mod": dial tcp 108.177.97.141:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.

Can you open this address directly in the browser? https://proxy.golang.org/github.com/gofrs/uuid/@v/v4.2.0+incompatible.mod
Works for me just fine. Maybe try it with a proxy server.

打开内容是module github.com/gofrs/uuid

翻墙可以 跑出来了

Sadly, I don't know Chinese and Google Translate is not helpful.
I still recommend using some kind of Proxy, either system or something like this https://goproxy.cn/.