WARNING livekit.agents - failed to connect to live...
# ask-ai
a
WARNING livekit.agents - failed to connect to livekit, retrying in 0s: Cannot connect to host sidekick-s9bprrle.livekit.cloud:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1028)')]
g
The error message indicates an SSL certificate verification failure, which is common when the local system lacks the necessary CA certificates to verify the server's certificate. This issue often occurs on MacOS systems with Python, where the SSL certificate chain is incomplete or missing. To resolve this, you can run the "Install Certificates.command" script that comes with Python installations on MacOS. This script installs the necessary certificates for SSL verification. According to a Slack discussion, running this command resolved a similar issue for another user. Would you like more detailed instructions on how to run this command or troubleshoot further? Sources: - Slack discussion on SSL issues 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.