-
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Error attempting to connect to the server #1303
Comments
Facing same issue |
Enter into the "AgentGPT > Platform" container and type in the terminal "poetry install". Restart container and enjoy |
@darkanubis0100 I've tried running "poetry install" within the Steps:
|
But what you have not indicated is if you have already restarted the stack (Inside the AgentGPT folder type and execute "docker compose restart"). |
Nice it works now! Anyway weird |
Thank you that works ! |
Finally just tried a fork and can't get it to work, same issue even after the trick... will retry with the original repo... |
Look at the server(platform) log on docker, for me was a httpx not found, just install it and now it works |
I finally reinstalled docker as I had more and more issues. Everything works now. Thanks |
The problem of consumption in Docker is not something that corresponds to us in AgentGPT. Docker is separate software and we don't know under what circumstances this load happens to you. |
I have installed AgentGPT on windows 11 via given instructions but i am getting Error "attempting to connect to the server" right after installation, There is no issue on login, settings also works fine but i am not sure whats wrong. Please suggest a solution. Many Thanks |
Same issue here as well, any suggestions on diagnosing this issue? Where is the "server(platform)" log? |
Same here. Tried everything. Seems like a bug. |
worked for me on macOS, thanks |
I am getting this error |
I followed the instructions to update, but it didn't have any effect, and the error hasn't been resolved. |
I also have the same error and have tried all the suggested steps. I also have an odd issue where it completely locks up my system after clicking Play. I'm running it in a VM on my local server. The CPU of that server is fine; it doesn't increase when the freezing happens. The freezing goes away after I refresh the page, which takes around 3 minutes. Once it does, the lag or frozenness vanishes. The freezing occurs in any browser I try. |
when I enter my api key,it turns out:"FetchError: request to https://api.openai.com/v1/models failed, reason: connect ETIMEDOUT 199.96.61.1:443".how can I solve this? |
same issue, and I tried
tried on ubuntu20.04 and ubuntu22.04 nothing change, still got the error What's even more weird is that the default environment used to run successfully, but suddenly it doesn't work when configured on a new PC |
same error |
For MacOS: apt update After that restart agentgpt containers |
Why is this not fixed. It seems the opensource version is end of live. harsh words but no live for the opensource version anymore.. latest release november |
Works for Windows: Install as normal, Open docker: Then run exit and type docker compose restart |
#1499 |
For MacOS:
|
Fix on Windows 10 too. Thanks |
I spent some time and figured out that the issue is twofold:
added PR #1601 to address the same. Please help with review @asim-shrestha / @awtkns ? |
Please check that this issue hasn't been reported before.
Expected Behavior
Should create the agent and go on.
Current behaviour
Unable to create the agent and giving:
Steps to reproduce
Open http://127.0.0.1:3000 and try to create an agent
Possible solution
Don't know but seems to access well on port 3000 but not port 8000
Which Operating Systems are you using?
Acknowledgements
The text was updated successfully, but these errors were encountered: