Hi everyone!
I’m trying to fetch a single tweet using the HTTP Request node but I’m getting a 429 (Too Many Requests) error, even though I’m only making one request. I suspect there might be an issue with my authentication setup.
What’s interesting is that my X/Twitter API credentials are working fine - I’m successfully using the “X Search Tweet” node with the same authentication settings in other workflows. This makes me think there might be something specific about my HTTP Request node configuration that’s causing the issue.
Configuration
- Node: HTTP Request
- URL: https://api.x.com/2/tweets/1865727111933120858
- Method: GET
Error Message
The service is receiving too many requests from you [item 0]
Too Many Requests
Error code: 429
Full message:
429 - "{\"title\":\"Too Many Requests\",\"detail\":\"Too Many Requests\",\"type\":\"about:blank\",\"status\":429}"
Could someone help me identify what I’m doing wrong? Since the X Search Tweet node works fine with my credentials, I’m a bit confused about why the HTTP Request node is failing.
Should I be using the predefined Twitter/X credentials instead of a custom Bearer token?
Thanks in advance!
Information on my n8n setup
- n8n version: 1.69.2
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main): own
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: macOS