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
Every time the agent posts via the Twitter plugin, a security alert is triggered by Twitter. This happens because the plugin attempts to log in each time the post.ts action is called, instead of using an existing session.
To Reproduce
Add the plugin-twitter to your Eliza configuration. You can do this in one of the following locations:
defaultCharacter.ts
agent/src/index.ts
Your JSON character file.
Trigger a post action using the agent.
Expected behavior
The agent should not attempt to log in each time a post is created. Instead, it should use the session already saved by client-twitter.
Screenshots
Additional context
Agent Version: v0.1.7
Plugin Version: N/A
Related Issues: N/A
The text was updated successfully, but these errors were encountered:
Hello @mrsalitre! Welcome to the ai16z community. Thank you for opening your first issue; we appreciate your contribution. You are now a ai16z contributor!
Describe the bug
Every time the agent posts via the Twitter plugin, a security alert is triggered by Twitter. This happens because the plugin attempts to log in each time the post.ts action is called, instead of using an existing session.
To Reproduce
Expected behavior
The agent should not attempt to log in each time a post is created. Instead, it should use the session already saved by client-twitter.
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: