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
Hi. Firstly, thank you for making Go Search. It's a useful tool.
I have noticed that some of my own packages are showing as "not found" on go-search.org, even though they are shown as imports of other packages. They begin "xi2.org/x/..."
I decided I would try to debug the issue, so I downloaded the source and compiled gcse myself. I ran it and limited the crawl to just a handful of packages including my own, and to my surprise it worked fine when I ran it locally! So I can't help debug it it would seem since there must be something different about my local environment :(
As far as I know the packages download fine with "go get" and they show up ok on godoc.org. Any ideas? Is there something weird about my web server?
It might seem quite conceited of me to be concerned about my own packages, but you never know, it might also be happening to someone else's too.
Best wishes
The text was updated successfully, but these errors were encountered:
Checking the logs, here is the reason I guess so far:
Request to "xi2.org/x/xz" will be redirected to "github.com", but the crawler does not use autheticated requests, so it leads to a very low rate limit.
The fix needs some modification on the crawler package.
Hi. Firstly, thank you for making Go Search. It's a useful tool.
I have noticed that some of my own packages are showing as "not found" on go-search.org, even though they are shown as imports of other packages. They begin "xi2.org/x/..."
For example, if you view the page http://go-search.org/view?id=github.com%2fklauspost%2fpassword and select my package "xi2.org/x/xz" which appears as an import at the bottom of that page you get the "not found" response.
I decided I would try to debug the issue, so I downloaded the source and compiled gcse myself. I ran it and limited the crawl to just a handful of packages including my own, and to my surprise it worked fine when I ran it locally! So I can't help debug it it would seem since there must be something different about my local environment :(
As far as I know the packages download fine with "go get" and they show up ok on godoc.org. Any ideas? Is there something weird about my web server?
It might seem quite conceited of me to be concerned about my own packages, but you never know, it might also be happening to someone else's too.
Best wishes
The text was updated successfully, but these errors were encountered: