trentm / molybdenum

A git repo browser (for when your git repos aren't on GitHub)
http://trentm.com/molybdenum
Other
12 stars 6 forks source link

"Error getting git object" 500 is fairly frequent #2

Open trentm opened 12 years ago

trentm commented 12 years ago

https://mo.joyent.com/agents/tree/node-0.6.x

Server Error (500)

Error getting git object: repo='agents' ref='node-0.6.x' path=''

{
  "error": "error getting tree '53b9c0ffa9f170760e260657a343b0ff30fcb8bf\\"",
  "details": "no such sha found"
}

Not sure why. Orlando reported it.

Update: this comes up frequently for other git urls. I'm blaming flakiness in the git lib.

trentm commented 12 years ago

I can find that sha manually:

[jill@gq2ukvaa ~/data/repos/agents.git]$ git show 53b9c0ffa9f170760e260657a343b0ff30fcb8bf
tree 53b9c0ffa9f170760e260657a343b0ff30fcb8bf

.gitignore
.gitmodules
README.md
agents/
bin/
build.sh
build/
contrib/
deps/
docs/
tools/
trentm commented 12 years ago

Another one:

Server Error (500)

Error getting git object: repo='mcp_api_admin' ref='release-20110901' path='resources'

{
  "error": "error getting tree 'f350031854d5a0a353cd688155506cbd75a9e7d7'",
  "details": "no such sha found"
}

on https://mo.joyent.com/mcp_api_admin/tree/release-20110901/resources