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

telemetry.go.dev/privacy: "Internal Server Error" #68859

Closed
c00w opened this issue Aug 13, 2024 · 4 comments
Closed

telemetry.go.dev/privacy: "Internal Server Error" #68859

c00w opened this issue Aug 13, 2024 · 4 comments
Assignees
Labels
NeedsFix The path to resolution is known, but the work has not been done. Soon This needs action soon. (recent regressions, service outages, unusual time-sensitive situations)
Milestone

Comments

@c00w
Copy link

c00w commented Aug 13, 2024

Go version

go version go1.23rc2 linux/amd64

Output of go env in your module/workspace:

GO111MODULE=''
GOARCH='amd64'
GOBIN=''
GOCACHE='/home/colin/.cache/go-build'
GOENV='/home/colin/.config/go/env'
GOEXE=''
GOEXPERIMENT=''
GOFLAGS=''
GOHOSTARCH='amd64'
GOHOSTOS='linux'
GOINSECURE=''
GOMODCACHE='/home/colin/pkg/mod'
GONOPROXY=''
GONOSUMDB=''
GOOS='linux'
GOPATH='/home/colin'
GOPRIVATE=''
GOPROXY='https://proxy.golang.org,direct'
GOROOT='/nix/store/37q33gnr6c7x68aavpb8snl2r541iy93-go-1.23rc2/share/go'
GOSUMDB='sum.golang.org'
GOTMPDIR=''
GOTOOLCHAIN='auto'
GOTOOLDIR='/nix/store/37q33gnr6c7x68aavpb8snl2r541iy93-go-1.23rc2/share/go/pkg/tool/linux_amd64'
GOVCS=''
GOVERSION='go1.23rc2'
GODEBUG=''
GOTELEMETRY='on'
GOTELEMETRYDIR='/home/colin/.config/go/telemetry'
GCCGO='gccgo'
GOAMD64='v1'
AR='ar'
CC='gcc'
CXX='g++'
CGO_ENABLED='0'
GOMOD='/dev/null'
GOWORK=''
CGO_CFLAGS='-O2 -g'
CGO_CPPFLAGS=''
CGO_CXXFLAGS='-O2 -g'
CGO_FFLAGS='-O2 -g'
CGO_LDFLAGS='-O2 -g'
PKG_CONFIG='pkg-config'
GOGCCFLAGS='-fPIC -m64 -fno-caret-diagnostics -Qunused-arguments -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build3577387458=/tmp/go-build -gno-record-gcc-switches'

What did you do?

I ran

 go telemetry on 
Telemetry uploading is now enabled and data will be periodically sent to
https://telemetry.go.dev/. Uploaded data is used to help improve the Go
toolchain and related tools, and it will be published as part of a public
dataset.

For more details, see https://telemetry.go.dev/privacy.
This data is collected in accordance with the Google Privacy Policy
(https://policies.google.com/privacy).

To disable telemetry uploading, but keep local data collection, run
“go telemetry local”.
To disable both collection and uploading, run “go telemetry off“.

The link to https://telemetry.go.dev/privacy leads to a URL which crashes with "Internal Server Error"
Screenshot 2024-08-13 at 12-59-49

What did you see happen?

The link to https://telemetry.go.dev/privacy leads to a URL which crashes with "Internal Server Error"
Screenshot 2024-08-13 at 12-59-49

What did you expect to see?

No errors, some information about privacy in a valid website.

@gabyhelp
Copy link

Related Issues and Documentation

(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)

@findleyr findleyr self-assigned this Aug 13, 2024
@findleyr
Copy link
Member

Thanks for this report. I'll fix this with urgency.

@findleyr findleyr added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Soon This needs action soon. (recent regressions, service outages, unusual time-sensitive situations) labels Aug 13, 2024
@gopherbot
Copy link
Contributor

Change https://go.dev/cl/604798 mentions this issue: internal/content/telemetrygodev: add missing privacy.html

@findleyr findleyr added NeedsFix The path to resolution is known, but the work has not been done. and removed NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Aug 13, 2024
@dmitshur dmitshur added this to the Unreleased milestone Aug 13, 2024
@findleyr
Copy link
Member

The fix has been deployed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsFix The path to resolution is known, but the work has not been done. Soon This needs action soon. (recent regressions, service outages, unusual time-sensitive situations)
Projects
None yet
Development

No branches or pull requests

5 participants