Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

insert runs error #604

Open
pandaupc opened this issue Apr 15, 2024 · 3 comments
Open

insert runs error #604

pandaupc opened this issue Apr 15, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@pandaupc
Copy link

We are using LangChain Python to develop multimodal applications, but when we try to insert runs that contain images into LangSmith, we get an error. The error message is as follows:

WARNING:langsmith.client:Failed to batch ingest runs: LangSmithConnectionError('Connection error caused failure to post https://api.smith.langchain.com/runs/batch in LangSmith API. Please confirm your LANGCHAIN_ENDPOINT. ConnectionError(MaxRetryError("HTTPSConnectionPool(host='api.smith.langchain.com', port=443): Max retries exceeded with url: /runs/batch (Caused by ProtocolError('Connection aborted.', TimeoutError('The write operation timed out')))"))')
2024-04-14 14:07:44.903980 - WARNING - Failed to batch ingest runs: LangSmithConnectionError('Connection error caused failure to post https://api.smith.langchain.com/runs/batch in LangSmith API. Please confirm your LANGCHAIN_ENDPOINT. ConnectionError(MaxRetryError("HTTPSConnectionPool(host='api.smith.langchain.com', port=443): Max retries exceeded with url: /runs/batch (Caused by ProtocolError('Connection aborted.', TimeoutError('The write operation timed out')))"))')

@hinthornw
Copy link
Collaborator

Thanks for flagging. Transferring ot the SDK repo

@hinthornw hinthornw transferred this issue from langchain-ai/langsmith-cookbook Apr 15, 2024
@hinthornw hinthornw added the bug Something isn't working label Apr 16, 2024
@hinthornw
Copy link
Collaborator

hinthornw commented Apr 16, 2024

Related to #453

@pandaupc
Copy link
Author

Another issue I encountered is that when an image trace containing images is uploaded to Langsmith, I tried using the playground, but because the images are encoded, they are not visible for debugging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants