You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1379.1
Screenshot
What did you do?
Due to a snafu with our publishing pipeline and timing, I requested the package version be indexed before it was actually ready, as you can see with this non-existent package page as an example:
What did you expect to see?
A page like the screenshot directly above to re-request an index.
What did you see instead?
It's been a while since v0.7.1 was published, but even after Ctrl+F5 or opening InPrivate tabs, I'm still getting a 404 and no chance to request an index again. If I use curl to POST a request to pkg.go.dev/fetch/github.com/Azure/azure-sdk-for-go/sdk/keyvault/azcertificates@v0.7.1 it also returns a 404. The module version is actually published now.
Looking at similar bugs, I found #37002 but in this case the tag wasn't event pushed to our repo yet, so it's not an old commit because the tag didn't yet exist.
The text was updated successfully, but these errors were encountered:
At some point since I filed this, I'm getting the option to re-request indexing again, but clicking the button does nothing, even after some time.
Normally when I've seen this, it's only taken a couple minutes. If I come back later - about 10 minutes - I get the same page again.
Even after a couple hours, if I issue a curl command, I get roughly the same thing:
$ curl -X POST https://pkg.go.dev/fetch/github.com/Azure/azure-sdk-for-go/sdk/keyvault/azcertificates@v0.7.1
We're still working on “github.com/Azure/azure-sdk-for-go/sdk/keyvault/azcertificates@v0.7.1”. Check back in a few minutes!
After several hours - much longer than usual, and after an atypical experience (granted, started with me jumping the line requesting too early) - the packages are finally indexed.
What is the URL of the page with the issue?
https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/keyvault/azcertificates@v0.7.1
What is your user agent?
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36 Edg/107.0.1379.1
Screenshot
What did you do?
Due to a snafu with our publishing pipeline and timing, I requested the package version be indexed before it was actually ready, as you can see with this non-existent package page as an example:
What did you expect to see?
A page like the screenshot directly above to re-request an index.
What did you see instead?
It's been a while since v0.7.1 was published, but even after Ctrl+F5 or opening InPrivate tabs, I'm still getting a 404 and no chance to request an index again. If I use curl to POST a request to pkg.go.dev/fetch/github.com/Azure/azure-sdk-for-go/sdk/keyvault/azcertificates@v0.7.1 it also returns a 404. The module version is actually published now.
Looking at similar bugs, I found #37002 but in this case the tag wasn't event pushed to our repo yet, so it's not an old commit because the tag didn't yet exist.
The text was updated successfully, but these errors were encountered: