mikf / gallery-dl

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

Kemono.party error #4306

Closed Halo1211 closed 1 year ago

Halo1211 commented 1 year ago

[downloader.http][warning] HTTPSConnectionPool(host='c5.kemono.party', port=443): Max retries exceeded with url: /data/00/0c/000cbeb9afe080730f16119fcc590e6a587b96eae5230b9c8e321bbdcffcd8ce.jpg (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1131)'))) (1/5) [downloader.http][warning] HTTPSConnectionPool(host='c5.kemono.party', port=443): Max retries exceeded with url: /data/00/0c/000cbeb9afe080730f16119fcc590e6a587b96eae5230b9c8e321bbdcffcd8ce.jpg (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1131)'))) (2/5) [downloader.http][warning] HTTPSConnectionPool(host='c5.kemono.party', port=443): Max retries exceeded with url: /data/00/0c/000cbeb9afe080730f16119fcc590e6a587b96eae5230b9c8e321bbdcffcd8ce.jpg (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1131)'))) (3/5) [downloader.http][warning] HTTPSConnectionPool(host='c5.kemono.party', port=443): Max retries exceeded with url: /data/00/0c/000cbeb9afe080730f16119fcc590e6a587b96eae5230b9c8e321bbdcffcd8ce.jpg (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (_ssl.c:1131)'))) (4/5) [downloader.http][warning] HTTPSConnectionPool(host='c5.kemono.party', port=443): Max retries exceeded with url: /data/00/0c/000cbeb9afe080730f16119fcc590e6a587b96eae5230b9c8e321bbdcffcd8ce.jpg (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate (ssl.c:1131)'))) (5/5) [download][error] Failed to download 3086319【限定コンテンツ】ちっちゃい女子のはじめての露出_66_eb2997c4-af23-403d-8a95-c87dd4c7cf95.jpg

anyone know why this happens ?

mikf commented 1 year ago

The error message tells you, doesn't it?

CERTIFICATE_VERIFY_FAILED self signed certificate

Wait until kemono has fixed their certificates or use --no-check-certificate to ignore this error.

Halo1211 commented 1 year ago

thank you its works