-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
proxy.golang.org: weird 410 response body #34141
Comments
Interesting, when I run
I get the following:
I'm not sure why you are missing the error message when you run the command. Can you confirm that you see the same thing when you navigate to https://proxy.golang.org/github.com/gohugoio/hugo\!test\!modules1_darwin/modh2/@v/v1.4.0.info in the browser? |
And since it's normal on your side, I think this may be a problem with CDN nodes. I don't know, just a guess. |
Sorry that was my bad. I needed to remove the backslashes when I put it in the browser :) Will look into this. |
It looks like the mirror had a cached copy of this particular module version which has since been removed from upstream. I can see that sum.golang.org has seen it in the past: https://sum.golang.org/lookup/github.com/gohugoio/hugo!test!modules1_darwin/[email protected] I added a FAQ entry on the https://proxy.golang.org docs to explain this case a little better, and I can look into improving the error message later on. /cc @hyangah @heschik |
Closing this issue because it hasn't been reproduced since the last time. |
The response body above has only one
not found:
prefix. It seems that the proxy.golang.org missed the specific error message.@katiehockman @mvdan
The text was updated successfully, but these errors were encountered: