twikit
twikit copied to clipboard
I get KeyError 'value' when calling get_user_tweets
kages/twikit/client/client.py", line 1919, in get_user_tweets next_cursor = items[-1]['content']['value'] ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^
KeyError: 'value'
Anyone else getting the same thing? I seem to be unable to fetch tweets at all from users.
maybe error from twitter? try logging request
Anyone else getting the same thing? I seem to be unable to fetch tweets at all from users.
@ObiAU Check if the account has no posts (they may have replies, but no posts or retweets per se). I have found this to be the case when the error arises.