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
As mentioned in the title. My agent was running and has been replying and tweeting just fine, but then it generated an image prompt by itself and attempted to tweet it but i got the error below:
Can anybody explain to me what the issue was?
["ℹ "]
["ℹ "]
◎ LOGS
Image generation successful, number of images:
1
file:///home/sonat/eliza/node_modules/agent-twitter-client/dist/node/esm/index.mjs:2327
throw new Error(await response.text());
^
Error: {"errors":[{"code":38,"message":"media parameter is missing."}]}
at uploadMedia (file:///home/sonat/eliza/node_modules/agent-twitter-client/dist/node/esm/index.mjs:2327:13)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Promise.all (index 0)
at async createCreateTweetRequest (file:///home/sonat/eliza/node_modules/agent-twitter-client/dist/node/esm/index.mjs:1968:22)
at async Scraper.sendTweet (file:///home/sonat/eliza/node_modules/agent-twitter-client/dist/node/esm/index.mjs:3211:12)
at async file:///home/sonat/eliza/packages/client-twitter/dist/index.js:14:36
at async RequestQueue.processQueue (file:///home/sonat/eliza/packages/client-twitter/dist/index.js:32:17)
The text was updated successfully, but these errors were encountered:
As mentioned in the title. My agent was running and has been replying and tweeting just fine, but then it generated an image prompt by itself and attempted to tweet it but i got the error below:
Can anybody explain to me what the issue was?
["ℹ "]
["ℹ "]
◎ LOGS
Image generation successful, number of images:
1
◎ LOGS
Processing image 1:
generated_1736201450409_0
◎ LOGS
Generated caption for image 1:
...
file:///home/sonat/eliza/node_modules/agent-twitter-client/dist/node/esm/index.mjs:2327
throw new Error(await response.text());
^
Error: {"errors":[{"code":38,"message":"media parameter is missing."}]}
at uploadMedia (file:///home/sonat/eliza/node_modules/agent-twitter-client/dist/node/esm/index.mjs:2327:13)
at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
at async Promise.all (index 0)
at async createCreateTweetRequest (file:///home/sonat/eliza/node_modules/agent-twitter-client/dist/node/esm/index.mjs:1968:22)
at async Scraper.sendTweet (file:///home/sonat/eliza/node_modules/agent-twitter-client/dist/node/esm/index.mjs:3211:12)
at async file:///home/sonat/eliza/packages/client-twitter/dist/index.js:14:36
at async RequestQueue.processQueue (file:///home/sonat/eliza/packages/client-twitter/dist/index.js:32:17)
The text was updated successfully, but these errors were encountered: