I’m regularly polling the results of the GET search/tweets API endpoint with lang=en, result_type=recent, count=100, and q=birthday. Basically just getting anything to do with birthdays for the sake of my application having a strong supply of new tweets. The app is checking about every 30 seconds or so, and has successfully pulled in around 4k tweets with no problem, and then suddenly fails a request with a 500 Internal Server Error, with this response:
{"errors":[{"message":"Internal error","code":131}]}
I’ve been poking around as best I can, and added a request to the GET application/rate_limit_status API endpoint as a troubleshooting step. I’ll post again if I have more info.