oxSaturn
oxSaturn
Do not press `Ctrl-C` more than once, the reason it stuck is there're some houseworking behind the scene, be patient, otherwise you'll breake the index file, and you'll have to...
Ran into same issue, should probably update the require to: ``` require('jest-cli').run() ```
Would be awesome to have this.
Happened to have this problem too with my `ord` wallet under ord 0.16.0, I don't know what's going on under the hood, but here's how I solved the problem: 1....
Seems to be a bug fixed in agent-twitter-client https://github.com/ai16z/agent-twitter-client/pull/18
> > Seems to be a bug fixed in agent-twitter-client [ai16z/agent-twitter-client#18](https://github.com/ai16z/agent-twitter-client/pull/18) > > Indded but when I tried to use the function sendNoteTweet(), I have the following error: ERRORS Error...
Have you tried `xcode-select --install` to have C++ compiler installed? I'm on m2, thought I ran into a similar issue (don't remember the exact issue) when I was trying eliza...
Yeah, this should be the default, currently you have to switch chain one by one to check which is terrible UX.
Seems It's already fixed on the develop branch https://github.com/elizaOS/eliza/commit/c84b33cfc2ae85fbb86349c19ffa237439668493.
Do you have `OPENAI_API_KEY` set in `.env`? Currently openai is hardcoded for non-local use cases per https://github.com/ai16z/eliza/blob/main/packages/plugin-node/src/services/image.ts#L98-L103. Hope we can support other services as well.