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
Description
When attempting to call the image-generation on Twitter, the following error occurs on the main branch:
Error: {"errors":[{"code":38,"message":"media parameter is missing."}]}
at uploadMedia (node_modules/agent-twitter-client/dist/node/esm/index.mjs:2211:13)
at async createCreateTweetRequest (node_modules/agent-twitter-client/dist/node/esm/index.mjs:1954:22)
However, it works as expected on the tcm-twitter-image branch.
The text was updated successfully, but these errors were encountered:
Just noticed it works only if disable Near plugin. I'm not sure why the ref-sdk in the Near plugin is causing an error with Twitter image posting—maybe there's a conflict. I think we should make the plugin configurable so people can choose which plugins they want to use. Right now, there are too many plugins, which also makes it really hard to debug.
Description
When attempting to call the image-generation on Twitter, the following error occurs on the main branch:
However, it works as expected on the
tcm-twitter-image
branch.The text was updated successfully, but these errors were encountered: