golang / gddo

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

Importing github.com/paranoidguy/databunker/src #671

Open stremovsky opened 4 years ago

stremovsky commented 4 years ago

Hello

I am trying to import my project: https://github.com/paranoidguy/databunker

I am running search as written in the documentation: github.com/paranoidguy/databunker/src

I am getting error: Internal server error.

Please advise.

mannharleen commented 4 years ago

Seems like whenever godoc server is indexing/creating godoc from a repo, its throwing a 502. Even when i visit https://godoc.org/

Specifically, I am getting the same error - 502. when I hit: (1) https://godoc.org/github.com/mannharleen/go-fileparallelread/fileparallelread (2) or https://godoc.org/ seconds after hitting (1)

mannharleen commented 4 years ago

@stremovsky could you change the issue name to be more generic, eg: godoc.org returning 500 and 502 after importing project

dmitshur commented 4 years ago

See https://github.com/golang/go/issues/36642.