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

503 failed to connect to all addresses #367

Closed
SheldonLiu0412 opened this issue Apr 16, 2024 · 1 comment
Closed

503 failed to connect to all addresses #367

SheldonLiu0412 opened this issue Apr 16, 2024 · 1 comment
Labels
type:bug Something isn't working

Comments

@SheldonLiu0412
Copy link

Description of the bug:

langchain_google_genai._common.GoogleGenerativeAIError: Error embedding content: Timeout of 60.0s exceeded, last exception: 503 failed to connect to all addresses; last error: UNKNOWN: ipv4:142.251.43.10:443: tcp handshaker shutdown

Actual vs expected behavior:

langchain work with pinecone-document

Any other information you'd like to share?

No response

@SheldonLiu0412 SheldonLiu0412 added the type:bug Something isn't working label Apr 16, 2024
@chengwen0926
Copy link

add the following code to your code
'''
import os

os.environ["http_proxy"] = "http://127.0.0.1:7890"
os.environ["https_proxy"] = "http://127.0.0.1:7890"
'''

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

No branches or pull requests

2 participants