Add logging for extractUserFeedFromId fail
This commit is contained in:
parent
f3adcf0c78
commit
7e8f7b87c9
@ -553,6 +553,7 @@ def extractUserFeedFromId(userId,workaroundTokens):
|
||||
tweets.append(tweet)
|
||||
return tweets
|
||||
except Exception as e:
|
||||
print(f"Exception in extractUserFeedFromId: {str(e)}")
|
||||
continue
|
||||
raise TwExtractError(400, "Extract error")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user