mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.19k stars 913 forks source link

Max retries exceeded when downloading from kemono.party #2150

Closed hgorski6 closed 2 years ago

hgorski6 commented 2 years ago

This is the specific error message that appears when gallery-dl tries to download an image from kemono.party page: [downloader.http][warning] HTTPSConnectionPool(host='data.kemono.party', port=443): Max retries exceeded with url: /d6/56/d656388234991468d5329912991bca3aa7c010dcdfb35ef6fec5d97b68548347.png (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x0000024BB99E5E80>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')) (1/5) I heard it happens, when ISP blocks a website, however I can access kemono.party on this network just fine and I didn't have this problem before.

mikf commented 2 years ago

data.kemono.party

That's from before the last server address update in v1.19.0. Update to at least that and it will work.

hgorski6 commented 2 years ago

It works, thank you