daviddengcn / gcse

Project for Go Search, a search engine for finding popular and relevant packages.
http://go-search.org/
BSD 2-Clause "Simplified" License
277 stars 45 forks source link

Searching for "github.com/kisielk/gotool" results into an status 502 Proxy Error #16

Closed zimmski closed 9 years ago

zimmski commented 9 years ago

http://go-search.org/search?q=github.com%2Fkisielk%2Fgotool

is this a temporary glitch?

daviddengcn commented 9 years ago

I've noticed similar problems before. On the linux server, the searching triggers a "index out of range" panic. But when I pull the current data back to my Mac to debug, that problem doesn't reproduce. Looks like the gob modular works a little bit different between Linux and MacOS.

zimmski commented 9 years ago

Well I am a linux user and I can code. How can i help?

daviddengcn commented 9 years ago

Thanks! I'll find a Linux server to debug it. That part is kinda tricky. I'll make a try first.

daviddengcn commented 9 years ago

Problem fixed! Thanks for the contribution to GoSearch!