[stream error: stream ID 11; INTERNAL_ERROR]
Laotree opened this issue · 2 comments
Laotree commented
go get github.com/gin-gonic/contrib
go: downloading github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19
go get: github.com/gin-gonic/contrib@v0.0.0-20201101042839-6a891bf89f19: verifying module: github.com/gin-gonic/contrib@v0.0.0-20201101042839-6a891bf89f19: reading https://goproxy.io/sumdb/sum.golang.org/lookup/github.com/gin-gonic/contrib@v0.0.0-20201101042839-6a891bf89f19: stream error: stream ID 11; INTERNAL_ERROR
export GOPROXY=https://goproxy.cn
go get github.com/gin-gonic/contrib
go: downloading github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19
go get: added github.com/gin-gonic/contrib v0.0.0-20201101042839-6a891bf89f19
timandy commented
The same issue happened for me. @ oiooj
I guess there are multiple servers. Each time I execute the go get command, files are downloaded from one server.
Now some servers are working normally, and some are not. For example, stream ID 1.
Use go clean -modcache
can test repeatly.
stream error: stream ID 1; INTERNAL_ERROR