goproxyio/goproxy

[stream error: stream ID 11; INTERNAL_ERROR]

Laotree opened this issue · 2 comments

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

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
oiooj commented

We try to use HTTP2 on our server side, but the CDN provider has some compatibility issues, so we disable HTTP2 now, if you still meet this issue feel free to contact me. Thanks all, @timandy @Laotree