You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
execute pnpm start --character="characters/trump.character.json" and pnpm start:client
input some text on dialogue.
The pnpm start:client terminal show
9:04:17 AM [vite] http proxy error: /e0e10e6f-ff2b-0d4c-8011-1fc1eee7cb32/message
Error: socket hang up
at Socket.socketOnEnd (node:_http_client:542:25)
at Socket.emit (node:events:525:35)
at endReadableNT (node:internal/streams/readable:1696:12)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21)
The pnpm start --character="characters/trump.character.json terminal show
file:///home/cxp/solana_learn/AI/eliza/packages/adapter-sqlite/dist/index.js:308
const memories = this.db.prepare(sql).all(...queryParams);
^
SqliteError: Error reading 1st vector: zero-length vectors are not supported.
at SqliteDatabaseAdapter.searchMemoriesByEmbedding (file:///home/cxp/solana_learn/AI/eliza/packages/adapter-sqlite/dist/index.js:308:47)
at SqliteDatabaseAdapter.createMemory (file:///home/cxp/solana_learn/AI/eliza/packages/adapter-sqlite/dist/index.js:240:48)
at MemoryManager.createMemory (file:///home/cxp/solana_learn/AI/eliza/packages/core/dist/index.js:3176:44)
at async file:///home/cxp/solana_learn/AI/eliza/packages/client-direct/dist/index.js:250:13 {
code: 'SQLITE_ERROR'
}
Node.js v23.5.0
/home/cxp/solana_learn/AI/eliza/agent:
ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL @elizaos/[email protected] start: `node --loader ts-node/esm src/index.ts "--isRoot" "--character=characters/trump.character.json"`
Exit status 1
To Reproduce
Expected behavior
Can normally access the openai service
Screenshots
Additional context
The text was updated successfully, but these errors were encountered:
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: