From de5c741e6baeefdde6e481dd33a1a8fe391eefb7 Mon Sep 17 00:00:00 2001 From: Vee9ahd1 Date: Mon, 20 May 2019 22:37:44 -0400 Subject: added troubleshooting for urllib ssl failure error --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 94f9114..405c1a8 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,15 @@ gantools -h gantools --username username@email.com --password mypassword123 --nframes 20 --keys 7968340a72eabab735d04dba 0416461072e5e22fd6d1637c c37d216dfd865aa7397db242 ``` where the hexidecimal strings after `--keys` are the IDs found in an image's ganbreeder URL (e.g. https://ganbreeder.app/i?k=c37d216dfd865aa7397db242 has key: c37d216dfd865aa7397db242). You can list arbitrarily many keys; just be sure to increase your `--nframes` value to compensate (and be prepared for a longer render time). +## Troubleshooting +``` +"urllib.error.URLError: " +``` +type this: +``` +pip install --upgrade certifi +``` +or on macOS with brew: +``` +pip3 install --upgrade certifi +``` -- cgit v1.2.1