cloud-morph icon indicating copy to clipboard operation
cloud-morph copied to clipboard

Running without Sandbox failed

Open dong-lufei opened this issue 2 years ago • 4 comments

PS E:\test\cloud-morph> go run server.go
go: github.com/gofrs/[email protected]+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/[email protected]+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.

dong-lufei avatar Aug 26 '22 07:08 dong-lufei

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.

sergystepanov avatar Aug 26 '22 09:08 sergystepanov

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

dong-lufei avatar Aug 26 '22 10:08 dong-lufei

翻墙可以 跑出来了

dong-lufei avatar Aug 26 '22 10:08 dong-lufei

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/.

sergystepanov avatar Aug 26 '22 10:08 sergystepanov