-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
DevMode runs but connecting UI results in /agents endpoint ECONNREFUSED #2033
Comments
Hello @sicco-moonbeam! Welcome to the ai16z community. Thank you for opening your first issue; we appreciate your contribution. You are now a ai16z contributor! |
Hello here. |
I'm on tag v0.1.7-alpha.2 |
Same issue here. Edit : solved for me. The problem was only to wait enough time so the pnpm start command had the time to actually build the character from the json file, and then running pnpm start:client when the first process was finished. |
@elliotvaucher interesting - how long did you have to wait? |
So just to rule out human error or some sort of "it's still building in the background", here is what I did: Terminal 1:
(no more logs after this, even after 10 minutes). Terminal 2:
Result:
|
Ok, comparing with
So the issue actually seems to be that dev mode hangs on my machine. |
Sorry, I should have mentioned I used start and not the dev mode. |
@elliotvaucher ah ok - yes, that works for me as well. So dev mode is broken for you too? |
Describe the bug
After DevMode starts without error, going to http://localhost:5173/ results in the following error:
I do not get this error when running
pnpm run start
combined withpnpm run start:client
in another terminalTo Reproduce
pnpm run dev --characters=c3p0.character.json
.Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: