twayback icon indicating copy to clipboard operation
twayback copied to clipboard

No deleted tweets have been found

Open sofiemmc opened this issue 1 year ago • 2 comments

Hi! Does anyone else, after they pull one search of an user, get an "No deleted tweets have been found" when they try to look for another one? I even try with the same one I did first and it pulls the same thing. I even close and open again the terminal but nothing, got the same issue. Was anyone run into this?

sofiemmc avatar Jul 29 '22 01:07 sofiemmc

Thanks for bringing this up.

Looks like Twitter is returning a 429 response code: Too Many Requests.

Essentially, Twitter is rate limiting traffic coming from your IP. I've addressed with the most recent commit so users can at least know what's going on.

The short term fix would just be to wait for the cool down (not sure how long) or switch IPs.

humandecoded avatar Jul 29 '22 12:07 humandecoded

Hello, will there be any way to avoid the 429 code response that Twitter throws, channeling it through a proxy or the tor?

ManuelBot59 avatar Aug 23 '22 17:08 ManuelBot59

proxy is now in a feature branch

humandecoded avatar Oct 14 '22 23:10 humandecoded