pranavraja/tldr

running tldr returns "Unexpected status code: 404"

posener opened this issue · 3 comments

from looking in the implementation, it looks like it searches for pages/index.json, which is no longer available in the tldr github repository.
Removing repository = tldr.NewIndexCheckerRepository(repository) from main.go make this client work, but i guess it is not so efficient.

I'm seeing errors attempting to get pages too. Because the issues on this repo don't have any activity for over a year I made https://github.com/leighmcculloch/tldr that embeds tldr-pages's into the binary instead of downloading them.

Nice, but you won't get updates automatically pushed to tldr...

Does 5d01f9b fix this issue? Can we close this?