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/talks: go Present hosted on go-talks returning 403 api.github.com error #58906

Open
lhogan3 opened this issue Mar 6, 2023 · 6 comments
Open
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Milestone

Comments

@lhogan3
Copy link

lhogan3 commented Mar 6, 2023

What version of Go are you using (go version)?

$ go version
go version go1.19.5 darwin/amd64

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

go env Output
$ go env
GO111MODULE=""
GOARCH="amd64"
GOBIN=""
GOCACHE="/Users/liamhogan/Library/Caches/go-build"
GOENV="/Users/liamhogan/Library/Application Support/go/env"
GOEXE=""
GOEXPERIMENT=""
GOFLAGS=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOINSECURE=""
GOMODCACHE="/Users/liamhogan/go/pkg/mod"
GONOPROXY=""
GONOSUMDB=""
GOOS="darwin"
GOPATH="/Users/liamhogan/go"
GOPRIVATE=""
GOPROXY="https://proxy.golang.org,direct"
GOROOT="/usr/local/go"
GOSUMDB="sum.golang.org"
GOTMPDIR=""
GOTOOLDIR="/usr/local/go/pkg/tool/darwin_amd64"
GOVCS=""
GOVERSION="go1.19.5"
GCCGO="gccgo"
GOAMD64="v1"
AR="ar"
CC="clang"
CXX="clang++"
CGO_ENABLED="1"
GOMOD="/Users/liamhogan/Documents/projects/go/GoPres/go.mod"
GOWORK=""
CGO_CFLAGS="-g -O2"
CGO_CPPFLAGS=""
CGO_CXXFLAGS="-g -O2"
CGO_FFLAGS="-g -O2"
CGO_LDFLAGS="-g -O2"
PKG_CONFIG="pkg-config"
GOGCCFLAGS="-fPIC -arch x86_64 -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fdebug-prefix-map=/var/folders/tt/zpvl31fd7ms04nvsvw7517br0000gn/T/go-build3583598705=/tmp/go-build -gno-record-gcc-switches -fno-common"

What did you do?

Have a public repo using the Go Present package. Earlier today was able to access this presentation via https://go-talks.appspot.com/github.com/lhogan3/GoPresentation/slides/gopres.slide#1 but now getting a 403 error from api.github.com saying that it is not able to access this resource.

What did you expect to see?

My presentation able to be navigated.

What did you see instead?

An error screen saying that there was a 403 error.

@lhogan3 lhogan3 changed the title affected/package: affected/package: Go Present hosted on go-talks not working. Mar 6, 2023
@lhogan3 lhogan3 changed the title affected/package: Go Present hosted on go-talks not working. affected/package: Go Present hosted on go-talks returning 403 api.github.com error Mar 6, 2023
@ianlancetaylor
Copy link
Contributor

CC @golang/release

@cagedmantis cagedmantis added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Mar 7, 2023
@cagedmantis cagedmantis added this to the Backlog milestone Mar 7, 2023
@cagedmantis cagedmantis added the Builders x/build issues (builders, bots, dashboards) label Mar 7, 2023
@cagedmantis cagedmantis self-assigned this Mar 7, 2023
@cagedmantis cagedmantis changed the title affected/package: Go Present hosted on go-talks returning 403 api.github.com error x/talks: Go Present hosted on go-talks returning 403 api.github.com error Mar 7, 2023
@cagedmantis cagedmantis changed the title x/talks: Go Present hosted on go-talks returning 403 api.github.com error x/talks: go Present hosted on go-talks returning 403 api.github.com error Mar 7, 2023
@cagedmantis
Copy link
Contributor

cc @golang/tools-team

@cagedmantis cagedmantis added the Tools This label describes issues relating to any tools in the x/tools repository. label Mar 10, 2023
@muly

This comment was marked as duplicate.

@cagedmantis cagedmantis removed their assignment Apr 24, 2023
@lootek
Copy link

lootek commented Oct 14, 2023

hello, this hangs for a while now and is still broken - can you please provide some information what's the reason behind?

@jh125486
Copy link

I haven't taken a look at the source code, but would this be something one could just hosted on Vercel/Linode/etc?

All my presentations are in present and with go-talks down, I can't hand out URLs to students anymore :/

@mauri870
Copy link
Member

I'm facing the same issue as well. Older talks seems to load properly since they are probably cached.

This seems to be an ongoing issue for a while, there are many people that rely on https://go-talks.appspot.com to present their talks. If the Go team is not planning on continuing to support it properly, maybe that should be stated or marked discontinued. I do appreciate all the work put into this tool, it has served us well over the years and I would love for it to continue to work properly.

cc @golang/release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Tools This label describes issues relating to any tools in the x/tools repository.
Projects
None yet
Development

No branches or pull requests

7 participants