Hello,
Since today, I have an error on my component to create tweet:
The service is receiving too many requests from you

Hello,
Since today, I have an error on my component to create tweet:
The service is receiving too many requests from you

That is a Rate Limit. you are sending too many request to x.
You should you use wait node between your Telegram Trigger and Create Tweet.
Or the best option will be to hold data coming from telegram at a intermediate storage like : google sheet or somewhere for better logging and get one by one from there without bombing so many post request over X.
If you need more clarification on it I’ll be happy to help you.
Yes But My goal is to twwet that’s I have a telegram channel
Hey @Ferdinand_CUNY !
As @ramin1 and @adarsh_shukla mentioned the issue beeing the limits you are hitting X :
X has time‑based rate limits per endpoint, and those limits vary by developer access plan level
The are limits per user or app , time-frame according to the plan/tier used free/pro etc …
So, either upgrade or limit/schedule in some way your tg messages.
Cheers!