pranavraja / tldr

Go client for rprieto/tldr, with static binary downloads
Other
91 stars 12 forks source link

running tldr returns "Unexpected status code: 404" #13

Open posener opened 6 years ago

posener commented 6 years ago

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.

leighmcculloch commented 6 years ago

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.

posener commented 6 years ago

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

leighmcculloch commented 5 years ago

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