-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Using plugin-tee causes better-sqlite3 to report an error. #1499
Comments
Can you confirm this only happens in the TEE plugin? Are you running the TEE Simulator alongside the agent as well based on the documentation? If TEE Simulator is not running. Make sure to start docker, pull latest simulator image and run it
|
@HashWarlock Yes, I have the docker container running locally. |
Interesting, I will take a look into this then. My initial thoughts are do we need to remove the TEE checks at the beginning when loading the plugins into the Agent in |
I've seen others have other problems with this as well. I'm checking past builds to find out when the problem was introduced. |
Interesting for TEE |
Can this potentially be due to the plugin being loaded twice? Can you remove this line and try again? https://github.com/elizaOS/eliza/blob/main/agent%2Fsrc%2Findex.ts#L574 |
When I use plugin-tee, I get an error: TypeError: The database connection is not open.
I'm using version v0.1.7-alpha.1(node v23.3.0) and here is my configuration:
and run
pnpm rebuild better-sqlite3
doesn't help!The text was updated successfully, but these errors were encountered: