-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Agent Generates Tweets But Never Publishes to Twitter #1958
Comments
Hello @Clinksys! Welcome to the ai16z community. Thank you for opening your first issue; we appreciate your contribution. You are now a ai16z contributor! |
Hello! Could you kindly share a screenshot of your terminal or try asking in the Discord server for more assistance? Without enough context, it’s a bit challenging to debug your situation. 😊 |
yes, I was having the same issue, I was using anthropic and was getting this error.
and I noticed the core logic was also trying to use the openai api even though I specified Claude so I decided to try out the open ai api and it saved me for the time being working out why it was failing but it does work i with openai api. So my first question to you is, what model are you using? and can you share the logs? |
Yes I will check that |
Hello @tommycp3, the fix is in this PR: #2430. Please check if it works when you have a moment |
fixed in #2430 |
I’m using an AI agent that is supposed to post tweets automatically, but it only generates text and logs “Saving Tweet” without ever actually publishing. I’ve verified that TWITTER_DRY_RUN=false in the .env, and the Twitter login appears to succeed, yet there’s no sign of an actual API call to post the tweet (no “Posting…” log, and nothing appears on the timeline). I’ve tried adjusting intervals (e.g., TWITTER_POLL_INTERVAL) and verified that the generated text is valid, but the agent remains stuck in a “generate/store” loop without calling the Twitter API. Any guidance on diagnosing why it never proceeds to post (or how to confirm the agent is truly attempting the Twitter API call) would be greatly appreciated.
The text was updated successfully, but these errors were encountered: