It works now. I had to redo the keys. Thanks for the help ^^
Nevermind, now it’s broken again… code 403. It sent A TWEET but didn’t link to the YouTube video. Weird.
It works now. I had to redo the keys. Thanks for the help ^^
Nevermind, now it’s broken again… code 403. It sent A TWEET but didn’t link to the YouTube video. Weird.
I am facing the same issue it says undefined when i try to run the create tweet step on my workflow. i followed this thread but still facing the issue
after changing the app name to native and recreating the keys worked for once and when i tried again for the next time it stopped working for me . Please anyone help me to fix this asap thank you in advance
Same problem in last 24 hours. It was working ok till now.
plz help me to fix this issue. this type of error are showing when i try to set automation with twitter please help me to fix this issue as soon as possible
@arslan92, I see you have encountered many errors, but judging by the last one you posted, you ‘could’ be getting there, because the last error is simply:
HTTP Error 429 is an HTTP response status code that indicates the client application has surpassed its rate limit, or number of requests they can send in a given period of time . Typically, this code will not just tell the client to stop sending requests — it will also specify when they can send another request.
You can read more about it here.
Kind regards,
GunnerJnr
I’m still getting a 403 error. Here’s my settings:
It’s JUST supposed to take a new blog post, GPT write a tweet (does both of those steps) then tweet it and FB it (FB is working too, just twitter not working.
This worked on v1.x of their API, they’re on v2 now, not sure if that’s the issue.
Were you able to resolve this? I’m experiencing similarly and would appreciate any insights on how you fixed this.
Hi @AaronEden1
Can you post a screenshot of the error you are getting?
When I look at my Run details on the CreateTweet step, it shows Output of:
|object||{1}|
|code|:|403|
So it turns out that your authentication keys are tied directly to the permissions you have set. If you change your permissions AFTER you create the keys then the keys will have the initial permissions.
In my case, the app was Read Only when I generated my keys, I fixed the permissions, but neglected to regenerate the keys.
Hopefully this helps someone else…
Thank you @AaronEden1 for sharing, We added it as step in the dialog but I see the confusion, We should add a note that it should be strictly done before
Forwarding to the team.
Lots of good advice here. You may also need to limit the output of Chatgpt to 280 characters ideally through tokens. As adding “limit the tweet to 280 characters” in the prompt doesn’t always work.