~sircmpwn/godocs.io

1

more issues with new versions

Details
Message ID
<CAP8dQmtUL3gZUouXTpzMwjz9RQ2_UKZN7wEcN3dKQ7TZ-ZanTg@mail.gmail.com>
DKIM signature
missing
Download raw message
this has been going on for a while, but I am frustrated enough that I
am finally gonna message about it. I constantly have trouble getting
the documentation for a new tag. normally I will go here:

https://godocs.io/154.pages.dev/widevine

click Refresh Now, and nothing happens, still old tag. then I will go here:

https://godocs.io/154.pages.dev/widevine?view=versions

and the new tag will be listed. so I click it:

https://godocs.io/154.pages.dev/widevine@v1.1.5

but it says Not Found. the only thing that seems to work, is if I go
here and click Request:

https://pkg.go.dev/154.pages.dev/widevine@v1.1.5

not sure why another website would impact this process, but it usually
seems to "fix" the problem.
Details
Message ID
<CXKS4QBQ2GZG.3NTG5CKGUO6UC@maolood.com>
In-Reply-To
<CAP8dQmtUL3gZUouXTpzMwjz9RQ2_UKZN7wEcN3dKQ7TZ-ZanTg@mail.gmail.com> (view parent)
DKIM signature
missing
Download raw message
On Mon Nov 13, 2023 at 9:26 PM EST, Steven Penny wrote:
> this has been going on for a while, but I am frustrated enough that I
> am finally gonna message about it. I constantly have trouble getting
> the documentation for a new tag. normally I will go here:
>
> https://godocs.io/154.pages.dev/widevine
>
> click Refresh Now, and nothing happens, still old tag. then I will go here:
>
> https://godocs.io/154.pages.dev/widevine?view=versions
>
> and the new tag will be listed. so I click it:
>
> https://godocs.io/154.pages.dev/widevine@v1.1.5
>
> but it says Not Found. the only thing that seems to work, is if I go
> here and click Request:
>
> https://pkg.go.dev/154.pages.dev/widevine@v1.1.5
>
> not sure why another website would impact this process, but it usually
> seems to "fix" the problem.

I updated godocs.io to use the cached version of the Go module proxy, which
means that it won't trigger new module fetches. To make the module proxy fetch
a new module, you can use 'go get'. It might make sense to change this for the
Refresh button. However, it sounds like godocs.io is aware of the new version
but doesn't serve it. I'll need to investigate that further.
Reply to thread Export thread (mbox)