I’m using Twitter API (Search Tweets: Full Archive ), but after input hashtag & search period around 1 month, my site display error like attached image.

When I search with small data it’s work fine, but when search within 1 month site was died.
Anybody can help me ?
Thank you

Based on the error in the screenshot, it is incredibly difficult to say what is going on here. At a high level it looks like there’s a network error, or the backend app is crashing. There’s no actionable or usable information that would help anyone to debug it.

Can you share the code your site is running? What Twitter API errors are appearing in the application logs?

Thank you for your answer, here is my code, please help me to check it. Thank you

Screenshots of code are impossible to run. That’s also just a segment - do you know that this code is failing at a particular point?

What error are you seeing in the logs when your requests fail?

This code input hastag & seach period, then call Twitter API to get return values. Then export that data to google spread.
I guess error because the number of request/data are too much and make server cannot process (I’m not sure is that reason). . Currently I checked on server but there are no error log :frowning:

Do you have any idea ?

Can you add error handling to log any Twitter API errors?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.