discord-twitter-bot icon indicating copy to clipboard operation
discord-twitter-bot copied to clipboard

Twitter API v2 Error

Open Vip3rLi0n opened this issue 2 years ago • 1 comments

Discord ready
Setting up Twitter....
{
  meta: {
    sent: '2022-12-21T17:31:44.175Z',
    summary: { created: 0, not_created: 1, valid: 0, invalid: 1 }
  },
  errors: [
    {
      value: 'from:elonmusk',
      id: '1605612339621163008',
      title: 'DuplicateRule',
      type: 'https://api.twitter.com/2/problems/duplicate-rules'
    }
  ]
}

Can you tell how to fix it?

Vip3rLi0n avatar Dec 21 '22 17:12 Vip3rLi0n

Duplicate rules don't affect the code, you can safely ignore or add a conditional check for ruleset

mastashake08 avatar Mar 07 '23 22:03 mastashake08