Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

x/mobile: #51685

Closed
BigCatGit opened this issue Mar 15, 2022 · 2 comments
Closed

x/mobile: #51685

BigCatGit opened this issue Mar 15, 2022 · 2 comments
Labels
FrozenDueToAge mobile Android, iOS, and x/mobile
Milestone

Comments

@BigCatGit
Copy link

gomobile: go mod tidy failed: exit status 1
go: github.com/ChimeraCoder/gojson@v1.1.0: verifying go.mod: github.com/ChimeraCoder/gojson@v1.1.0/go.mod: reading https://goproxy.io/sumdb/sum.golang.org/lookup/github.com/!chimera!coder/gojson@v1.1.0: stream error: stream ID 33; INTERNAL_ERROR; received from peer

@rsc
Copy link
Contributor

rsc commented Mar 15, 2022

This is an HTTP/2 error using goproxy.io. There's nothing we can do on the Go side about that.
You should be able to unset $GOPROXY to use the Go team-run Go proxy instead if goproxy.io continues to have trouble.

@gopherbot gopherbot added the mobile Android, iOS, and x/mobile label Mar 15, 2022
@gopherbot gopherbot added this to the Unreleased milestone Mar 15, 2022
@BigCatGit
Copy link
Author

thanks very much
It has been solved:
export GOPROXY=https://goproxy.cn

@golang golang locked and limited conversation to collaborators Mar 15, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge mobile Android, iOS, and x/mobile
Projects
None yet
Development

No branches or pull requests

3 participants