tldr-pages / tldr-python-client

Python command-line client for tldr pages
https://pypi.org/project/tldr/
MIT License
596 stars 93 forks source link

TLDR doesn't work if have IPv6 address but no ipv6 connectivity #186

Open metronidazole opened 2 years ago

metronidazole commented 2 years ago

Title explains all. tldr should either fall back to IPv4 or include a "-4" option to force IPv4 connections for accessing the data.

Nimenii commented 2 years ago

This was also a problem for me. Sadly my internet provider does not facilitate IPv6 yet. Disabling IPv6 fixes the issue (this page helps for arch-based distros)

ldeng-ustc commented 10 months ago

And, it will get stuck without any output. Maybe a message should be output when updating the cache (just like the tldr-node-client ), and allow to set the timeout period.