Error when liking tweets

Support / help / discussion forum for twitter bot
Post Reply
noellarkin
Posts: 1
Joined: Thu Jan 20, 2022 6:33 am

Error when liking tweets

Post by noellarkin »

Getting a lot of this:

Code: Select all

Pre action like: 14839924234066783745 https://twitter.com/sdfsdfsdfdf212/status/14839924234066783745
tweets: 2
Paused for 37secs
Results: 2
Get first page results only: 2
TweetDetails: 14839924234066783745 https://twitter.com/sdfsdfsdfdf212/status/14839924234066783745
Likes: https://twitter.com/sdfsdfsdfdf212/status/14839924234066783745 with: myaccount  No Proxy 
FAILED POST: (654327) 429
https://twitter.com/i/api/1.1/favorites/create.json
* FAILED: Likes: https://twitter.com/sdfsdfsdfdf212/status/14839924234066783745 with: myaccount  No Proxy 
Paused: 11 secs
tweets: 2
Paused for 65secs
Results: 2
Tried deleting and making new processes, getting the same errors when running a like bot. I used a web browser to log into the twitter account used, and it's working fine. I used the browser to like some posts, I haven't been blocked by twitter or anything.
What could be the reason for this error in the bot?
User avatar
martin@rootjazz
Site Admin
Posts: 34696
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Error when liking tweets

Post by martin@rootjazz »

429

Is a "too fast" HTTP response. Twitter telling you to slow down.

Either the account or the IP.

If running too many actions for a single account, don't.
If trying to hit high numbers lower it.
If running complex searches with filters, reduce it.


If none of that and you really don't think you are doing too much too fast, explain what the account / IP is doing and we can review it



Regards,
Martin
User avatar
martin@rootjazz
Site Admin
Posts: 34696
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: Error when liking tweets

Post by martin@rootjazz »

Also you can try

HELP >CONFIG > ADD CONFIG >
Then enter:

Code: Select all

rawhttp.txt


Regards,
Martin
Post Reply