golang / gddo

Go Doc Dot Org
https://godoc.org
BSD 3-Clause "New" or "Revised" License
1.1k stars 266 forks source link

Package refresh fails with github API error #604

Open tariq1890 opened 5 years ago

tariq1890 commented 5 years ago

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

urandom2 commented 5 years ago

I cannot reproduce this issue now, can you confirm?

tariq1890 commented 5 years ago

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 5 years ago

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

urandom2 commented 5 years ago

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