Open Abasz opened 6 months ago
Unfortunately I'm afraid I can't help you, I've never encountered this problem myself.
There are people however that have asked questions about the same message for different (python) applications, googling for EE certificate key too weak
might find you some ideas to follow
Hi ! facing the exact same issue ;(
EDIT 2: #40 fixed my issue :)
EDIT: my bad it's not the same for me, i have
2024-07-19 23:16:45,627 [INFO ] Starting gcexport.py version 4.4.0, using Python version 3.12.4 2024-07-19 23:16:45,627 [INFO ] New logfile level: INFO 2024-07-19 23:16:45,627 [WARNING] Output directory ./2024-07-19_garmin_connect_export already exists. Will skip already-downloaded files and append to the CSV file. 2024-07-19 23:17:15,423 [INFO ] Profile page https://connect.garmin.com/userprofile-service/socialProfile 2024-07-19 23:17:15,462 [ERROR ] Failed to reach url https://connect.garmin.com/userprofile-service/socialProfile, error: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)> 2024-07-19 23:17:15,462 [ERROR ] Processing aborted. 2024-07-19 23:17:15,462 [ERROR ] <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)> Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/urllib/request.py", line 1344, in do_open h.request(req.get_method(), req.selector, req.data, headers, File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/http/client.py", line 1336, in request self._send_request(method, url, body, headers, encode_chunked) File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/http/client.py", line 1382, in _send_request self.endheaders(body, encode_chunked=encode_chunked) File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/http/client.py", line 1331, in endheaders self._send_output(message_body, encode_chunked=encode_chunked) File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/http/client.py", line 1091, in _send_output self.send(msg) File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/http/client.py", line 1035, in send self.connect() File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/http/client.py", line 1477, in connect self.sock = self._context.wrap_socket(self.sock, ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/ssl.py", line 455, in wrap_socket return self.sslsocket_class._create( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/ssl.py", line 1042, in _create self.do_handshake() File "/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/ssl.py", line 1320, in do_handshake self._sslobj.do_handshake()
I get the following error message when running gcexport under windows 11, python 3.12 (but tried it with 11 as well, same error).
Has anyone encountered this? Is there a solution?
Thanks