ERROR: The operation requires Twitter Api to be either Basic or Pro

I’m trying to make a post using node X with OAuth version 2, but I get the following error:

ERROR: The operation requires Twitter Api to be either Basic or Pro.

In the free option is to allow the creation of a twitter.


My node:

image

Share the output returned by the last node

===========================================================
ERROR: The operation requires Twitter Api to be either Basic or Pro.

Details

Time 16/11/2023, 20:32:49

Stack

NodeOperationError: The operation requires Twitter Api to be either Basic or Pro.
    at Object.twitterApiRequest (C:\Users\user\AppData\Local\npm-cache\_npx\a8a7eec953f1f314\node_modules\n8n-nodes-base\nodes\Twitter\V2\GenericFunctions.ts:48:10)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at Object.execute (C:\Users\user\AppData\Local\npm-cache\_npx\a8a7eec953f1f314\node_modules\n8n-nodes-base\nodes\Twitter\V2\TwitterV2.node.ts:236:22)
    at Workflow.runNode (C:\Users\user\AppData\Local\npm-cache\_npx\a8a7eec953f1f314\node_modules\n8n-workflow\src\Workflow.ts:1307:8)
    at C:\Users\user\AppData\Local\npm-cache\_npx\a8a7eec953f1f314\node_modules\n8n-core\src\WorkflowExecute.ts:1048:29

============================================================

Information on your n8n setup

image

  • Database (default: SQLite)
  • n8n EXECUTIONS_PROCESS setting (default: own, main)
  • Running n8n via (npm):**
  • Operating system:Windows

I don’t understand much about it, I’m just trying to automate a few things here. But it’s been more complicated than I imagined. I hope the wording is in line with the community. Thank you.

Sorry, I made a mistake here. It didn’t work because I hadn’t added the app to a project. Now it doesn’t appear the same as before, but if you have a problem click on the project item:

image

Then add your APP to the project. Once this is done, it should do the trick.

2 Likes

Hey @mmp,

That is a good find, I was just having a look and I couldn’t see what was going on or why X wanted you to upgrade.

1 Like

Yes, very simple, I wasted a day trying to solve this. Today I reviewed everything, researched and :exploding_head:.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.