-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
http proxy error: /e0e10e6f-ff2b-0d4c-8011-1fc1eee7cb32/message #1669
Comments
What is the version of ElizaOS you running ? Are you able to run without the proxy activated ? |
|
I have meet the same problem with tag v0.1.7-alpha.2. |
Issue is in your agent/src/index.ts that it tries to load old SQLITE Db, which is probably incompatible. process.env.SQLITE_FILE ?? path.resolve(dataDir, "db.sqlite"); To process.env.SQLITE_FILE ?? path.resolve(dataDir, "devdb.sqlite"); Solved it for me. |
Same issue here. |
Still run into this issue even after deleting & rerunning |
+1 none of the solutions worked for me |
If I delete the file, it works for 1 interaction but again fails |
Solution was already posted with consensus. |
in latest commit on main branch,
still have an error after removing the
|
My wsl2 memory limit causes it, and it works locally. |
Describe the bug
I checkout in main branch and running on WSL2, I have set the WSL2 proxy and it can normally access google.com eg.,
I set the
SERVER_PORT
as my local proxy port 7897.pnpm start --character="characters/trump.character.json"
andpnpm start:client
The
pnpm start:client
terminal showThe
pnpm start --character="characters/trump.character.json
terminal showTo Reproduce
Expected behavior
Can normally access the openai service
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: