mirror of
https://github.com/langchain-ai/langsmith-docs.git
synced 2026-08-27 01:41:19 -04:00
Issue related to "Getting Started" and LangChain Academy #45
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @BenDressel247 on GitHub (Dec 18, 2024).
Hi
I'm working through the LangChain Academy course and I'm running into the below error when executing the langsmith API's.
Failed to get info from https://api.smith.langchain.com: LangSmithConnectionError('Connection error caused failure to GET /info in LangSmith API. Please confirm your internet connection. SSLError(MaxRetryError("HTTPSConnectionPool(host='api.smith.langchain.com', port=443): Max retries exceeded with url: /info (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable
to get local issuer certificate (ssl.c:1000)')))"))\nContent-Length: None\nAPI Key: lsv2********************************************33')
Failed to batch ingest runs: langsmith.utils.LangSmithConnectionError: Connection error caused failure to POST https://api.smith.langchain.com/runs/batch in LangSmith API. Please confirm your internet connection. SSLError(MaxRetryError("HTTPSConnectionPool(host='api.smith.langchain.com', port=443): Max retries exceeded with url: /runs/batch (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)')))"))
Even following the Getting Started page here: https://docs.smith.langchain.com/ I'm receiving the same error. I don't see any other topics containing SSL errors so hitting a wall as to what to do next.
Thanks
@pavansai26 commented on GitHub (Mar 16, 2025):
Failed to get info from https://api.smith.langchain.com: LangSmithConnectionError('Connection error caused failure to GET /info in LangSmith API. Please confirm your internet connection. SSLError(MaxRetryError("HTTPSConnectionPool(host='api.smith.langchain.com', port=443): Max retries exceeded with url: /info (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (ssl.c:997)')))"))\nContent-Length: None\nAPI Key: lsv2****************43')
@pavansai26 commented on GitHub (Mar 16, 2025):
python -m pip install pip-system-certs -U --use-feature=truststore i tried this it worked
@katmayb commented on GitHub (Nov 18, 2025):
Closing this issue. If you would like open another issue, please use our new docs repository: https://github.com/langchain-ai/docs/issues