You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
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.
The text was updated successfully, but these errors were encountered: