Hi guys,
It seems like scraper.tweets_by_ids() is not working either, perhaps due to the client-transaction-id as well?
I am having error: <Response [431 Request Header Fields Too Large]>
Edit:
Okay solved. tweets_by_ids now can only receive a list of at most 198 tweetIds. When you increase this number to 199 or 200, the first request may return 200, but all the subsequent requests are returned with 431.
I don't understand why this happens but for now seems like restricting it to 198 works.