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
The console will then show a warning stating some dependencies are not approved to be built. You need to run "pnpm approve-builds" and allow all dependencies on the list.
Navigate back to your project's root and it should run fine with "pnpm start".
Hi, I was trying to run the bouncer template with the env variables set in accordance with the instructions.
Upon pnpm start, get the following error
⛔ ERRORS
Error starting agent for character BlockchainBouncer:
{"tries":["/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/build/better_sqlite3.node","/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/build/Debug/better_sqlite3.node","/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/build/Release/better_sqlite3.node","/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/out/Debug/better_sqlite3.node","/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/Debug/better_sqlite3.node","/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/out/Release/better_sqlite3.node","/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/Release/better_sqlite3.node","/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/build/default/better_sqlite3.node","/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/compiled/23.6.0/darwin/x64/better_sqlite3.node","/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/addon-build/release/install-root/better_sqlite3.node","/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/addon-build/debug/install-root/better_sqlite3.node","/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/addon-build/default/install-root/better_sqlite3.node","/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/lib/binding/node-v131-darwin-x64/better_sqlite3.node"]}
Error: Could not locate the bindings file. Tried:
→ /Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/build/better_sqlite3.node
→ /Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/build/Debug/better_sqlite3.node
→ /Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/build/Release/better_sqlite3.node
→ /Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/out/Debug/better_sqlite3.node
→ /Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/Debug/better_sqlite3.node
→ /Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/out/Release/better_sqlite3.node
→ /Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/Release/better_sqlite3.node
→ /Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/build/default/better_sqlite3.node
→ /Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/compiled/23.6.0/darwin/x64/better_sqlite3.node
→ /Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/addon-build/release/install-root/better_sqlite3.node
→ /Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/addon-build/debug/install-root/better_sqlite3.node
→ /Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/addon-build/default/install-root/better_sqlite3.node
→ /Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/lib/binding/node-v131-darwin-x64/better_sqlite3.node
at bindings (/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/bindings/bindings.js:126:9)
at new Database (/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/lib/database.js:48:64)
at initializeDatabase (file:///Users/myUser/bouncer/bouncer-eliza-agent/dist/index.js:160:42)
at startAgent (file:///Users/myUser/bouncer/bouncer-eliza-agent/dist/index.js:743:16)
at startAgents (file:///Users/myUser/bouncer/bouncer-eliza-agent/dist/index.js:783:13)
at file:///Users/myUser/bouncer/bouncer-eliza-agent/dist/index.js:806:1 {
tries: [
'/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/build/better_sqlite3.node',
'/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/build/Debug/better_sqlite3.node',
'/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/build/Release/better_sqlite3.node',
'/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/out/Debug/better_sqlite3.node',
'/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/Debug/better_sqlite3.node',
'/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/out/Release/better_sqlite3.node',
'/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/Release/better_sqlite3.node',
'/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/build/default/better_sqlite3.node',
'/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/compiled/23.6.0/darwin/x64/better_sqlite3.node',
'/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/addon-build/release/install-root/better_sqlite3.node',
'/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/addon-build/debug/install-root/better_sqlite3.node',
'/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/addon-build/default/install-root/better_sqlite3.node',
'/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/lib/binding/node-v131-darwin-x64/better_sqlite3.node'
]
}
⛔ ERRORS
Error starting agents:
{"tries":["/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/build/better_sqlite3.node","/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/build/Debug/better_sqlite3.node","/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/build/Release/better_sqlite3.node","/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/out/Debug/better_sqlite3.node","/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/Debug/better_sqlite3.node","/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/out/Release/better_sqlite3.node","/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/Release/better_sqlite3.node","/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/build/default/better_sqlite3.node","/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/compiled/23.6.0/darwin/x64/better_sqlite3.node","/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/addon-build/release/install-root/better_sqlite3.node","/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/addon-build/debug/install-root/better_sqlite3.node","/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/addon-build/default/install-root/better_sqlite3.node","/Users/myUser/bouncer/bouncer-eliza-agent/node_modules/.pnpm/[email protected]/node_modules/better-sqlite3/lib/binding/node-v131-darwin-x64/better_sqlite3.node"]}
["◎ Chat started. Type 'exit' to quit."]
Would it be possible to check what could be the problem?
Thank you.
The text was updated successfully, but these errors were encountered: