And got this error:
raise MaxRetryError(_pool, url, error or ResponseError(cause))
urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host=‘api.github.com’, port=443): Max retries exceeded with url: /events (Caused by SSLError(SSLError(1, ‘[SSL: TLSV1_ALERT_PROTOCOL_VERSION] tlsv1 alert protocol version (_ssl.c:645)’),))
Strange issue. I did some reading and the low hanging fruit would be to try running:
pip install ‘requests[security]’
for your Python 3 installation and then try running your request again. if that doesn’t work I can write some notes on potentially upgrading the OpenSSL version that ships with Mac, but doing a pip install is easier and affects your computer less.
The issue persist on all MAC OSX, older or new. I’ve did some tests. I’ve installed more than one version of python, but I think the problem lies somewhere in between the assigned path in the prefferences of TD, and the external path not being reached by the request.
When I fill that path with an adress and hit apply, I get this error in the textport. Can someone decode it by any chance? I think TD cannot acces the external python modules on macosx, or something like that.
Which older version of macOS did you try on? If possible, can you post what you tried and the error. I can try running it on some older macOS as well and report back.
I’ve tried on Sierra, High Sierra and El Capitan. On different computers. Same SSL error, AND the error above that I get if I leave the textport open while I change the python path in prefferences. I think that it’s something wrong on how TD interprets the external python path on macosX (even if it’s the 3.5 version or 3.7) , or if not, the Certificates issue.