eliza icon indicating copy to clipboard operation
eliza copied to clipboard

Long tweets fail with error Tweet needs to be a bit shorter (Code 186)

Open tcm390 opened this issue 1 year ago • 7 comments

When attempting to send tweets longer than 280 characters using the Eliza Twitter client, the API responds with an error:

Error sending tweet; Bad response: {
  errors: [
    {
      message: 'Authorization: Tweet needs to be a bit shorter. (186)',
      locations: [Array],
      path: [Array],
      extensions: [Object],
      code: 186,
      kind: 'Permissions',
      name: 'AuthorizationError',
      source: 'Client',
      tracing: [Object]
    }
  ],
  data: {}
} 

https://discord.com/channels/1253563208833433701/1300025221834739744/1318559898312904745

Screenshot 2024-12-17 at 8 20 34 AM

tcm390 avatar Dec 17 '24 13:12 tcm390

Hi @tcm390 could you add a direct link to the message for all issues gotten from discord. This is to help with investigation since there might have been some conversation around it.

shakkernerd avatar Dec 17 '24 13:12 shakkernerd

Hi @tcm390 could you add a direct link to the message for all issues gotten from discord. This is to help with investigation since there might have been some conversation around it.

yes, updated.

tcm390 avatar Dec 17 '24 13:12 tcm390

This would be the same issue as https://github.com/ai16z/eliza/issues/883.

oxSaturn avatar Dec 18 '24 09:12 oxSaturn

okay but is it fixed? there was written merged but I dont think it works yet. Can please tell me if it works or not ? Thanks inadvance

konstantine25b avatar Dec 18 '24 14:12 konstantine25b

okay but is it fixed? there was written merged but I dont think it works yet. Can please tell me if it works or not ? Thanks inadvance

It hasn’t been released yet. We need to wait until the latest scraper is available. I’ve already asked the team to release it, but they haven’t responded yet.

tcm390 avatar Dec 18 '24 18:12 tcm390

agent-twitter-client v0.0.17 has been released. You may have to pull changes from develop branch or update the version of agent-twitter-client manually on your local version.

shakkernerd avatar Dec 21 '24 05:12 shakkernerd

okay thank you very much for informing me about new update and fixing that issue.

konstantine25b avatar Dec 21 '24 06:12 konstantine25b

Implemented in #1339

shakkernerd avatar Dec 27 '24 19:12 shakkernerd