Maybe it’s a similar error as in Mailman 3 Looking for volunteers to test Tulip on Windows - Python-Dev - python.org
SSLError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify
failed (_ssl.c:553)’)is being raised in _on_handshake(). This seems to result in the socket
being closed without being unregistered from the selector.select() fails before the SSLError gets reported, so it does not appear
in the traceback.
No idea if it helps, but try to
-
turn off a proxy server (or VPN) on Windows if it’s on (Start > Proxy Settings)
-
turn off a third-party antivirus/firewall if it’s installed
-
start Anki from the Command Prompt with the following command:
set ANKIDEV=1 & cd \program files\anki & anki-console
https://faqs.ankiweb.net/when-anki-does-not-start-on-windows-debugging-steps.html
Maybe the last few lines (after
[5516] LOADER: Running runanki.py
) will contain some additional information.