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