You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the expression os.path.isfile returns a bool and therefore the try/except clause is ineffective. On MacOS this results in the following error:
[ERROR] network_handler(): HTTPSConnectionPool(host='www.alexblackie.com', port=443): Max retries exceeded with url: /articles/email-authenticity-dkim-spf-dmarc/?utm_source=hackernewsletter&utm_medium=email&utm_term=fav (Caused by SSLError(FileNotFoundError(2, 'No such file or directory')))
The text was updated successfully, but these errors were encountered:
The following lines are failing on MacOS:
the expression
os.path.isfile
returns a bool and therefore the try/except clause is ineffective. On MacOS this results in the following error:[ERROR] network_handler(): HTTPSConnectionPool(host='www.alexblackie.com', port=443): Max retries exceeded with url: /articles/email-authenticity-dkim-spf-dmarc/?utm_source=hackernewsletter&utm_medium=email&utm_term=fav (Caused by SSLError(FileNotFoundError(2, 'No such file or directory')))
The text was updated successfully, but these errors were encountered: