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/pkgsite: sum.golang.org is having issues to connect to github.com? #72118

Closed
matheuscscp opened this issue Mar 5, 2025 · 2 comments
Closed
Labels
Milestone

Comments

@matheuscscp
Copy link

matheuscscp commented Mar 5, 2025

What is the URL of the page with the issue?

https://sum.golang.org/lookup/github.com/fluxcd/pkg/[email protected]

What is your user agent?

curl

Screenshot

➜  pkg git:(main) curl -i https://sum.golang.org/lookup/github.com/fluxcd/pkg/[email protected]
HTTP/2 404 
access-control-allow-origin: *
content-security-policy-report-only: script-src 'none'; form-action 'none'; frame-src 'none'; report-uri https://csp.withgoogle.com/csp/goa-fa2dfb7c_2
cross-origin-opener-policy: same-origin
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-xss-protection: 0
content-length: 322
date: Wed, 05 Mar 2025 20:28:23 GMT
expires: Wed, 05 Mar 2025 20:29:23 GMT
cache-control: public, max-age=60
content-type: text/plain; charset=UTF-8
vary: Sec-Fetch-Site,Sec-Fetch-Mode,Sec-Fetch-Dest
age: 2
alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000

not found: github.com/fluxcd/pkg/[email protected]: invalid version: git ls-remote -q origin in /tmp/gopath/pkg/mod/cache/vcs/d5faa4ac8d9e1ee354587c337db8baf42e08facd075f954b1075ffdd2b5c86ca: exit status 128:
	fatal: unable to access 'https://github.com/fluxcd/pkg/': Failed to connect to github.com port 443: Connection refused
 ➜  pkg git:(main)            

What did you do?

I'm trying to download a package tag that I know exists.

What did you see happen?

This weird error:

➜  pkg git:(main) curl -i https://sum.golang.org/lookup/github.com/fluxcd/pkg/[email protected]
HTTP/2 404 
access-control-allow-origin: *
content-security-policy-report-only: script-src 'none'; form-action 'none'; frame-src 'none'; report-uri https://csp.withgoogle.com/csp/goa-fa2dfb7c_2
cross-origin-opener-policy: same-origin
x-content-type-options: nosniff
x-frame-options: SAMEORIGIN
x-xss-protection: 0
content-length: 322
date: Wed, 05 Mar 2025 20:28:23 GMT
expires: Wed, 05 Mar 2025 20:29:23 GMT
cache-control: public, max-age=60
content-type: text/plain; charset=UTF-8
vary: Sec-Fetch-Site,Sec-Fetch-Mode,Sec-Fetch-Dest
age: 2
alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000

not found: github.com/fluxcd/pkg/[email protected]: invalid version: git ls-remote -q origin in /tmp/gopath/pkg/mod/cache/vcs/d5faa4ac8d9e1ee354587c337db8baf42e08facd075f954b1075ffdd2b5c86ca: exit status 128:
	fatal: unable to access 'https://github.com/fluxcd/pkg/': Failed to connect to github.com port 443: Connection refused
 ➜  pkg git:(main)            

What did you expect to see?

An HTTP 200.

@gopherbot gopherbot added this to the Unreleased milestone Mar 5, 2025
@matheuscscp
Copy link
Author

Ok it works now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants