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
already get tweet id, but cant post anything in thread to this tweet
cursor give me smth like that:
const tweetResponse = await tClient.twitterClient.sendTweet({
status: replyText,
in_reply_to_status_id: latestPostId
});
but it doesnt work)
not sure that such method really exist
Error: {"errors":[{"message":"Variable 'tweet_text' has an inva
lid value: Expected a String input, but it was a 'MapWrapper'","extensions":{"name":"ValidationError","source":"Client","code":366,"kind":"Validation","tracing":{"trace_id":"2c86da13dae58518"}},"code":366,"kind":"Validation","name":"ValidationError","source":"Client","tracing":{"trace_id":"2c86da13dae58518"}}]}
at createCreateTweetRequest (file:///F:/eliza-new/eliza/node_modules/agent-twitter-client/dist/node/esm/index.mjs:2038:11)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Scraper.sendTweet (file:///F:/eliza-new/eliza/node_modules/agent-twitter-client/dist/node/esm/index.mjs:3503:12)
at async Object.handler (file:///F:/eliza-new/eliza/packages/plugin-buddanov/dist/index.js:300:51)
at async AgentRuntime.processActions (file:///F:/eliza-new/eliza/packages/core/dist/index.js:29745:17)
at async file:///F:/eliza-new/eliza/packages/client-direct/dist/index.js:331:13
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
already get tweet id, but cant post anything in thread to this tweet
cursor give me smth like that:
const tweetResponse = await tClient.twitterClient.sendTweet({
status: replyText,
in_reply_to_status_id: latestPostId
});
but it doesnt work)
not sure that such method really exist
Error: {"errors":[{"message":"Variable 'tweet_text' has an inva
lid value: Expected a String input, but it was a 'MapWrapper'","extensions":{"name":"ValidationError","source":"Client","code":366,"kind":"Validation","tracing":{"trace_id":"2c86da13dae58518"}},"code":366,"kind":"Validation","name":"ValidationError","source":"Client","tracing":{"trace_id":"2c86da13dae58518"}}]}
at createCreateTweetRequest (file:///F:/eliza-new/eliza/node_modules/agent-twitter-client/dist/node/esm/index.mjs:2038:11)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Scraper.sendTweet (file:///F:/eliza-new/eliza/node_modules/agent-twitter-client/dist/node/esm/index.mjs:3503:12)
at async Object.handler (file:///F:/eliza-new/eliza/packages/plugin-buddanov/dist/index.js:300:51)
at async AgentRuntime.processActions (file:///F:/eliza-new/eliza/packages/core/dist/index.js:29745:17)
at async file:///F:/eliza-new/eliza/packages/client-direct/dist/index.js:331:13
Beta Was this translation helpful? Give feedback.
All reactions