-
Notifications
You must be signed in to change notification settings - Fork 641
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
when Interact with the Server, All connection attempts failed #33
Comments
Just disable ipv6 |
Thank your for your reply, it works. |
Actually, I don't know. I'm still trying to figure it out. I discovered that app/main.py can't process uploaded files. |
Hi @YinSonglin1997, I'm curious to learn more about your setup – were you hosting the inference server elsewhere? How did you disable IPv6? Re: API keys, they're pulled from environment variables. I'll add some documentation around that. @MontaEllis, I'd like to help you debug why |
llama inference start --disable-ipv6 |
Is there a way to have llama_stack_client include a message about ipv6 in the ConnectionError message? |
I start an App and Interact with the Server, when I print "hello", it reported the error shown in the picture below:
Then I start a script that can create an agent and interact with the inference server, it has the same problem
httpx.ConnectError: All connection attempts failed
.What is the cause of this error? Could it have something to do with my server address? My server address is 10.0.1.227.
The text was updated successfully, but these errors were encountered: