golang/gddo

Package refresh fails with github API error

tariq1890 opened this issue · 4 comments

screenshot_2019-03-06 test - godoc
I am unable to refresh the godoc of a particular package in my codebase. The error is pretty unclear as well.

Steps to reproduce
i) Go to https://godoc.org/github.com/Azure/aks-engine/pkg/test
ii) Hit Refresh at the bottom of the page

I cannot reproduce this issue now, can you confirm?

So the package doc text started to appear in godoc package index after I navigated to that package ddirectory in the godoc. It's a probably cache update issue.

porjo commented

I'm seeing this issue now. Could it be hitting a rate limit on the Github API?

While the rate-limits are pretty large (5k/h, see docs), I cannot reproduce this failure locally, so I suspect you are right @porjo.

Can someone with access to the OAuth client secret or server logs confirm?
/cc @dmitshur @andybons @shantuo @julieqiu